… | |
… | |
2 | |
2 | |
3 | <project name="Anteater-test" default="main"> |
3 | <project name="Anteater-test" default="main"> |
4 | <taskdef resource="META-INF/Anteater.tasks"/> |
4 | <taskdef resource="META-INF/Anteater.tasks"/> |
5 | <typedef resource="META-INF/Anteater.types"/> |
5 | <typedef resource="META-INF/Anteater.types"/> |
6 | |
6 | |
7 | <property name="url" value="http://preview.cocoongt.localhost:50068"/> |
7 | <property name="url" value="http://preview.skeleton.localhost:50068"/> |
8 | |
8 | |
9 | <target name="check-website"> |
9 | <target name="check-website"> |
10 | <echo>Now downloading and testing ${url}</echo> |
10 | <echo>Now downloading and testing ${url}</echo> |
11 | <echo>Waiting 15 secs for server to boot</echo> |
11 | <echo>Waiting 15 secs for server to boot</echo> |
12 | <waitfor maxwait="15" maxwaitunit="second"><istrue value="false"/></waitfor> |
12 | <waitfor maxwait="15" maxwaitunit="second"><istrue value="false"/></waitfor> |