29 |
<property name="dir.thirdparty" location="thirdparty"/> |
<property name="dir.thirdparty" location="thirdparty"/> |
30 |
<!-- location of javadoc output --> |
<!-- location of javadoc output --> |
31 |
<property name="dir.javadoc" location="doc"/> |
<property name="dir.javadoc" location="doc"/> |
32 |
|
<!-- location of junit test output --> |
33 |
|
<property name="dir.testreports" location="testreports"/> |
34 |
|
|
35 |
<!-- extra tool definitions --> |
<!-- extra tool definitions --> |
36 |
<property name="browsertool.target.name" value="browsertool"/> |
<property name="browsertool.target.name" value="browsertool"/> |
253 |
<link href="https://swingworker.dev.java.net/nonav/javadoc/"/> |
<link href="https://swingworker.dev.java.net/nonav/javadoc/"/> |
254 |
<link href="http://pigeonholdings.com/projects/flyingsaucer/R8/javadoc/user/"/> |
<link href="http://pigeonholdings.com/projects/flyingsaucer/R8/javadoc/user/"/> |
255 |
<link href="http://www.1t3xt.info/api/"/> |
<link href="http://www.1t3xt.info/api/"/> |
256 |
<!-- no online javadoc foudn for WinRegistry --> |
<!-- no online javadoc found for WinRegistry --> |
257 |
</javadoc> |
</javadoc> |
258 |
</target> |
</target> |
259 |
|
|
260 |
|
<!-- test report --> |
261 |
|
<target name="testreport" depends="compile"> |
262 |
|
<junit fork="yes" haltonfailure="no"> |
263 |
|
<test fork="yes" todir="${dir.testreports}" name="nl.nikhef.jgridstart.AllTests"/> |
264 |
|
<formatter type="xml"/> |
265 |
|
<classpath refid="path.dependencies"/> |
266 |
|
<classpath path="${dir.build}"/> |
267 |
|
</junit> |
268 |
|
</target> |
269 |
</project> |
</project> |