You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

build-impl.xml 33KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. *** GENERATED FROM project.xml - DO NOT EDIT ***
  4. *** EDIT ../build.xml INSTEAD ***
  5. For the purpose of easier reading the script
  6. is divided into following sections:
  7. - initialization
  8. - compilation
  9. - jar
  10. - execution
  11. - debugging
  12. - javadoc
  13. - junit compilation
  14. - junit execution
  15. - junit debugging
  16. - applet
  17. - cleanup
  18. -->
  19. <project xmlns:j2seproject1="http://www.netbeans.org/ns/j2se-project/1" xmlns:j2seproject2="http://www.netbeans.org/ns/j2se-project/2" xmlns:j2seproject3="http://www.netbeans.org/ns/j2se-project/3" xmlns:jaxrpc="http://www.netbeans.org/ns/j2se-project/jax-rpc" basedir=".." default="default" name="DMDirc-impl">
  20. <target depends="test,jar,javadoc" description="Build and test whole project." name="default"/>
  21. <!--
  22. ======================
  23. INITIALIZATION SECTION
  24. ======================
  25. -->
  26. <target name="-pre-init">
  27. <!-- Empty placeholder for easier customization. -->
  28. <!-- You can override this target in the ../build.xml file. -->
  29. </target>
  30. <target depends="-pre-init" name="-init-private">
  31. <property file="nbproject/private/config.properties"/>
  32. <property file="nbproject/private/configs/${config}.properties"/>
  33. <property file="nbproject/private/private.properties"/>
  34. </target>
  35. <target depends="-pre-init,-init-private" name="-init-user">
  36. <property file="${user.properties.file}"/>
  37. <!-- The two properties below are usually overridden -->
  38. <!-- by the active platform. Just a fallback. -->
  39. <property name="default.javac.source" value="1.4"/>
  40. <property name="default.javac.target" value="1.4"/>
  41. </target>
  42. <target depends="-pre-init,-init-private,-init-user" name="-init-project">
  43. <property file="nbproject/configs/${config}.properties"/>
  44. <property file="nbproject/project.properties"/>
  45. </target>
  46. <target depends="-pre-init,-init-private,-init-user,-init-project,-init-macrodef-property" name="-do-init">
  47. <available file="${manifest.file}" property="manifest.available"/>
  48. <condition property="manifest.available+main.class">
  49. <and>
  50. <isset property="manifest.available"/>
  51. <isset property="main.class"/>
  52. <not>
  53. <equals arg1="${main.class}" arg2="" trim="true"/>
  54. </not>
  55. </and>
  56. </condition>
  57. <condition property="manifest.available+main.class+mkdist.available">
  58. <and>
  59. <istrue value="${manifest.available+main.class}"/>
  60. <isset property="libs.CopyLibs.classpath"/>
  61. </and>
  62. </condition>
  63. <condition property="have.tests">
  64. <or>
  65. <available file="${test.src.dir}"/>
  66. </or>
  67. </condition>
  68. <condition property="have.sources">
  69. <or>
  70. <available file="${src.dir}"/>
  71. </or>
  72. </condition>
  73. <condition property="netbeans.home+have.tests">
  74. <and>
  75. <isset property="netbeans.home"/>
  76. <isset property="have.tests"/>
  77. </and>
  78. </condition>
  79. <condition property="no.javadoc.preview">
  80. <and>
  81. <isset property="javadoc.preview"/>
  82. <isfalse value="${javadoc.preview}"/>
  83. </and>
  84. </condition>
  85. <property name="run.jvmargs" value=""/>
  86. <property name="javac.compilerargs" value=""/>
  87. <property name="work.dir" value="${basedir}"/>
  88. <condition property="no.deps">
  89. <and>
  90. <istrue value="${no.dependencies}"/>
  91. </and>
  92. </condition>
  93. <property name="javac.debug" value="true"/>
  94. <property name="javadoc.preview" value="true"/>
  95. <property name="application.args" value=""/>
  96. <property name="source.encoding" value="${file.encoding}"/>
  97. <condition property="javadoc.encoding.used" value="${javadoc.encoding}">
  98. <and>
  99. <isset property="javadoc.encoding"/>
  100. <not>
  101. <equals arg1="${javadoc.encoding}" arg2=""/>
  102. </not>
  103. </and>
  104. </condition>
  105. <property name="javadoc.encoding.used" value="${source.encoding}"/>
  106. <property name="includes" value="**"/>
  107. <property name="excludes" value=""/>
  108. <property name="do.depend" value="true"/>
  109. <condition property="do.depend.true">
  110. <istrue value="${do.depend}"/>
  111. </condition>
  112. </target>
  113. <target name="-post-init">
  114. <!-- Empty placeholder for easier customization. -->
  115. <!-- You can override this target in the ../build.xml file. -->
  116. </target>
  117. <target depends="-pre-init,-init-private,-init-user,-init-project,-do-init" name="-init-check">
  118. <fail unless="src.dir">Must set src.dir</fail>
  119. <fail unless="test.src.dir">Must set test.src.dir</fail>
  120. <fail unless="build.dir">Must set build.dir</fail>
  121. <fail unless="dist.dir">Must set dist.dir</fail>
  122. <fail unless="build.classes.dir">Must set build.classes.dir</fail>
  123. <fail unless="dist.javadoc.dir">Must set dist.javadoc.dir</fail>
  124. <fail unless="build.test.classes.dir">Must set build.test.classes.dir</fail>
  125. <fail unless="build.test.results.dir">Must set build.test.results.dir</fail>
  126. <fail unless="build.classes.excludes">Must set build.classes.excludes</fail>
  127. <fail unless="dist.jar">Must set dist.jar</fail>
  128. </target>
  129. <target name="-init-macrodef-property">
  130. <macrodef name="property" uri="http://www.netbeans.org/ns/j2se-project/1">
  131. <attribute name="name"/>
  132. <attribute name="value"/>
  133. <sequential>
  134. <property name="@{name}" value="${@{value}}"/>
  135. </sequential>
  136. </macrodef>
  137. </target>
  138. <target name="-init-macrodef-javac">
  139. <macrodef name="javac" uri="http://www.netbeans.org/ns/j2se-project/3">
  140. <attribute default="${src.dir}" name="srcdir"/>
  141. <attribute default="${build.classes.dir}" name="destdir"/>
  142. <attribute default="${javac.classpath}" name="classpath"/>
  143. <attribute default="${includes}" name="includes"/>
  144. <attribute default="${excludes}" name="excludes"/>
  145. <attribute default="${javac.debug}" name="debug"/>
  146. <attribute default="" name="javac.compilerargs.jaxws"/>
  147. <attribute default="" name="sourcepath"/>
  148. <element name="customize" optional="true"/>
  149. <sequential>
  150. <javac debug="@{debug}" deprecation="${javac.deprecation}" destdir="@{destdir}" encoding="${source.encoding}" excludes="@{excludes}" includeantruntime="false" includes="@{includes}" source="${javac.source}" sourcepath="@{sourcepath}" srcdir="@{srcdir}" target="${javac.target}">
  151. <classpath>
  152. <path path="@{classpath}"/>
  153. </classpath>
  154. <compilerarg line="${javac.compilerargs} @{javac.compilerargs.jaxws}"/>
  155. <customize/>
  156. </javac>
  157. </sequential>
  158. </macrodef>
  159. <macrodef name="depend" uri="http://www.netbeans.org/ns/j2se-project/3">
  160. <attribute default="${src.dir}" name="srcdir"/>
  161. <attribute default="${build.classes.dir}" name="destdir"/>
  162. <attribute default="${javac.classpath}" name="classpath"/>
  163. <sequential>
  164. <depend cache="${build.dir}/depcache" destdir="@{destdir}" excludes="${excludes}" includes="${includes}" srcdir="@{srcdir}">
  165. <classpath>
  166. <path path="@{classpath}"/>
  167. </classpath>
  168. </depend>
  169. </sequential>
  170. </macrodef>
  171. <macrodef name="force-recompile" uri="http://www.netbeans.org/ns/j2se-project/3">
  172. <attribute default="${build.classes.dir}" name="destdir"/>
  173. <sequential>
  174. <fail unless="javac.includes">Must set javac.includes</fail>
  175. <pathconvert pathsep="," property="javac.includes.binary">
  176. <path>
  177. <filelist dir="@{destdir}" files="${javac.includes}"/>
  178. </path>
  179. <globmapper from="*.java" to="*.class"/>
  180. </pathconvert>
  181. <delete>
  182. <files includes="${javac.includes.binary}"/>
  183. </delete>
  184. </sequential>
  185. </macrodef>
  186. </target>
  187. <target name="-init-macrodef-junit">
  188. <macrodef name="junit" uri="http://www.netbeans.org/ns/j2se-project/3">
  189. <attribute default="${includes}" name="includes"/>
  190. <attribute default="${excludes}" name="excludes"/>
  191. <attribute default="**" name="testincludes"/>
  192. <sequential>
  193. <junit dir="${work.dir}" errorproperty="tests.failed" failureproperty="tests.failed" fork="true" showoutput="true">
  194. <classpath>
  195. <pathelement path="${clover.jar}"/>
  196. </classpath>
  197. <batchtest todir="${build.test.results.dir}">
  198. <fileset dir="${test.src.dir}" excludes="@{excludes},${excludes}" includes="@{includes}">
  199. <filename name="@{testincludes}"/>
  200. </fileset>
  201. </batchtest>
  202. <classpath>
  203. <path path="${run.test.classpath}"/>
  204. </classpath>
  205. <syspropertyset>
  206. <propertyref prefix="test-sys-prop."/>
  207. <mapper from="test-sys-prop.*" to="*" type="glob"/>
  208. </syspropertyset>
  209. <formatter type="brief" usefile="false"/>
  210. <formatter type="xml"/>
  211. <jvmarg line="${run.jvmargs}"/>
  212. </junit>
  213. </sequential>
  214. </macrodef>
  215. </target>
  216. <target name="-init-macrodef-nbjpda">
  217. <macrodef name="nbjpdastart" uri="http://www.netbeans.org/ns/j2se-project/1">
  218. <attribute default="${main.class}" name="name"/>
  219. <attribute default="${debug.classpath}" name="classpath"/>
  220. <attribute default="" name="stopclassname"/>
  221. <sequential>
  222. <nbjpdastart addressproperty="jpda.address" name="@{name}" stopclassname="@{stopclassname}" transport="dt_socket">
  223. <classpath>
  224. <path path="@{classpath}"/>
  225. </classpath>
  226. </nbjpdastart>
  227. </sequential>
  228. </macrodef>
  229. <macrodef name="nbjpdareload" uri="http://www.netbeans.org/ns/j2se-project/1">
  230. <attribute default="${build.classes.dir}" name="dir"/>
  231. <sequential>
  232. <nbjpdareload>
  233. <fileset dir="@{dir}" includes="${fix.includes}*.class"/>
  234. </nbjpdareload>
  235. </sequential>
  236. </macrodef>
  237. </target>
  238. <target name="-init-debug-args">
  239. <property name="version-output" value="java version &quot;${ant.java.version}"/>
  240. <condition property="have-jdk-older-than-1.4">
  241. <or>
  242. <contains string="${version-output}" substring="java version &quot;1.0"/>
  243. <contains string="${version-output}" substring="java version &quot;1.1"/>
  244. <contains string="${version-output}" substring="java version &quot;1.2"/>
  245. <contains string="${version-output}" substring="java version &quot;1.3"/>
  246. </or>
  247. </condition>
  248. <condition else="-Xdebug" property="debug-args-line" value="-Xdebug -Xnoagent -Djava.compiler=none">
  249. <istrue value="${have-jdk-older-than-1.4}"/>
  250. </condition>
  251. </target>
  252. <target depends="-init-debug-args" name="-init-macrodef-debug">
  253. <macrodef name="debug" uri="http://www.netbeans.org/ns/j2se-project/3">
  254. <attribute default="${main.class}" name="classname"/>
  255. <attribute default="${debug.classpath}" name="classpath"/>
  256. <element name="customize" optional="true"/>
  257. <sequential>
  258. <java classname="@{classname}" dir="${work.dir}" fork="true">
  259. <jvmarg line="${debug-args-line}"/>
  260. <jvmarg value="-Xrunjdwp:transport=dt_socket,address=${jpda.address}"/>
  261. <jvmarg line="${run.jvmargs}"/>
  262. <classpath>
  263. <path path="@{classpath}"/>
  264. </classpath>
  265. <syspropertyset>
  266. <propertyref prefix="run-sys-prop."/>
  267. <mapper from="run-sys-prop.*" to="*" type="glob"/>
  268. </syspropertyset>
  269. <customize/>
  270. </java>
  271. </sequential>
  272. </macrodef>
  273. </target>
  274. <target name="-init-macrodef-java">
  275. <macrodef name="java" uri="http://www.netbeans.org/ns/j2se-project/1">
  276. <attribute default="${main.class}" name="classname"/>
  277. <element name="customize" optional="true"/>
  278. <sequential>
  279. <java classname="@{classname}" dir="${work.dir}" fork="true">
  280. <jvmarg line="${run.jvmargs}"/>
  281. <classpath>
  282. <path path="${run.classpath}"/>
  283. </classpath>
  284. <syspropertyset>
  285. <propertyref prefix="run-sys-prop."/>
  286. <mapper from="run-sys-prop.*" to="*" type="glob"/>
  287. </syspropertyset>
  288. <customize/>
  289. </java>
  290. </sequential>
  291. </macrodef>
  292. </target>
  293. <target name="-init-presetdef-jar">
  294. <presetdef name="jar" uri="http://www.netbeans.org/ns/j2se-project/1">
  295. <jar compress="${jar.compress}" jarfile="${dist.jar}">
  296. <j2seproject1:fileset dir="${build.classes.dir}" excludes="${dist.jar.excludes}"/>
  297. </jar>
  298. </presetdef>
  299. </target>
  300. <target depends="-pre-init,-init-private,-init-user,-init-project,-do-init,-post-init,-init-check,-init-macrodef-property,-init-macrodef-javac,-init-macrodef-junit,-init-macrodef-nbjpda,-init-macrodef-debug,-init-macrodef-java,-init-presetdef-jar" name="init"/>
  301. <!--
  302. ===================
  303. COMPILATION SECTION
  304. ===================
  305. -->
  306. <target depends="init" name="deps-jar" unless="no.deps"/>
  307. <target depends="init,deps-jar" name="-pre-pre-compile">
  308. <mkdir dir="${build.classes.dir}"/>
  309. </target>
  310. <target name="-pre-compile">
  311. <!-- Empty placeholder for easier customization. -->
  312. <!-- You can override this target in the ../build.xml file. -->
  313. </target>
  314. <target if="do.depend.true" name="-compile-depend">
  315. <j2seproject3:depend/>
  316. </target>
  317. <target depends="init,deps-jar,-pre-pre-compile,-pre-compile,-compile-depend" if="have.sources" name="-do-compile">
  318. <j2seproject3:javac/>
  319. <copy todir="${build.classes.dir}">
  320. <fileset dir="${src.dir}" excludes="${build.classes.excludes},${excludes}" includes="${includes}"/>
  321. </copy>
  322. </target>
  323. <target name="-post-compile">
  324. <!-- Empty placeholder for easier customization. -->
  325. <!-- You can override this target in the ../build.xml file. -->
  326. </target>
  327. <target depends="init,deps-jar,-pre-pre-compile,-pre-compile,-do-compile,-post-compile" description="Compile project." name="compile"/>
  328. <target name="-pre-compile-single">
  329. <!-- Empty placeholder for easier customization. -->
  330. <!-- You can override this target in the ../build.xml file. -->
  331. </target>
  332. <target depends="init,deps-jar,-pre-pre-compile" name="-do-compile-single">
  333. <fail unless="javac.includes">Must select some files in the IDE or set javac.includes</fail>
  334. <j2seproject3:force-recompile/>
  335. <j2seproject3:javac excludes="" includes="${javac.includes}" sourcepath="${src.dir}"/>
  336. </target>
  337. <target name="-post-compile-single">
  338. <!-- Empty placeholder for easier customization. -->
  339. <!-- You can override this target in the ../build.xml file. -->
  340. </target>
  341. <target depends="init,deps-jar,-pre-pre-compile,-pre-compile-single,-do-compile-single,-post-compile-single" name="compile-single"/>
  342. <!--
  343. ====================
  344. JAR BUILDING SECTION
  345. ====================
  346. -->
  347. <target depends="init" name="-pre-pre-jar">
  348. <dirname file="${dist.jar}" property="dist.jar.dir"/>
  349. <mkdir dir="${dist.jar.dir}"/>
  350. </target>
  351. <target name="-pre-jar">
  352. <!-- Empty placeholder for easier customization. -->
  353. <!-- You can override this target in the ../build.xml file. -->
  354. </target>
  355. <target depends="init,compile,-pre-pre-jar,-pre-jar" name="-do-jar-without-manifest" unless="manifest.available">
  356. <j2seproject1:jar/>
  357. </target>
  358. <target depends="init,compile,-pre-pre-jar,-pre-jar" if="manifest.available" name="-do-jar-with-manifest" unless="manifest.available+main.class">
  359. <j2seproject1:jar manifest="${manifest.file}"/>
  360. </target>
  361. <target depends="init,compile,-pre-pre-jar,-pre-jar" if="manifest.available+main.class" name="-do-jar-with-mainclass" unless="manifest.available+main.class+mkdist.available">
  362. <j2seproject1:jar manifest="${manifest.file}">
  363. <j2seproject1:manifest>
  364. <j2seproject1:attribute name="Main-Class" value="${main.class}"/>
  365. </j2seproject1:manifest>
  366. </j2seproject1:jar>
  367. <echo>To run this application from the command line without Ant, try:</echo>
  368. <property location="${build.classes.dir}" name="build.classes.dir.resolved"/>
  369. <property location="${dist.jar}" name="dist.jar.resolved"/>
  370. <pathconvert property="run.classpath.with.dist.jar">
  371. <path path="${run.classpath}"/>
  372. <map from="${build.classes.dir.resolved}" to="${dist.jar.resolved}"/>
  373. </pathconvert>
  374. <echo>java -cp "${run.classpath.with.dist.jar}" ${main.class}</echo>
  375. </target>
  376. <target depends="init,compile,-pre-pre-jar,-pre-jar" if="manifest.available+main.class+mkdist.available" name="-do-jar-with-libraries">
  377. <property location="${build.classes.dir}" name="build.classes.dir.resolved"/>
  378. <pathconvert property="run.classpath.without.build.classes.dir">
  379. <path path="${run.classpath}"/>
  380. <map from="${build.classes.dir.resolved}" to=""/>
  381. </pathconvert>
  382. <pathconvert pathsep=" " property="jar.classpath">
  383. <path path="${run.classpath.without.build.classes.dir}"/>
  384. <chainedmapper>
  385. <flattenmapper/>
  386. <globmapper from="*" to="lib/*"/>
  387. </chainedmapper>
  388. </pathconvert>
  389. <taskdef classname="org.netbeans.modules.java.j2seproject.copylibstask.CopyLibs" classpath="${libs.CopyLibs.classpath}" name="copylibs"/>
  390. <copylibs compress="${jar.compress}" jarfile="${dist.jar}" manifest="${manifest.file}" runtimeclasspath="${run.classpath.without.build.classes.dir}">
  391. <fileset dir="${build.classes.dir}" excludes="${dist.jar.excludes}" />
  392. <manifest>
  393. <attribute name="Main-Class" value="${main.class}"/>
  394. <attribute name="Class-Path" value="${jar.classpath}"/>
  395. </manifest>
  396. </copylibs>
  397. <echo>To run this application from the command line without Ant, try:</echo>
  398. <property location="${dist.jar}" name="dist.jar.resolved"/>
  399. <echo>java -jar "${dist.jar.resolved}"</echo>
  400. </target>
  401. <target name="-post-jar">
  402. <!-- Empty placeholder for easier customization. -->
  403. <!-- You can override this target in the ../build.xml file. -->
  404. </target>
  405. <target depends="init,compile,-pre-jar,-do-jar-with-manifest,-do-jar-without-manifest,-do-jar-with-mainclass,-do-jar-with-libraries,-post-jar" description="Build JAR." name="jar"/>
  406. <!--
  407. =================
  408. EXECUTION SECTION
  409. =================
  410. -->
  411. <target depends="init,compile" description="Run a main class." name="run">
  412. <j2seproject1:java>
  413. <customize>
  414. <arg line="${application.args}"/>
  415. </customize>
  416. </j2seproject1:java>
  417. </target>
  418. <target name="-do-not-recompile">
  419. <property name="javac.includes.binary" value=""/>
  420. </target>
  421. <target depends="init,-do-not-recompile,compile-single" name="run-single">
  422. <fail unless="run.class">Must select one file in the IDE or set run.class</fail>
  423. <j2seproject1:java classname="${run.class}"/>
  424. </target>
  425. <!--
  426. =================
  427. DEBUGGING SECTION
  428. =================
  429. -->
  430. <target depends="init" if="netbeans.home" name="-debug-start-debugger">
  431. <j2seproject1:nbjpdastart name="${debug.class}"/>
  432. </target>
  433. <target depends="init,compile" name="-debug-start-debuggee">
  434. <j2seproject3:debug>
  435. <customize>
  436. <arg line="${application.args}"/>
  437. </customize>
  438. </j2seproject3:debug>
  439. </target>
  440. <target depends="init,compile,-debug-start-debugger,-debug-start-debuggee" description="Debug project in IDE." if="netbeans.home" name="debug"/>
  441. <target depends="init" if="netbeans.home" name="-debug-start-debugger-stepinto">
  442. <j2seproject1:nbjpdastart stopclassname="${main.class}"/>
  443. </target>
  444. <target depends="init,compile,-debug-start-debugger-stepinto,-debug-start-debuggee" if="netbeans.home" name="debug-stepinto"/>
  445. <target depends="init,compile-single" if="netbeans.home" name="-debug-start-debuggee-single">
  446. <fail unless="debug.class">Must select one file in the IDE or set debug.class</fail>
  447. <j2seproject3:debug classname="${debug.class}"/>
  448. </target>
  449. <target depends="init,-do-not-recompile,compile-single,-debug-start-debugger,-debug-start-debuggee-single" if="netbeans.home" name="debug-single"/>
  450. <target depends="init" name="-pre-debug-fix">
  451. <fail unless="fix.includes">Must set fix.includes</fail>
  452. <property name="javac.includes" value="${fix.includes}.java"/>
  453. </target>
  454. <target depends="init,-pre-debug-fix,compile-single" if="netbeans.home" name="-do-debug-fix">
  455. <j2seproject1:nbjpdareload/>
  456. </target>
  457. <target depends="init,-pre-debug-fix,-do-debug-fix" if="netbeans.home" name="debug-fix"/>
  458. <!--
  459. ===============
  460. JAVADOC SECTION
  461. ===============
  462. -->
  463. <target depends="init" name="-javadoc-build">
  464. <mkdir dir="${dist.javadoc.dir}"/>
  465. <javadoc additionalparam="${javadoc.additionalparam}" author="${javadoc.author}" charset="${javadoc.encoding.used}" destdir="${dist.javadoc.dir}" docencoding="${javadoc.encoding.used}" encoding="${javadoc.encoding.used}" failonerror="true" noindex="${javadoc.noindex}" nonavbar="${javadoc.nonavbar}" notree="${javadoc.notree}" private="${javadoc.private}" source="${javac.source}" splitindex="${javadoc.splitindex}" use="${javadoc.use}" useexternalfile="true" version="${javadoc.version}" windowtitle="${javadoc.windowtitle}">
  466. <classpath>
  467. <path path="${javac.classpath}"/>
  468. </classpath>
  469. <fileset dir="${src.dir}" excludes="${excludes}" includes="${includes}">
  470. <filename name="**/*.java"/>
  471. </fileset>
  472. </javadoc>
  473. </target>
  474. <target depends="init,-doccheck-check" name="-doccheck-build" if="doccheck.run">
  475. <mkdir dir="${doccheck.dir}"/>
  476. <javadoc additionalparam="-doclet com.sun.tools.doclets.doccheck.DocCheck -docletpath ${doccheck.path} -skipPkg net.miginfocom.*" author="${javadoc.author}" destdir="${doccheck.dir}" failonerror="true" private="${javadoc.private}" source="${javac.source}" sourcepath="${src.dir}" useexternalfile="true" version="${javadoc.version}">
  477. <classpath>
  478. <path path="${javac.classpath}"/>
  479. </classpath>
  480. </javadoc>
  481. </target>
  482. <target name="-doccheck-check">
  483. <condition property="doccheck.run">
  484. <and>
  485. <isset property="doccheck.path"/>
  486. <isset property="doccheck.dir"/>
  487. <available file="${doccheck.path}"/>
  488. </and>
  489. </condition>
  490. </target>
  491. <target depends="init,-javadoc-build" if="netbeans.home" name="-javadoc-browse" unless="no.javadoc.preview">
  492. <nbbrowse file="${dist.javadoc.dir}/index.html"/>
  493. </target>
  494. <target depends="init,-javadoc-build,-javadoc-browse,-doccheck-build" description="Build Javadoc." name="javadoc"/>
  495. <target depends="-doccheck-build" description="Build Javadoc error report (doccheck)." name="doccheck"/>
  496. <!--
  497. =========================
  498. JUNIT COMPILATION SECTION
  499. =========================
  500. -->
  501. <target depends="init,compile" if="have.tests" name="-pre-pre-compile-test">
  502. <mkdir dir="${build.test.classes.dir}"/>
  503. </target>
  504. <target name="-pre-compile-test">
  505. <!-- Empty placeholder for easier customization. -->
  506. <!-- You can override this target in the ../build.xml file. -->
  507. </target>
  508. <target if="do.depend.true" name="-compile-test-depend">
  509. <j2seproject3:depend classpath="${javac.test.classpath}" destdir="${build.test.classes.dir}" srcdir="${test.src.dir}"/>
  510. </target>
  511. <target depends="init,compile,-pre-pre-compile-test,-pre-compile-test,-compile-test-depend" if="have.tests" name="-do-compile-test">
  512. <j2seproject3:javac classpath="${javac.test.classpath}" debug="true" destdir="${build.test.classes.dir}" srcdir="${test.src.dir}"/>
  513. <copy todir="${build.test.classes.dir}">
  514. <fileset dir="${test.src.dir}" excludes="${build.classes.excludes},${excludes}" includes="${includes}"/>
  515. </copy>
  516. </target>
  517. <target name="-post-compile-test">
  518. <!-- Empty placeholder for easier customization. -->
  519. <!-- You can override this target in the ../build.xml file. -->
  520. </target>
  521. <target depends="init,compile,-pre-pre-compile-test,-pre-compile-test,-do-compile-test,-post-compile-test" name="compile-test"/>
  522. <target name="-pre-compile-test-single">
  523. <!-- Empty placeholder for easier customization. -->
  524. <!-- You can override this target in the ../build.xml file. -->
  525. </target>
  526. <target depends="init,compile,-pre-pre-compile-test,-pre-compile-test-single" if="have.tests" name="-do-compile-test-single">
  527. <fail unless="javac.includes">Must select some files in the IDE or set javac.includes</fail>
  528. <j2seproject3:force-recompile destdir="${build.test.classes.dir}"/>
  529. <j2seproject3:javac classpath="${javac.test.classpath}" debug="true" destdir="${build.test.classes.dir}" excludes="" includes="${javac.includes}" sourcepath="${test.src.dir}" srcdir="${test.src.dir}"/>
  530. <copy todir="${build.test.classes.dir}">
  531. <fileset dir="${test.src.dir}" excludes="${build.classes.excludes},${excludes}" includes="${includes}"/>
  532. </copy>
  533. </target>
  534. <target name="-post-compile-test-single">
  535. <!-- Empty placeholder for easier customization. -->
  536. <!-- You can override this target in the ../build.xml file. -->
  537. </target>
  538. <target depends="init,compile,-pre-pre-compile-test,-pre-compile-test-single,-do-compile-test-single,-post-compile-test-single" name="compile-test-single"/>
  539. <!--
  540. =======================
  541. JUNIT EXECUTION SECTION
  542. =======================
  543. -->
  544. <target depends="init" if="have.tests" name="-pre-test-run">
  545. <mkdir dir="${build.test.results.dir}"/>
  546. </target>
  547. <target depends="init,compile-test,-pre-test-run" if="have.tests" name="-do-test-run">
  548. <j2seproject3:junit testincludes="**/*Test.java"/>
  549. </target>
  550. <target depends="init,compile-test,-pre-test-run,-do-test-run" if="have.tests" name="-post-test-run">
  551. <fail if="tests.failed">Some tests failed; see details above.</fail>
  552. </target>
  553. <target depends="init" if="have.tests" name="test-report"/>
  554. <target depends="init" if="netbeans.home+have.tests" name="-test-browse"/>
  555. <target depends="init,compile-test,-pre-test-run,-do-test-run,test-report,-post-test-run,-test-browse" description="Run unit tests." name="test"/>
  556. <target depends="init" if="have.tests" name="-pre-test-run-single">
  557. <mkdir dir="${build.test.results.dir}"/>
  558. </target>
  559. <target depends="init,compile-test-single,-pre-test-run-single" if="have.tests" name="-do-test-run-single">
  560. <fail unless="test.includes">Must select some files in the IDE or set test.includes</fail>
  561. <j2seproject3:junit excludes="" includes="${test.includes}"/>
  562. </target>
  563. <target depends="init,compile-test-single,-pre-test-run-single,-do-test-run-single" if="have.tests" name="-post-test-run-single">
  564. <fail if="tests.failed">Some tests failed; see details above.</fail>
  565. </target>
  566. <target depends="init,-do-not-recompile,compile-test-single,-pre-test-run-single,-do-test-run-single,-post-test-run-single" description="Run single unit test." name="test-single"/>
  567. <!--
  568. =======================
  569. JUNIT DEBUGGING SECTION
  570. =======================
  571. -->
  572. <target depends="init,compile-test" if="have.tests" name="-debug-start-debuggee-test">
  573. <fail unless="test.class">Must select one file in the IDE or set test.class</fail>
  574. <property location="${build.test.results.dir}/TEST-${test.class}.xml" name="test.report.file"/>
  575. <delete file="${test.report.file}"/>
  576. <mkdir dir="${build.test.results.dir}"/>
  577. <j2seproject3:debug classname="org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner" classpath="${ant.home}/lib/ant.jar:${ant.home}/lib/ant-junit.jar:${debug.test.classpath}">
  578. <customize>
  579. <syspropertyset>
  580. <propertyref prefix="test-sys-prop."/>
  581. <mapper from="test-sys-prop.*" to="*" type="glob"/>
  582. </syspropertyset>
  583. <arg value="${test.class}"/>
  584. <arg value="showoutput=true"/>
  585. <arg value="formatter=org.apache.tools.ant.taskdefs.optional.junit.BriefJUnitResultFormatter"/>
  586. <arg value="formatter=org.apache.tools.ant.taskdefs.optional.junit.XMLJUnitResultFormatter,${test.report.file}"/>
  587. </customize>
  588. </j2seproject3:debug>
  589. </target>
  590. <target depends="init,compile-test" if="netbeans.home+have.tests" name="-debug-start-debugger-test">
  591. <j2seproject1:nbjpdastart classpath="${debug.test.classpath}" name="${test.class}"/>
  592. </target>
  593. <target depends="init,-do-not-recompile,compile-test-single,-debug-start-debugger-test,-debug-start-debuggee-test" name="debug-test"/>
  594. <target depends="init,-pre-debug-fix,compile-test-single" if="netbeans.home" name="-do-debug-fix-test">
  595. <j2seproject1:nbjpdareload dir="${build.test.classes.dir}"/>
  596. </target>
  597. <target depends="init,-pre-debug-fix,-do-debug-fix-test" if="netbeans.home" name="debug-fix-test"/>
  598. <!--
  599. =========================
  600. APPLET EXECUTION SECTION
  601. =========================
  602. -->
  603. <target depends="init,compile-single" name="run-applet">
  604. <fail unless="applet.url">Must select one file in the IDE or set applet.url</fail>
  605. <j2seproject1:java classname="sun.applet.AppletViewer">
  606. <customize>
  607. <arg value="${applet.url}"/>
  608. </customize>
  609. </j2seproject1:java>
  610. </target>
  611. <!--
  612. =========================
  613. APPLET DEBUGGING SECTION
  614. =========================
  615. -->
  616. <target depends="init,compile-single" if="netbeans.home" name="-debug-start-debuggee-applet">
  617. <fail unless="applet.url">Must select one file in the IDE or set applet.url</fail>
  618. <j2seproject3:debug classname="sun.applet.AppletViewer">
  619. <customize>
  620. <arg value="${applet.url}"/>
  621. </customize>
  622. </j2seproject3:debug>
  623. </target>
  624. <target depends="init,compile-single,-debug-start-debugger,-debug-start-debuggee-applet" if="netbeans.home" name="debug-applet"/>
  625. <!--
  626. ===============
  627. CLEANUP SECTION
  628. ===============
  629. -->
  630. <target depends="init" name="deps-clean" unless="no.deps"/>
  631. <target depends="init" name="-do-clean">
  632. <delete dir="${build.dir}"/>
  633. <delete dir="${dist.dir}"/>
  634. </target>
  635. <target name="-post-clean">
  636. <!-- Empty placeholder for easier customization. -->
  637. <!-- You can override this target in the ../build.xml file. -->
  638. </target>
  639. <target depends="init,deps-clean,-do-clean,-post-clean" description="Clean build products." name="clean"/>
  640. </project>