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 97KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648164916501651165216531654165516561657165816591660166116621663166416651666166716681669167016711672167316741675167616771678167916801681168216831684168516861687168816891690169116921693169416951696169716981699170017011702170317041705170617071708170917101711171217131714171517161717171817191720172117221723172417251726172717281729173017311732173317341735173617371738173917401741174217431744174517461747174817491750175117521753175417551756
  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. - test compilation
  14. - test execution
  15. - test debugging
  16. - applet
  17. - cleanup
  18. -->
  19. <project xmlns:if="ant:if" xmlns:j2seproject1="http://www.netbeans.org/ns/j2se-project/1" xmlns:j2seproject3="http://www.netbeans.org/ns/j2se-project/3" xmlns:jaxrpc="http://www.netbeans.org/ns/j2se-project/jax-rpc" xmlns:unless="ant:unless" basedir=".." default="default" name="ChatProg-impl">
  20. <fail message="Please build using Ant 1.8.0 or higher.">
  21. <condition>
  22. <not>
  23. <antversion atleast="1.8.0"/>
  24. </not>
  25. </condition>
  26. </fail>
  27. <target depends="test,jar,javadoc" description="Build and test whole project." name="default"/>
  28. <!--
  29. ======================
  30. INITIALIZATION SECTION
  31. ======================
  32. -->
  33. <target name="-pre-init">
  34. <!-- Empty placeholder for easier customization. -->
  35. <!-- You can override this target in the ../build.xml file. -->
  36. </target>
  37. <target depends="-pre-init" name="-init-private">
  38. <property file="nbproject/private/config.properties"/>
  39. <property file="nbproject/private/configs/${config}.properties"/>
  40. <property file="nbproject/private/private.properties"/>
  41. </target>
  42. <target depends="-pre-init,-init-private" name="-init-user">
  43. <property file="${user.properties.file}"/>
  44. <!-- The two properties below are usually overridden -->
  45. <!-- by the active platform. Just a fallback. -->
  46. <property name="default.javac.source" value="1.6"/>
  47. <property name="default.javac.target" value="1.6"/>
  48. </target>
  49. <target depends="-pre-init,-init-private,-init-user" name="-init-project">
  50. <property file="nbproject/configs/${config}.properties"/>
  51. <property file="nbproject/project.properties"/>
  52. </target>
  53. <target name="-init-modules-supported">
  54. <condition property="modules.supported.internal" value="true">
  55. <not>
  56. <matches pattern="1\.[0-8](\..*)?" string="${javac.source}"/>
  57. </not>
  58. </condition>
  59. </target>
  60. <target depends="-init-modules-supported" if="modules.supported.internal" name="-init-macrodef-modulename">
  61. <macrodef name="modulename" uri="http://www.netbeans.org/ns/j2se-project/3">
  62. <attribute name="property"/>
  63. <attribute name="sourcepath"/>
  64. <sequential>
  65. <loadresource property="@{property}" quiet="true">
  66. <javaresource classpath="@{sourcepath}" name="module-info.java" parentFirst="false"/>
  67. <filterchain>
  68. <stripjavacomments/>
  69. <linecontainsregexp>
  70. <regexp pattern="module .* \{"/>
  71. </linecontainsregexp>
  72. <tokenfilter>
  73. <linetokenizer/>
  74. <replaceregex flags="s" pattern="(\s*module\s+)(\S*)(\s*\{.*)" replace="\2"/>
  75. </tokenfilter>
  76. <striplinebreaks/>
  77. </filterchain>
  78. </loadresource>
  79. </sequential>
  80. </macrodef>
  81. </target>
  82. <target depends="-init-modules-supported,-init-macrodef-modulename" if="modules.supported.internal" name="-init-source-module-properties">
  83. <fail message="Java 9 support requires Ant 1.10.0 or higher.">
  84. <condition>
  85. <not>
  86. <antversion atleast="1.10.0"/>
  87. </not>
  88. </condition>
  89. </fail>
  90. <j2seproject3:modulename property="module.name" sourcepath="${src.dir}"/>
  91. <condition property="named.module.internal">
  92. <and>
  93. <isset property="module.name"/>
  94. <length length="0" string="${module.name}" when="greater"/>
  95. </and>
  96. </condition>
  97. <condition property="unnamed.module.internal">
  98. <not>
  99. <isset property="named.module.internal"/>
  100. </not>
  101. </condition>
  102. <property name="javac.modulepath" value=""/>
  103. <property name="run.modulepath" value="${javac.modulepath}"/>
  104. <property name="module.build.classes.dir" value="${build.classes.dir}"/>
  105. <property name="debug.modulepath" value="${run.modulepath}"/>
  106. <property name="javac.upgrademodulepath" value=""/>
  107. <property name="run.upgrademodulepath" value="${javac.upgrademodulepath}"/>
  108. <condition else="" property="javac.systemmodulepath.cmd.line.arg" value="--system '${javac.systemmodulepath}'">
  109. <and>
  110. <isset property="javac.systemmodulepath"/>
  111. <length length="0" string="${javac.systemmodulepath}" when="greater"/>
  112. </and>
  113. </condition>
  114. <property name="dist.jlink.dir" value="${dist.dir}/jlink"/>
  115. <property name="dist.jlink.output" value="${dist.jlink.dir}/${application.title}"/>
  116. <property name="module.name" value=""/>
  117. </target>
  118. <target depends="-pre-init,-init-private,-init-user,-init-project,-init-macrodef-property,-init-modules-supported" name="-do-init">
  119. <property name="platform.java" value="${java.home}/bin/java"/>
  120. <available file="${manifest.file}" property="manifest.available"/>
  121. <condition property="splashscreen.available">
  122. <and>
  123. <not>
  124. <equals arg1="${application.splash}" arg2="" trim="true"/>
  125. </not>
  126. <available file="${application.splash}"/>
  127. </and>
  128. </condition>
  129. <condition property="main.class.available">
  130. <and>
  131. <isset property="main.class"/>
  132. <not>
  133. <equals arg1="${main.class}" arg2="" trim="true"/>
  134. </not>
  135. </and>
  136. </condition>
  137. <condition property="profile.available">
  138. <and>
  139. <isset property="javac.profile"/>
  140. <length length="0" string="${javac.profile}" when="greater"/>
  141. <not>
  142. <matches pattern="1\.[0-7](\..*)?" string="${javac.source}"/>
  143. </not>
  144. </and>
  145. </condition>
  146. <condition property="do.archive">
  147. <or>
  148. <not>
  149. <istrue value="${jar.archive.disabled}"/>
  150. </not>
  151. <istrue value="${not.archive.disabled}"/>
  152. </or>
  153. </condition>
  154. <condition property="do.archive+manifest.available">
  155. <and>
  156. <isset property="manifest.available"/>
  157. <istrue value="${do.archive}"/>
  158. </and>
  159. </condition>
  160. <condition property="do.archive+main.class.available">
  161. <and>
  162. <isset property="main.class.available"/>
  163. <istrue value="${do.archive}"/>
  164. </and>
  165. </condition>
  166. <condition property="do.archive+splashscreen.available">
  167. <and>
  168. <isset property="splashscreen.available"/>
  169. <istrue value="${do.archive}"/>
  170. </and>
  171. </condition>
  172. <condition property="do.archive+profile.available">
  173. <and>
  174. <isset property="profile.available"/>
  175. <istrue value="${do.archive}"/>
  176. </and>
  177. </condition>
  178. <condition property="have.tests">
  179. <or/>
  180. </condition>
  181. <condition property="have.sources">
  182. <or>
  183. <available file="${src.dir}"/>
  184. </or>
  185. </condition>
  186. <condition property="netbeans.home+have.tests">
  187. <and>
  188. <isset property="netbeans.home"/>
  189. <isset property="have.tests"/>
  190. </and>
  191. </condition>
  192. <condition property="no.javadoc.preview">
  193. <and>
  194. <isset property="javadoc.preview"/>
  195. <isfalse value="${javadoc.preview}"/>
  196. </and>
  197. </condition>
  198. <property name="run.jvmargs" value=""/>
  199. <property name="run.jvmargs.ide" value=""/>
  200. <property name="javac.compilerargs" value=""/>
  201. <property name="work.dir" value="${basedir}"/>
  202. <condition property="no.deps">
  203. <and>
  204. <istrue value="${no.dependencies}"/>
  205. </and>
  206. </condition>
  207. <property name="javac.debug" value="true"/>
  208. <property name="javadoc.preview" value="true"/>
  209. <property name="application.args" value=""/>
  210. <property name="source.encoding" value="${file.encoding}"/>
  211. <property name="runtime.encoding" value="${source.encoding}"/>
  212. <property name="manifest.encoding" value="${source.encoding}"/>
  213. <condition property="javadoc.encoding.used" value="${javadoc.encoding}">
  214. <and>
  215. <isset property="javadoc.encoding"/>
  216. <not>
  217. <equals arg1="${javadoc.encoding}" arg2=""/>
  218. </not>
  219. </and>
  220. </condition>
  221. <property name="javadoc.encoding.used" value="${source.encoding}"/>
  222. <property name="includes" value="**"/>
  223. <property name="excludes" value=""/>
  224. <property name="do.depend" value="false"/>
  225. <condition property="do.depend.true">
  226. <istrue value="${do.depend}"/>
  227. </condition>
  228. <path id="endorsed.classpath.path" path="${endorsed.classpath}"/>
  229. <condition else="" property="endorsed.classpath.cmd.line.arg" value="-Xbootclasspath/p:'${toString:endorsed.classpath.path}'">
  230. <and>
  231. <isset property="endorsed.classpath"/>
  232. <not>
  233. <equals arg1="${endorsed.classpath}" arg2="" trim="true"/>
  234. </not>
  235. </and>
  236. </condition>
  237. <condition else="" property="javac.profile.cmd.line.arg" value="-profile ${javac.profile}">
  238. <isset property="profile.available"/>
  239. </condition>
  240. <condition else="false" property="jdkBug6558476">
  241. <and>
  242. <matches pattern="1\.[56]" string="${java.specification.version}"/>
  243. <not>
  244. <os family="unix"/>
  245. </not>
  246. </and>
  247. </condition>
  248. <condition else="false" property="javac.fork">
  249. <or>
  250. <istrue value="${jdkBug6558476}"/>
  251. <istrue value="${javac.external.vm}"/>
  252. </or>
  253. </condition>
  254. <property name="jar.index" value="false"/>
  255. <property name="jar.index.metainf" value="${jar.index}"/>
  256. <property name="copylibs.rebase" value="true"/>
  257. <available file="${meta.inf.dir}/persistence.xml" property="has.persistence.xml"/>
  258. <condition property="junit.available">
  259. <or>
  260. <available classname="org.junit.Test" classpath="${run.test.classpath}"/>
  261. <available classname="junit.framework.Test" classpath="${run.test.classpath}"/>
  262. </or>
  263. </condition>
  264. <condition property="testng.available">
  265. <available classname="org.testng.annotations.Test" classpath="${run.test.classpath}"/>
  266. </condition>
  267. <condition property="junit+testng.available">
  268. <and>
  269. <istrue value="${junit.available}"/>
  270. <istrue value="${testng.available}"/>
  271. </and>
  272. </condition>
  273. <condition else="testng" property="testng.mode" value="mixed">
  274. <istrue value="${junit+testng.available}"/>
  275. </condition>
  276. <condition else="" property="testng.debug.mode" value="-mixed">
  277. <istrue value="${junit+testng.available}"/>
  278. </condition>
  279. <property name="java.failonerror" value="true"/>
  280. </target>
  281. <target name="-post-init">
  282. <!-- Empty placeholder for easier customization. -->
  283. <!-- You can override this target in the ../build.xml file. -->
  284. </target>
  285. <target depends="-pre-init,-init-private,-init-user,-init-project,-do-init" name="-init-check">
  286. <fail unless="src.dir">Must set src.dir</fail>
  287. <fail unless="build.dir">Must set build.dir</fail>
  288. <fail unless="dist.dir">Must set dist.dir</fail>
  289. <fail unless="build.classes.dir">Must set build.classes.dir</fail>
  290. <fail unless="dist.javadoc.dir">Must set dist.javadoc.dir</fail>
  291. <fail unless="build.test.classes.dir">Must set build.test.classes.dir</fail>
  292. <fail unless="build.test.results.dir">Must set build.test.results.dir</fail>
  293. <fail unless="build.classes.excludes">Must set build.classes.excludes</fail>
  294. <fail unless="dist.jar">Must set dist.jar</fail>
  295. </target>
  296. <target name="-init-macrodef-property">
  297. <macrodef name="property" uri="http://www.netbeans.org/ns/j2se-project/1">
  298. <attribute name="name"/>
  299. <attribute name="value"/>
  300. <sequential>
  301. <property name="@{name}" value="${@{value}}"/>
  302. </sequential>
  303. </macrodef>
  304. </target>
  305. <target depends="-init-ap-cmdline-properties,-init-source-module-properties" if="modules.supported.internal" name="-init-macrodef-javac-with-module">
  306. <macrodef name="javac" uri="http://www.netbeans.org/ns/j2se-project/3">
  307. <attribute default="${src.dir}" name="srcdir"/>
  308. <attribute default="${build.classes.dir}" name="destdir"/>
  309. <attribute default="${javac.classpath}" name="classpath"/>
  310. <attribute default="${javac.modulepath}" name="modulepath"/>
  311. <attribute default="${javac.upgrademodulepath}" name="upgrademodulepath"/>
  312. <attribute default="${javac.processorpath}" name="processorpath"/>
  313. <attribute default="${javac.processormodulepath}" name="processormodulepath"/>
  314. <attribute default="${build.generated.sources.dir}/ap-source-output" name="apgeneratedsrcdir"/>
  315. <attribute default="${includes}" name="includes"/>
  316. <attribute default="${excludes}" name="excludes"/>
  317. <attribute default="${javac.debug}" name="debug"/>
  318. <attribute default="${empty.dir}" name="sourcepath" unless:set="named.module.internal"/>
  319. <attribute default="${src.dir}" if:set="named.module.internal" name="sourcepath"/>
  320. <attribute default="${empty.dir}" name="gensrcdir"/>
  321. <element name="customize" optional="true"/>
  322. <sequential>
  323. <condition property="warn.excludes.internal">
  324. <and>
  325. <isset property="named.module.internal"/>
  326. <length length="0" string="@{excludes}" trim="true" when="greater"/>
  327. </and>
  328. </condition>
  329. <echo if:set="warn.excludes.internal" level="warning" message="The javac excludes are not supported in the JDK 9 Named Module."/>
  330. <property location="${build.dir}/empty" name="empty.dir"/>
  331. <mkdir dir="${empty.dir}"/>
  332. <mkdir dir="@{apgeneratedsrcdir}"/>
  333. <condition property="processormodulepath.set">
  334. <resourcecount count="0" when="greater">
  335. <path>
  336. <pathelement path="@{processormodulepath}"/>
  337. </path>
  338. </resourcecount>
  339. </condition>
  340. <javac debug="@{debug}" deprecation="${javac.deprecation}" destdir="@{destdir}" encoding="${source.encoding}" excludes="@{excludes}" fork="${javac.fork}" includeantruntime="false" includes="@{includes}" source="${javac.source}" sourcepath="@{sourcepath}" srcdir="@{srcdir}" target="${javac.target}" tempdir="${java.io.tmpdir}">
  341. <src>
  342. <dirset dir="@{gensrcdir}" erroronmissingdir="false">
  343. <include name="*"/>
  344. </dirset>
  345. </src>
  346. <classpath>
  347. <path path="@{classpath}"/>
  348. </classpath>
  349. <modulepath>
  350. <path path="@{modulepath}"/>
  351. </modulepath>
  352. <upgrademodulepath>
  353. <path path="@{upgrademodulepath}"/>
  354. </upgrademodulepath>
  355. <compilerarg line="${javac.systemmodulepath.cmd.line.arg}"/>
  356. <compilerarg line="${javac.profile.cmd.line.arg}"/>
  357. <compilerarg line="${javac.compilerargs}"/>
  358. <compilerarg if:set="processormodulepath.set" value="--processor-module-path"/>
  359. <compilerarg if:set="processormodulepath.set" path="@{processormodulepath}"/>
  360. <compilerarg unless:set="processormodulepath.set" value="-processorpath"/>
  361. <compilerarg path="@{processorpath}:${empty.dir}" unless:set="processormodulepath.set"/>
  362. <compilerarg line="${ap.processors.internal}"/>
  363. <compilerarg line="${annotation.processing.processor.options}"/>
  364. <compilerarg value="-s"/>
  365. <compilerarg path="@{apgeneratedsrcdir}"/>
  366. <compilerarg line="${ap.proc.none.internal}"/>
  367. <customize/>
  368. </javac>
  369. </sequential>
  370. </macrodef>
  371. </target>
  372. <target depends="-init-ap-cmdline-properties,-init-source-module-properties" if="ap.supported.internal" name="-init-macrodef-javac-with-processors" unless="modules.supported.internal">
  373. <macrodef name="javac" uri="http://www.netbeans.org/ns/j2se-project/3">
  374. <attribute default="${src.dir}" name="srcdir"/>
  375. <attribute default="${build.classes.dir}" name="destdir"/>
  376. <attribute default="${javac.classpath}" name="classpath"/>
  377. <attribute default="${javac.modulepath}" name="modulepath"/>
  378. <attribute default="${javac.upgrademodulepath}" name="upgrademodulepath"/>
  379. <attribute default="${javac.processorpath}" name="processorpath"/>
  380. <attribute default="${build.generated.sources.dir}/ap-source-output" name="apgeneratedsrcdir"/>
  381. <attribute default="${includes}" name="includes"/>
  382. <attribute default="${excludes}" name="excludes"/>
  383. <attribute default="${javac.debug}" name="debug"/>
  384. <attribute default="${empty.dir}" name="sourcepath"/>
  385. <attribute default="${empty.dir}" name="gensrcdir"/>
  386. <element name="customize" optional="true"/>
  387. <sequential>
  388. <property location="${build.dir}/empty" name="empty.dir"/>
  389. <mkdir dir="${empty.dir}"/>
  390. <mkdir dir="@{apgeneratedsrcdir}"/>
  391. <javac debug="@{debug}" deprecation="${javac.deprecation}" destdir="@{destdir}" encoding="${source.encoding}" excludes="@{excludes}" fork="${javac.fork}" includeantruntime="false" includes="@{includes}" source="${javac.source}" sourcepath="@{sourcepath}" srcdir="@{srcdir}" target="${javac.target}" tempdir="${java.io.tmpdir}">
  392. <src>
  393. <dirset dir="@{gensrcdir}" erroronmissingdir="false">
  394. <include name="*"/>
  395. </dirset>
  396. </src>
  397. <classpath>
  398. <path path="@{classpath}"/>
  399. </classpath>
  400. <compilerarg line="${endorsed.classpath.cmd.line.arg}"/>
  401. <compilerarg line="${javac.profile.cmd.line.arg}"/>
  402. <compilerarg line="${javac.compilerargs}"/>
  403. <compilerarg value="-processorpath"/>
  404. <compilerarg path="@{processorpath}:${empty.dir}"/>
  405. <compilerarg line="${ap.processors.internal}"/>
  406. <compilerarg line="${annotation.processing.processor.options}"/>
  407. <compilerarg value="-s"/>
  408. <compilerarg path="@{apgeneratedsrcdir}"/>
  409. <compilerarg line="${ap.proc.none.internal}"/>
  410. <customize/>
  411. </javac>
  412. </sequential>
  413. </macrodef>
  414. </target>
  415. <target depends="-init-ap-cmdline-properties,-init-source-module-properties" name="-init-macrodef-javac-without-processors" unless="ap.supported.internal">
  416. <macrodef name="javac" uri="http://www.netbeans.org/ns/j2se-project/3">
  417. <attribute default="${src.dir}" name="srcdir"/>
  418. <attribute default="${build.classes.dir}" name="destdir"/>
  419. <attribute default="${javac.classpath}" name="classpath"/>
  420. <attribute default="${javac.modulepath}" name="modulepath"/>
  421. <attribute default="${javac.upgrademodulepath}" name="upgrademodulepath"/>
  422. <attribute default="${javac.processorpath}" name="processorpath"/>
  423. <attribute default="${build.generated.sources.dir}/ap-source-output" name="apgeneratedsrcdir"/>
  424. <attribute default="${includes}" name="includes"/>
  425. <attribute default="${excludes}" name="excludes"/>
  426. <attribute default="${javac.debug}" name="debug"/>
  427. <attribute default="${empty.dir}" name="sourcepath"/>
  428. <attribute default="${empty.dir}" name="gensrcdir"/>
  429. <element name="customize" optional="true"/>
  430. <sequential>
  431. <property location="${build.dir}/empty" name="empty.dir"/>
  432. <mkdir dir="${empty.dir}"/>
  433. <javac debug="@{debug}" deprecation="${javac.deprecation}" destdir="@{destdir}" encoding="${source.encoding}" excludes="@{excludes}" fork="${javac.fork}" includeantruntime="false" includes="@{includes}" source="${javac.source}" sourcepath="@{sourcepath}" srcdir="@{srcdir}" target="${javac.target}" tempdir="${java.io.tmpdir}">
  434. <src>
  435. <dirset dir="@{gensrcdir}" erroronmissingdir="false">
  436. <include name="*"/>
  437. </dirset>
  438. </src>
  439. <classpath>
  440. <path path="@{classpath}"/>
  441. </classpath>
  442. <compilerarg line="${endorsed.classpath.cmd.line.arg}"/>
  443. <compilerarg line="${javac.profile.cmd.line.arg}"/>
  444. <compilerarg line="${javac.compilerargs}"/>
  445. <customize/>
  446. </javac>
  447. </sequential>
  448. </macrodef>
  449. </target>
  450. <target depends="-init-macrodef-javac-with-module,-init-macrodef-javac-with-processors,-init-macrodef-javac-without-processors" name="-init-macrodef-javac">
  451. <macrodef name="depend" uri="http://www.netbeans.org/ns/j2se-project/3">
  452. <attribute default="${src.dir}" name="srcdir"/>
  453. <attribute default="${build.classes.dir}" name="destdir"/>
  454. <attribute default="${javac.classpath}" name="classpath"/>
  455. <sequential>
  456. <depend cache="${build.dir}/depcache" destdir="@{destdir}" excludes="${excludes}" includes="${includes}" srcdir="@{srcdir}">
  457. <classpath>
  458. <path path="@{classpath}"/>
  459. </classpath>
  460. </depend>
  461. </sequential>
  462. </macrodef>
  463. <macrodef name="force-recompile" uri="http://www.netbeans.org/ns/j2se-project/3">
  464. <attribute default="${build.classes.dir}" name="destdir"/>
  465. <sequential>
  466. <fail unless="javac.includes">Must set javac.includes</fail>
  467. <pathconvert pathsep="${line.separator}" property="javac.includes.binary">
  468. <path>
  469. <filelist dir="@{destdir}" files="${javac.includes}"/>
  470. </path>
  471. <globmapper from="*.java" to="*.class"/>
  472. </pathconvert>
  473. <tempfile deleteonexit="true" property="javac.includesfile.binary"/>
  474. <echo file="${javac.includesfile.binary}" message="${javac.includes.binary}"/>
  475. <delete>
  476. <files includesfile="${javac.includesfile.binary}"/>
  477. </delete>
  478. <delete>
  479. <fileset file="${javac.includesfile.binary}"/>
  480. </delete>
  481. </sequential>
  482. </macrodef>
  483. </target>
  484. <target if="${junit.available}" name="-init-macrodef-junit-init">
  485. <condition else="false" property="nb.junit.batch" value="true">
  486. <and>
  487. <istrue value="${junit.available}"/>
  488. <not>
  489. <isset property="test.method"/>
  490. </not>
  491. </and>
  492. </condition>
  493. <condition else="false" property="nb.junit.single" value="true">
  494. <and>
  495. <istrue value="${junit.available}"/>
  496. <isset property="test.method"/>
  497. </and>
  498. </condition>
  499. </target>
  500. <target name="-init-test-properties">
  501. <property name="test.binaryincludes" value="&lt;nothing&gt;"/>
  502. <property name="test.binarytestincludes" value=""/>
  503. <property name="test.binaryexcludes" value=""/>
  504. </target>
  505. <target depends="-init-modules-supported" if="modules.supported.internal" name="-init-macrodef-junit-prototype-with-module">
  506. <macrodef name="junit-prototype" uri="http://www.netbeans.org/ns/j2se-project/3">
  507. <attribute default="${includes}" name="includes"/>
  508. <attribute default="${excludes}" name="excludes"/>
  509. <element name="customizePrototype" optional="true"/>
  510. <sequential>
  511. <property name="junit.forkmode" value="perTest"/>
  512. <junit dir="${work.dir}" errorproperty="tests.failed" failureproperty="tests.failed" fork="true" forkmode="${junit.forkmode}" showoutput="true" tempdir="${build.dir}">
  513. <syspropertyset>
  514. <propertyref prefix="test-sys-prop."/>
  515. <mapper from="test-sys-prop.*" to="*" type="glob"/>
  516. </syspropertyset>
  517. <classpath>
  518. <path path="${run.test.classpath}"/>
  519. </classpath>
  520. <modulepath>
  521. <path path="${run.test.modulepath}"/>
  522. </modulepath>
  523. <formatter type="brief" usefile="false"/>
  524. <formatter type="xml"/>
  525. <jvmarg line="${endorsed.classpath.cmd.line.arg}"/>
  526. <jvmarg value="-ea"/>
  527. <jvmarg line="${run.test.jvmargs}"/>
  528. <customizePrototype/>
  529. </junit>
  530. </sequential>
  531. </macrodef>
  532. </target>
  533. <target depends="-init-modules-supported" name="-init-macrodef-junit-prototype-without-module" unless="modules.supported.internal">
  534. <macrodef name="junit-prototype" uri="http://www.netbeans.org/ns/j2se-project/3">
  535. <attribute default="${includes}" name="includes"/>
  536. <attribute default="${excludes}" name="excludes"/>
  537. <element name="customizePrototype" optional="true"/>
  538. <sequential>
  539. <property name="junit.forkmode" value="perTest"/>
  540. <junit dir="${work.dir}" errorproperty="tests.failed" failureproperty="tests.failed" fork="true" forkmode="${junit.forkmode}" showoutput="true" tempdir="${build.dir}">
  541. <syspropertyset>
  542. <propertyref prefix="test-sys-prop."/>
  543. <mapper from="test-sys-prop.*" to="*" type="glob"/>
  544. </syspropertyset>
  545. <classpath>
  546. <path path="${run.test.classpath}"/>
  547. </classpath>
  548. <formatter type="brief" usefile="false"/>
  549. <formatter type="xml"/>
  550. <jvmarg line="${endorsed.classpath.cmd.line.arg}"/>
  551. <jvmarg value="-ea"/>
  552. <customizePrototype/>
  553. </junit>
  554. </sequential>
  555. </macrodef>
  556. </target>
  557. <target depends="-init-test-properties,-init-macrodef-junit-prototype-with-module,-init-macrodef-junit-prototype-without-module" if="${nb.junit.single}" name="-init-macrodef-junit-single" unless="${nb.junit.batch}">
  558. <macrodef name="junit" uri="http://www.netbeans.org/ns/j2se-project/3">
  559. <attribute default="${includes}" name="includes"/>
  560. <attribute default="${excludes}" name="excludes"/>
  561. <attribute default="**" name="testincludes"/>
  562. <attribute default="" name="testmethods"/>
  563. <element name="customize" optional="true"/>
  564. <sequential>
  565. <j2seproject3:junit-prototype>
  566. <customizePrototype>
  567. <test methods="@{testmethods}" name="@{testincludes}" todir="${build.test.results.dir}"/>
  568. <customize/>
  569. </customizePrototype>
  570. </j2seproject3:junit-prototype>
  571. </sequential>
  572. </macrodef>
  573. </target>
  574. <target depends="-init-test-properties,-init-macrodef-junit-prototype-with-module,-init-macrodef-junit-prototype-without-module" if="${nb.junit.batch}" name="-init-macrodef-junit-batch" unless="${nb.junit.single}">
  575. <macrodef name="junit" uri="http://www.netbeans.org/ns/j2se-project/3">
  576. <attribute default="${includes}" name="includes"/>
  577. <attribute default="${excludes}" name="excludes"/>
  578. <attribute default="**" name="testincludes"/>
  579. <attribute default="" name="testmethods"/>
  580. <element name="customize" optional="true"/>
  581. <sequential>
  582. <j2seproject3:junit-prototype>
  583. <customizePrototype>
  584. <batchtest todir="${build.test.results.dir}">
  585. <fileset dir="${build.test.classes.dir}" excludes="@{excludes},${excludes},${test.binaryexcludes}" includes="${test.binaryincludes}">
  586. <filename name="${test.binarytestincludes}"/>
  587. </fileset>
  588. </batchtest>
  589. <customize/>
  590. </customizePrototype>
  591. </j2seproject3:junit-prototype>
  592. </sequential>
  593. </macrodef>
  594. </target>
  595. <target depends="-init-macrodef-junit-init,-init-macrodef-junit-single, -init-macrodef-junit-batch" if="${junit.available}" name="-init-macrodef-junit"/>
  596. <target if="${testng.available}" name="-init-macrodef-testng">
  597. <macrodef name="testng" uri="http://www.netbeans.org/ns/j2se-project/3">
  598. <attribute default="${includes}" name="includes"/>
  599. <attribute default="${excludes}" name="excludes"/>
  600. <attribute default="**" name="testincludes"/>
  601. <attribute default="" name="testmethods"/>
  602. <element name="customize" optional="true"/>
  603. <sequential>
  604. <condition else="" property="testng.methods.arg" value="@{testincludes}.@{testmethods}">
  605. <isset property="test.method"/>
  606. </condition>
  607. <union id="test.set"/>
  608. <taskdef classname="org.testng.TestNGAntTask" classpath="${run.test.classpath}" name="testng"/>
  609. <testng classfilesetref="test.set" failureProperty="tests.failed" listeners="org.testng.reporters.VerboseReporter" methods="${testng.methods.arg}" mode="${testng.mode}" outputdir="${build.test.results.dir}" suitename="ChatProg" testname="TestNG tests" workingDir="${work.dir}">
  610. <xmlfileset dir="${build.test.classes.dir}" includes="@{testincludes}"/>
  611. <propertyset>
  612. <propertyref prefix="test-sys-prop."/>
  613. <mapper from="test-sys-prop.*" to="*" type="glob"/>
  614. </propertyset>
  615. <classpath>
  616. <path path="${run.test.classpath}"/>
  617. </classpath>
  618. <jvmarg line="${endorsed.classpath.cmd.line.arg}"/>
  619. <customize/>
  620. </testng>
  621. </sequential>
  622. </macrodef>
  623. </target>
  624. <target name="-init-macrodef-test-impl">
  625. <macrodef name="test-impl" uri="http://www.netbeans.org/ns/j2se-project/3">
  626. <attribute default="${includes}" name="includes"/>
  627. <attribute default="${excludes}" name="excludes"/>
  628. <attribute default="**" name="testincludes"/>
  629. <attribute default="" name="testmethods"/>
  630. <element implicit="true" name="customize" optional="true"/>
  631. <sequential>
  632. <echo>No tests executed.</echo>
  633. </sequential>
  634. </macrodef>
  635. </target>
  636. <target depends="-init-macrodef-junit" if="${junit.available}" name="-init-macrodef-junit-impl">
  637. <macrodef name="test-impl" uri="http://www.netbeans.org/ns/j2se-project/3">
  638. <attribute default="${includes}" name="includes"/>
  639. <attribute default="${excludes}" name="excludes"/>
  640. <attribute default="**" name="testincludes"/>
  641. <attribute default="" name="testmethods"/>
  642. <element implicit="true" name="customize" optional="true"/>
  643. <sequential>
  644. <j2seproject3:junit excludes="@{excludes}" includes="@{includes}" testincludes="@{testincludes}" testmethods="@{testmethods}">
  645. <customize/>
  646. </j2seproject3:junit>
  647. </sequential>
  648. </macrodef>
  649. </target>
  650. <target depends="-init-macrodef-testng" if="${testng.available}" name="-init-macrodef-testng-impl">
  651. <macrodef name="test-impl" uri="http://www.netbeans.org/ns/j2se-project/3">
  652. <attribute default="${includes}" name="includes"/>
  653. <attribute default="${excludes}" name="excludes"/>
  654. <attribute default="**" name="testincludes"/>
  655. <attribute default="" name="testmethods"/>
  656. <element implicit="true" name="customize" optional="true"/>
  657. <sequential>
  658. <j2seproject3:testng excludes="@{excludes}" includes="@{includes}" testincludes="@{testincludes}" testmethods="@{testmethods}">
  659. <customize/>
  660. </j2seproject3:testng>
  661. </sequential>
  662. </macrodef>
  663. </target>
  664. <target depends="-init-macrodef-test-impl,-init-macrodef-junit-impl,-init-macrodef-testng-impl" name="-init-macrodef-test">
  665. <macrodef name="test" uri="http://www.netbeans.org/ns/j2se-project/3">
  666. <attribute default="${includes}" name="includes"/>
  667. <attribute default="${excludes}" name="excludes"/>
  668. <attribute default="**" name="testincludes"/>
  669. <attribute default="" name="testmethods"/>
  670. <sequential>
  671. <j2seproject3:test-impl excludes="@{excludes}" includes="@{includes}" testincludes="@{testincludes}" testmethods="@{testmethods}">
  672. <customize>
  673. <jvmarg line="${run.jvmargs}"/>
  674. <jvmarg line="${run.jvmargs.ide}"/>
  675. </customize>
  676. </j2seproject3:test-impl>
  677. </sequential>
  678. </macrodef>
  679. </target>
  680. <target depends="-init-macrodef-junit" if="${junit.available}" name="-init-macrodef-junit-debug-impl">
  681. <macrodef name="test-debug-impl" uri="http://www.netbeans.org/ns/j2se-project/3">
  682. <attribute default="${includes}" name="includes"/>
  683. <attribute default="${excludes}" name="excludes"/>
  684. <attribute default="**" name="testincludes"/>
  685. <attribute default="" name="testmethods"/>
  686. <element name="customizeDebuggee" optional="true"/>
  687. <sequential>
  688. <j2seproject3:junit excludes="@{excludes}" includes="@{includes}" testincludes="@{testincludes}" testmethods="@{testmethods}">
  689. <customize>
  690. <jvmarg value="-agentlib:jdwp=transport=${debug-transport},address=${jpda.address}"/>
  691. <customizeDebuggee/>
  692. </customize>
  693. </j2seproject3:junit>
  694. </sequential>
  695. </macrodef>
  696. </target>
  697. <target if="${testng.available}" name="-init-macrodef-testng-debug">
  698. <macrodef name="testng-debug" uri="http://www.netbeans.org/ns/j2se-project/3">
  699. <attribute default="${main.class}" name="testClass"/>
  700. <attribute default="" name="testMethod"/>
  701. <element name="customize2" optional="true"/>
  702. <sequential>
  703. <condition else="-testclass @{testClass}" property="test.class.or.method" value="-methods @{testClass}.@{testMethod}">
  704. <isset property="test.method"/>
  705. </condition>
  706. <condition else="-suitename ChatProg -testname @{testClass} ${test.class.or.method}" property="testng.cmd.args" value="@{testClass}">
  707. <matches pattern=".*\.xml" string="@{testClass}"/>
  708. </condition>
  709. <delete dir="${build.test.results.dir}" quiet="true"/>
  710. <mkdir dir="${build.test.results.dir}"/>
  711. <j2seproject3:debug classname="org.testng.TestNG" classpath="${debug.test.classpath}">
  712. <customizeDebuggee>
  713. <customize2/>
  714. <jvmarg value="-ea"/>
  715. <arg line="${testng.debug.mode}"/>
  716. <arg line="-d ${build.test.results.dir}"/>
  717. <arg line="-listener org.testng.reporters.VerboseReporter"/>
  718. <arg line="${testng.cmd.args}"/>
  719. </customizeDebuggee>
  720. </j2seproject3:debug>
  721. </sequential>
  722. </macrodef>
  723. </target>
  724. <target depends="-init-macrodef-testng-debug" if="${testng.available}" name="-init-macrodef-testng-debug-impl">
  725. <macrodef name="testng-debug-impl" uri="http://www.netbeans.org/ns/j2se-project/3">
  726. <attribute default="${main.class}" name="testClass"/>
  727. <attribute default="" name="testMethod"/>
  728. <element implicit="true" name="customize2" optional="true"/>
  729. <sequential>
  730. <j2seproject3:testng-debug testClass="@{testClass}" testMethod="@{testMethod}">
  731. <customize2/>
  732. </j2seproject3:testng-debug>
  733. </sequential>
  734. </macrodef>
  735. </target>
  736. <target depends="-init-macrodef-junit-debug-impl" if="${junit.available}" name="-init-macrodef-test-debug-junit">
  737. <macrodef name="test-debug" uri="http://www.netbeans.org/ns/j2se-project/3">
  738. <attribute default="${includes}" name="includes"/>
  739. <attribute default="${excludes}" name="excludes"/>
  740. <attribute default="**" name="testincludes"/>
  741. <attribute default="" name="testmethods"/>
  742. <attribute default="${main.class}" name="testClass"/>
  743. <attribute default="" name="testMethod"/>
  744. <sequential>
  745. <j2seproject3:test-debug-impl excludes="@{excludes}" includes="@{includes}" testincludes="@{testincludes}" testmethods="@{testmethods}">
  746. <customizeDebuggee>
  747. <jvmarg line="${run.jvmargs}"/>
  748. <jvmarg line="${run.jvmargs.ide}"/>
  749. </customizeDebuggee>
  750. </j2seproject3:test-debug-impl>
  751. </sequential>
  752. </macrodef>
  753. </target>
  754. <target depends="-init-macrodef-testng-debug-impl" if="${testng.available}" name="-init-macrodef-test-debug-testng">
  755. <macrodef name="test-debug" uri="http://www.netbeans.org/ns/j2se-project/3">
  756. <attribute default="${includes}" name="includes"/>
  757. <attribute default="${excludes}" name="excludes"/>
  758. <attribute default="**" name="testincludes"/>
  759. <attribute default="" name="testmethods"/>
  760. <attribute default="${main.class}" name="testClass"/>
  761. <attribute default="" name="testMethod"/>
  762. <sequential>
  763. <j2seproject3:testng-debug-impl testClass="@{testClass}" testMethod="@{testMethod}">
  764. <customize2>
  765. <syspropertyset>
  766. <propertyref prefix="test-sys-prop."/>
  767. <mapper from="test-sys-prop.*" to="*" type="glob"/>
  768. </syspropertyset>
  769. </customize2>
  770. </j2seproject3:testng-debug-impl>
  771. </sequential>
  772. </macrodef>
  773. </target>
  774. <target depends="-init-macrodef-test-debug-junit,-init-macrodef-test-debug-testng" name="-init-macrodef-test-debug"/>
  775. <!--
  776. pre NB7.2 profiling section; consider it deprecated
  777. -->
  778. <target depends="-profile-pre-init, init, -profile-post-init, -profile-init-macrodef-profile, -profile-init-check" if="profiler.info.jvmargs.agent" name="profile-init"/>
  779. <target if="profiler.info.jvmargs.agent" name="-profile-pre-init">
  780. <!-- Empty placeholder for easier customization. -->
  781. <!-- You can override this target in the ../build.xml file. -->
  782. </target>
  783. <target if="profiler.info.jvmargs.agent" name="-profile-post-init">
  784. <!-- Empty placeholder for easier customization. -->
  785. <!-- You can override this target in the ../build.xml file. -->
  786. </target>
  787. <target if="profiler.info.jvmargs.agent" name="-profile-init-macrodef-profile">
  788. <macrodef name="resolve">
  789. <attribute name="name"/>
  790. <attribute name="value"/>
  791. <sequential>
  792. <property name="@{name}" value="${env.@{value}}"/>
  793. </sequential>
  794. </macrodef>
  795. <macrodef name="profile">
  796. <attribute default="${main.class}" name="classname"/>
  797. <element name="customize" optional="true"/>
  798. <sequential>
  799. <property environment="env"/>
  800. <resolve name="profiler.current.path" value="${profiler.info.pathvar}"/>
  801. <java classname="@{classname}" dir="${profiler.info.dir}" failonerror="${java.failonerror}" fork="true" jvm="${profiler.info.jvm}">
  802. <jvmarg line="${endorsed.classpath.cmd.line.arg}"/>
  803. <jvmarg value="${profiler.info.jvmargs.agent}"/>
  804. <jvmarg line="${profiler.info.jvmargs}"/>
  805. <env key="${profiler.info.pathvar}" path="${profiler.info.agentpath}:${profiler.current.path}"/>
  806. <arg line="${application.args}"/>
  807. <classpath>
  808. <path path="${run.classpath}"/>
  809. </classpath>
  810. <syspropertyset>
  811. <propertyref prefix="run-sys-prop."/>
  812. <mapper from="run-sys-prop.*" to="*" type="glob"/>
  813. </syspropertyset>
  814. <customize/>
  815. </java>
  816. </sequential>
  817. </macrodef>
  818. </target>
  819. <target depends="-profile-pre-init, init, -profile-post-init, -profile-init-macrodef-profile" if="profiler.info.jvmargs.agent" name="-profile-init-check">
  820. <fail unless="profiler.info.jvm">Must set JVM to use for profiling in profiler.info.jvm</fail>
  821. <fail unless="profiler.info.jvmargs.agent">Must set profiler agent JVM arguments in profiler.info.jvmargs.agent</fail>
  822. </target>
  823. <!--
  824. end of pre NB7.2 profiling section
  825. -->
  826. <target depends="-init-debug-args" name="-init-macrodef-nbjpda">
  827. <macrodef name="nbjpdastart" uri="http://www.netbeans.org/ns/j2se-project/1">
  828. <attribute default="${main.class}" name="name"/>
  829. <attribute default="${debug.modulepath}" name="modulepath"/>
  830. <attribute default="${debug.classpath}" name="classpath"/>
  831. <attribute default="" name="stopclassname"/>
  832. <sequential>
  833. <nbjpdastart addressproperty="jpda.address" name="@{name}" stopclassname="@{stopclassname}" transport="${debug-transport}">
  834. <modulepath>
  835. <path path="@{modulepath}"/>
  836. </modulepath>
  837. <classpath>
  838. <path path="@{classpath}"/>
  839. </classpath>
  840. </nbjpdastart>
  841. </sequential>
  842. </macrodef>
  843. <macrodef name="nbjpdareload" uri="http://www.netbeans.org/ns/j2se-project/1">
  844. <attribute default="${build.classes.dir}" name="dir"/>
  845. <sequential>
  846. <nbjpdareload>
  847. <fileset dir="@{dir}" includes="${fix.classes}">
  848. <include name="${fix.includes}*.class"/>
  849. </fileset>
  850. </nbjpdareload>
  851. </sequential>
  852. </macrodef>
  853. </target>
  854. <target name="-init-debug-args">
  855. <condition else="dt_socket" property="debug-transport-by-os" value="dt_shmem">
  856. <os family="windows"/>
  857. </condition>
  858. <condition else="${debug-transport-by-os}" property="debug-transport" value="${debug.transport}">
  859. <isset property="debug.transport"/>
  860. </condition>
  861. </target>
  862. <target depends="-init-debug-args" name="-init-macrodef-debug">
  863. <macrodef name="debug" uri="http://www.netbeans.org/ns/j2se-project/3">
  864. <attribute default="${module.name}" name="modulename"/>
  865. <attribute default="${main.class}" name="classname"/>
  866. <attribute default="${debug.modulepath}" name="modulepath"/>
  867. <attribute default="${debug.classpath}" name="classpath"/>
  868. <element name="customizeDebuggee" optional="true"/>
  869. <sequential>
  870. <j2seproject1:java classname="@{classname}" classpath="@{classpath}" modulename="@{modulename}" modulepath="@{modulepath}">
  871. <customize>
  872. <jvmarg value="-agentlib:jdwp=transport=${debug-transport},address=${jpda.address}"/>
  873. <customizeDebuggee/>
  874. </customize>
  875. </j2seproject1:java>
  876. </sequential>
  877. </macrodef>
  878. </target>
  879. <target depends="-init-source-module-properties" if="named.module.internal" name="-init-macrodef-java-with-module">
  880. <macrodef name="java" uri="http://www.netbeans.org/ns/j2se-project/1">
  881. <attribute default="${module.name}" name="modulename"/>
  882. <attribute default="${main.class}" name="classname"/>
  883. <attribute default="${run.modulepath}" name="modulepath"/>
  884. <attribute default="${run.upgrademodulepath}" name="upgrademodulepath"/>
  885. <attribute default="${run.classpath}" name="classpath"/>
  886. <attribute default="jvm" name="jvm"/>
  887. <element name="customize" optional="true"/>
  888. <sequential>
  889. <java classname="@{classname}" dir="${work.dir}" failonerror="${java.failonerror}" fork="true" module="@{modulename}">
  890. <classpath>
  891. <path path="@{classpath}"/>
  892. </classpath>
  893. <modulepath>
  894. <pathelement path="@{modulepath}"/>
  895. <pathelement location="${module.build.classes.dir}"/>
  896. </modulepath>
  897. <upgrademodulepath>
  898. <path path="@{upgrademodulepath}"/>
  899. </upgrademodulepath>
  900. <jvmarg value="-Dfile.encoding=${runtime.encoding}"/>
  901. <redirector errorencoding="${runtime.encoding}" inputencoding="${runtime.encoding}" outputencoding="${runtime.encoding}"/>
  902. <jvmarg line="${run.jvmargs}"/>
  903. <jvmarg line="${run.jvmargs.ide}"/>
  904. <syspropertyset>
  905. <propertyref prefix="run-sys-prop."/>
  906. <mapper from="run-sys-prop.*" to="*" type="glob"/>
  907. </syspropertyset>
  908. <customize/>
  909. </java>
  910. </sequential>
  911. </macrodef>
  912. </target>
  913. <target depends="-init-source-module-properties" if="unnamed.module.internal" name="-init-macrodef-java-with-unnamed-module">
  914. <macrodef name="java" uri="http://www.netbeans.org/ns/j2se-project/1">
  915. <attribute default="" name="modulename"/>
  916. <attribute default="${main.class}" name="classname"/>
  917. <attribute default="${run.modulepath}" name="modulepath"/>
  918. <attribute default="${run.upgrademodulepath}" name="upgrademodulepath"/>
  919. <attribute default="${run.classpath}" name="classpath"/>
  920. <attribute default="jvm" name="jvm"/>
  921. <element name="customize" optional="true"/>
  922. <sequential>
  923. <java classname="@{classname}" dir="${work.dir}" failonerror="${java.failonerror}" fork="true">
  924. <classpath>
  925. <path path="@{classpath}"/>
  926. </classpath>
  927. <modulepath>
  928. <path path="@{modulepath}"/>
  929. </modulepath>
  930. <upgrademodulepath>
  931. <path path="@{upgrademodulepath}"/>
  932. </upgrademodulepath>
  933. <jvmarg value="-Dfile.encoding=${runtime.encoding}"/>
  934. <redirector errorencoding="${runtime.encoding}" inputencoding="${runtime.encoding}" outputencoding="${runtime.encoding}"/>
  935. <jvmarg line="${run.jvmargs}"/>
  936. <jvmarg line="${run.jvmargs.ide}"/>
  937. <syspropertyset>
  938. <propertyref prefix="run-sys-prop."/>
  939. <mapper from="run-sys-prop.*" to="*" type="glob"/>
  940. </syspropertyset>
  941. <customize/>
  942. </java>
  943. </sequential>
  944. </macrodef>
  945. </target>
  946. <target depends="-init-source-module-properties" name="-init-macrodef-java-without-module" unless="modules.supported.internal">
  947. <macrodef name="java" uri="http://www.netbeans.org/ns/j2se-project/1">
  948. <attribute default="" name="modulename"/>
  949. <attribute default="${main.class}" name="classname"/>
  950. <attribute default="" name="modulepath"/>
  951. <attribute default="${run.classpath}" name="classpath"/>
  952. <attribute default="jvm" name="jvm"/>
  953. <element name="customize" optional="true"/>
  954. <sequential>
  955. <java classname="@{classname}" dir="${work.dir}" failonerror="${java.failonerror}" fork="true">
  956. <jvmarg line="${endorsed.classpath.cmd.line.arg}"/>
  957. <jvmarg value="-Dfile.encoding=${runtime.encoding}"/>
  958. <redirector errorencoding="${runtime.encoding}" inputencoding="${runtime.encoding}" outputencoding="${runtime.encoding}"/>
  959. <jvmarg line="${run.jvmargs}"/>
  960. <jvmarg line="${run.jvmargs.ide}"/>
  961. <classpath>
  962. <path path="@{classpath}"/>
  963. </classpath>
  964. <syspropertyset>
  965. <propertyref prefix="run-sys-prop."/>
  966. <mapper from="run-sys-prop.*" to="*" type="glob"/>
  967. </syspropertyset>
  968. <customize/>
  969. </java>
  970. </sequential>
  971. </macrodef>
  972. </target>
  973. <target depends="-init-macrodef-java-with-module, -init-macrodef-java-with-unnamed-module, -init-macrodef-java-without-module" name="-init-macrodef-java"/>
  974. <target name="-init-macrodef-copylibs">
  975. <macrodef name="copylibs" uri="http://www.netbeans.org/ns/j2se-project/3">
  976. <attribute default="${manifest.file}" name="manifest"/>
  977. <element name="customize" optional="true"/>
  978. <sequential>
  979. <property location="${build.classes.dir}" name="build.classes.dir.resolved"/>
  980. <pathconvert property="run.classpath.without.build.classes.dir">
  981. <path path="${run.classpath}"/>
  982. <map from="${build.classes.dir.resolved}" to=""/>
  983. </pathconvert>
  984. <pathconvert pathsep=" " property="jar.classpath">
  985. <path path="${run.classpath.without.build.classes.dir}"/>
  986. <chainedmapper>
  987. <flattenmapper/>
  988. <filtermapper>
  989. <replacestring from=" " to="%20"/>
  990. </filtermapper>
  991. <globmapper from="*" to="lib/*"/>
  992. </chainedmapper>
  993. </pathconvert>
  994. <taskdef classname="org.netbeans.modules.java.j2seproject.copylibstask.CopyLibs" classpath="${libs.CopyLibs.classpath}" name="copylibs"/>
  995. <copylibs compress="${jar.compress}" excludeFromCopy="${copylibs.excludes}" index="${jar.index}" indexMetaInf="${jar.index.metainf}" jarfile="${dist.jar}" manifest="@{manifest}" manifestencoding="UTF-8" rebase="${copylibs.rebase}" runtimeclasspath="${run.classpath.without.build.classes.dir}">
  996. <fileset dir="${build.classes.dir}" excludes="${dist.archive.excludes}"/>
  997. <manifest>
  998. <attribute name="Class-Path" value="${jar.classpath}"/>
  999. <customize/>
  1000. </manifest>
  1001. </copylibs>
  1002. </sequential>
  1003. </macrodef>
  1004. </target>
  1005. <target name="-init-presetdef-jar">
  1006. <presetdef name="jar" uri="http://www.netbeans.org/ns/j2se-project/1">
  1007. <jar compress="${jar.compress}" index="${jar.index}" jarfile="${dist.jar}" manifestencoding="UTF-8">
  1008. <j2seproject1:fileset dir="${build.classes.dir}" excludes="${dist.archive.excludes}"/>
  1009. </jar>
  1010. </presetdef>
  1011. </target>
  1012. <target name="-init-ap-cmdline-properties">
  1013. <property name="annotation.processing.enabled" value="true"/>
  1014. <property name="annotation.processing.processors.list" value=""/>
  1015. <property name="annotation.processing.processor.options" value=""/>
  1016. <property name="annotation.processing.run.all.processors" value="true"/>
  1017. <property name="javac.processorpath" value="${javac.classpath}"/>
  1018. <property name="javac.test.processorpath" value="${javac.test.classpath}"/>
  1019. <condition property="ap.supported.internal" value="true">
  1020. <not>
  1021. <matches pattern="1\.[0-5](\..*)?" string="${javac.source}"/>
  1022. </not>
  1023. </condition>
  1024. </target>
  1025. <target depends="-init-ap-cmdline-properties" if="ap.supported.internal" name="-init-ap-cmdline-supported">
  1026. <condition else="" property="ap.processors.internal" value="-processor ${annotation.processing.processors.list}">
  1027. <isfalse value="${annotation.processing.run.all.processors}"/>
  1028. </condition>
  1029. <condition else="" property="ap.proc.none.internal" value="-proc:none">
  1030. <isfalse value="${annotation.processing.enabled}"/>
  1031. </condition>
  1032. </target>
  1033. <target depends="-init-ap-cmdline-properties,-init-ap-cmdline-supported" name="-init-ap-cmdline">
  1034. <property name="ap.cmd.line.internal" value=""/>
  1035. </target>
  1036. <target depends="-pre-init,-init-private,-init-user,-init-project,-do-init,-post-init,-init-check,-init-macrodef-property,-init-macrodef-javac,-init-macrodef-test,-init-macrodef-test-debug,-init-macrodef-nbjpda,-init-macrodef-debug,-init-macrodef-java,-init-presetdef-jar,-init-ap-cmdline" name="init"/>
  1037. <!--
  1038. ===================
  1039. COMPILATION SECTION
  1040. ===================
  1041. -->
  1042. <target name="-deps-jar-init" unless="built-jar.properties">
  1043. <property location="${build.dir}/built-jar.properties" name="built-jar.properties"/>
  1044. <delete file="${built-jar.properties}" quiet="true"/>
  1045. </target>
  1046. <target if="already.built.jar.${basedir}" name="-warn-already-built-jar">
  1047. <echo level="warn" message="Cycle detected: ChatProg was already built"/>
  1048. </target>
  1049. <target depends="init,-deps-jar-init" name="deps-jar" unless="no.deps">
  1050. <mkdir dir="${build.dir}"/>
  1051. <touch file="${built-jar.properties}" verbose="false"/>
  1052. <property file="${built-jar.properties}" prefix="already.built.jar."/>
  1053. <antcall target="-warn-already-built-jar"/>
  1054. <propertyfile file="${built-jar.properties}">
  1055. <entry key="${basedir}" value=""/>
  1056. </propertyfile>
  1057. </target>
  1058. <target depends="init,-check-automatic-build,-clean-after-automatic-build" name="-verify-automatic-build"/>
  1059. <target depends="init" name="-check-automatic-build">
  1060. <available file="${build.classes.dir}/.netbeans_automatic_build" property="netbeans.automatic.build"/>
  1061. </target>
  1062. <target depends="init" if="netbeans.automatic.build" name="-clean-after-automatic-build">
  1063. <antcall target="clean">
  1064. <param name="no.dependencies" value="true"/>
  1065. </antcall>
  1066. </target>
  1067. <target depends="init,deps-jar" name="-pre-pre-compile">
  1068. <mkdir dir="${build.classes.dir}"/>
  1069. </target>
  1070. <target name="-pre-compile">
  1071. <!-- Empty placeholder for easier customization. -->
  1072. <!-- You can override this target in the ../build.xml file. -->
  1073. </target>
  1074. <target if="do.depend.true" name="-compile-depend">
  1075. <pathconvert property="build.generated.subdirs">
  1076. <dirset dir="${build.generated.sources.dir}" erroronmissingdir="false">
  1077. <include name="*"/>
  1078. </dirset>
  1079. </pathconvert>
  1080. <j2seproject3:depend srcdir="${src.dir}:${build.generated.subdirs}"/>
  1081. </target>
  1082. <target depends="init,deps-jar,-pre-pre-compile,-pre-compile, -copy-persistence-xml,-compile-depend" if="have.sources" name="-do-compile">
  1083. <j2seproject3:javac gensrcdir="${build.generated.sources.dir}"/>
  1084. <copy todir="${build.classes.dir}">
  1085. <fileset dir="${src.dir}" excludes="${build.classes.excludes},${excludes}" includes="${includes}"/>
  1086. </copy>
  1087. </target>
  1088. <target if="has.persistence.xml" name="-copy-persistence-xml">
  1089. <mkdir dir="${build.classes.dir}/META-INF"/>
  1090. <copy todir="${build.classes.dir}/META-INF">
  1091. <fileset dir="${meta.inf.dir}" includes="persistence.xml orm.xml"/>
  1092. </copy>
  1093. </target>
  1094. <target name="-post-compile">
  1095. <!-- Empty placeholder for easier customization. -->
  1096. <!-- You can override this target in the ../build.xml file. -->
  1097. </target>
  1098. <target depends="init,deps-jar,-verify-automatic-build,-pre-pre-compile,-pre-compile,-do-compile,-post-compile" description="Compile project." name="compile"/>
  1099. <target name="-pre-compile-single">
  1100. <!-- Empty placeholder for easier customization. -->
  1101. <!-- You can override this target in the ../build.xml file. -->
  1102. </target>
  1103. <target depends="init,deps-jar,-pre-pre-compile" name="-do-compile-single">
  1104. <fail unless="javac.includes">Must select some files in the IDE or set javac.includes</fail>
  1105. <j2seproject3:force-recompile/>
  1106. <j2seproject3:javac excludes="" gensrcdir="${build.generated.sources.dir}" includes="${javac.includes}, module-info.java" sourcepath="${src.dir}"/>
  1107. </target>
  1108. <target name="-post-compile-single">
  1109. <!-- Empty placeholder for easier customization. -->
  1110. <!-- You can override this target in the ../build.xml file. -->
  1111. </target>
  1112. <target depends="init,deps-jar,-verify-automatic-build,-pre-pre-compile,-pre-compile-single,-do-compile-single,-post-compile-single" name="compile-single"/>
  1113. <!--
  1114. ====================
  1115. JAR BUILDING SECTION
  1116. ====================
  1117. -->
  1118. <target depends="init" name="-pre-pre-jar">
  1119. <dirname file="${dist.jar}" property="dist.jar.dir"/>
  1120. <mkdir dir="${dist.jar.dir}"/>
  1121. </target>
  1122. <target name="-pre-jar">
  1123. <!-- Empty placeholder for easier customization. -->
  1124. <!-- You can override this target in the ../build.xml file. -->
  1125. </target>
  1126. <target depends="init,compile" name="-check-module-main-class">
  1127. <pathconvert property="main.class.file">
  1128. <string value="${main.class}"/>
  1129. <unpackagemapper from="*" to="*.class"/>
  1130. </pathconvert>
  1131. <condition property="do.module.main.class">
  1132. <and>
  1133. <isset property="main.class.available"/>
  1134. <available file="${build.classes.dir}/module-info.class"/>
  1135. <available file="${build.classes.dir}/${main.class.file}"/>
  1136. <isset property="libs.CopyLibs.classpath"/>
  1137. <available classname="org.netbeans.modules.java.j2seproject.moduletask.ModuleMainClass" classpath="${libs.CopyLibs.classpath}"/>
  1138. </and>
  1139. </condition>
  1140. </target>
  1141. <target depends="-check-module-main-class" if="do.module.main.class" name="-set-module-main-class">
  1142. <taskdef classname="org.netbeans.modules.java.j2seproject.moduletask.ModuleMainClass" classpath="${libs.CopyLibs.classpath}" name="modulemainclass"/>
  1143. <modulemainclass failonerror="false" mainclass="${main.class}" moduleinfo="${build.classes.dir}/module-info.class"/>
  1144. </target>
  1145. <target depends="init" if="do.archive" name="-do-jar-create-manifest" unless="manifest.available">
  1146. <tempfile deleteonexit="true" destdir="${build.dir}" property="tmp.manifest.file"/>
  1147. <touch file="${tmp.manifest.file}" verbose="false"/>
  1148. </target>
  1149. <target depends="init" if="do.archive+manifest.available" name="-do-jar-copy-manifest">
  1150. <tempfile deleteonexit="true" destdir="${build.dir}" property="tmp.manifest.file"/>
  1151. <copy encoding="${manifest.encoding}" file="${manifest.file}" outputencoding="UTF-8" tofile="${tmp.manifest.file}"/>
  1152. </target>
  1153. <target depends="init,-do-jar-create-manifest,-do-jar-copy-manifest" if="do.archive+main.class.available" name="-do-jar-set-mainclass">
  1154. <manifest encoding="UTF-8" file="${tmp.manifest.file}" mode="update">
  1155. <attribute name="Main-Class" value="${main.class}"/>
  1156. </manifest>
  1157. </target>
  1158. <target depends="init,-do-jar-create-manifest,-do-jar-copy-manifest" if="do.archive+profile.available" name="-do-jar-set-profile">
  1159. <manifest encoding="UTF-8" file="${tmp.manifest.file}" mode="update">
  1160. <attribute name="Profile" value="${javac.profile}"/>
  1161. </manifest>
  1162. </target>
  1163. <target depends="init,-do-jar-create-manifest,-do-jar-copy-manifest" if="do.archive+splashscreen.available" name="-do-jar-set-splashscreen">
  1164. <basename file="${application.splash}" property="splashscreen.basename"/>
  1165. <mkdir dir="${build.classes.dir}/META-INF"/>
  1166. <copy failonerror="false" file="${application.splash}" todir="${build.classes.dir}/META-INF"/>
  1167. <manifest encoding="UTF-8" file="${tmp.manifest.file}" mode="update">
  1168. <attribute name="SplashScreen-Image" value="META-INF/${splashscreen.basename}"/>
  1169. </manifest>
  1170. </target>
  1171. <target depends="init,compile" name="-check-do-mkdist">
  1172. <condition property="do.mkdist">
  1173. <and>
  1174. <isset property="do.archive"/>
  1175. <isset property="libs.CopyLibs.classpath"/>
  1176. <not>
  1177. <istrue value="${mkdist.disabled}"/>
  1178. </not>
  1179. <not>
  1180. <available file="${build.classes.dir}/module-info.class"/>
  1181. </not>
  1182. </and>
  1183. </condition>
  1184. </target>
  1185. <target depends="init,-init-macrodef-copylibs,compile,-pre-pre-jar,-pre-jar,-do-jar-create-manifest,-do-jar-copy-manifest,-do-jar-set-mainclass,-do-jar-set-profile,-do-jar-set-splashscreen,-check-do-mkdist" if="do.mkdist" name="-do-jar-copylibs">
  1186. <j2seproject3:copylibs manifest="${tmp.manifest.file}"/>
  1187. <echo level="info">To run this application from the command line without Ant, try:</echo>
  1188. <property location="${dist.jar}" name="dist.jar.resolved"/>
  1189. <echo level="info">java -jar "${dist.jar.resolved}"</echo>
  1190. </target>
  1191. <target depends="init,compile,-pre-pre-jar,-pre-jar,-do-jar-create-manifest,-do-jar-copy-manifest,-do-jar-set-mainclass,-do-jar-set-profile,-do-jar-set-splashscreen,-check-do-mkdist" if="do.archive" name="-do-jar-jar" unless="do.mkdist">
  1192. <j2seproject1:jar manifest="${tmp.manifest.file}"/>
  1193. <property location="${build.classes.dir}" name="build.classes.dir.resolved"/>
  1194. <property location="${dist.jar}" name="dist.jar.resolved"/>
  1195. <condition else="${dist.jar.resolved}" property="jar.usage.message.class.path.replacement" value="">
  1196. <isset property="named.module.internal"/>
  1197. </condition>
  1198. <pathconvert property="run.classpath.with.dist.jar">
  1199. <path path="${run.classpath}"/>
  1200. <map from="${build.classes.dir.resolved}" to="${jar.usage.message.class.path.replacement}"/>
  1201. </pathconvert>
  1202. <pathconvert property="run.modulepath.with.dist.jar">
  1203. <path location="${dist.jar.resolved}"/>
  1204. <path path="${run.modulepath}"/>
  1205. <map from="${build.classes.dir.resolved}" to="${dist.jar.resolved}"/>
  1206. </pathconvert>
  1207. <condition else="${run.modulepath}" property="jar.usage.message.run.modulepath.with.dist.jar" value="${run.modulepath.with.dist.jar}">
  1208. <isset property="named.module.internal"/>
  1209. </condition>
  1210. <condition else="" property="jar.usage.message.module.path" value=" -p ${jar.usage.message.run.modulepath.with.dist.jar}">
  1211. <and>
  1212. <isset property="modules.supported.internal"/>
  1213. <length length="0" string="${jar.usage.message.run.modulepath.with.dist.jar}" when="greater"/>
  1214. </and>
  1215. </condition>
  1216. <condition else="" property="jar.usage.message.class.path" value=" -cp ${run.classpath.with.dist.jar}">
  1217. <length length="0" string="${run.classpath.with.dist.jar}" when="greater"/>
  1218. </condition>
  1219. <condition else="/${main.class}" property="jar.usage.message.main.class.class.selector" value="">
  1220. <isset property="do.module.main.class"/>
  1221. </condition>
  1222. <condition else=" ${main.class}" property="jar.usage.message.main.class" value=" -m ${module.name}${jar.usage.message.main.class.class.selector}">
  1223. <isset property="named.module.internal"/>
  1224. </condition>
  1225. <condition else="" property="jar.usage.message" value="To run this application from the command line without Ant, try:${line.separator}${platform.java}${jar.usage.message.module.path}${jar.usage.message.class.path}${jar.usage.message.main.class}">
  1226. <isset property="main.class.available"/>
  1227. </condition>
  1228. <condition else="debug" property="jar.usage.level" value="info">
  1229. <isset property="main.class.available"/>
  1230. </condition>
  1231. <echo level="${jar.usage.level}" message="${jar.usage.message}"/>
  1232. </target>
  1233. <target depends="-do-jar-copylibs" if="do.archive" name="-do-jar-delete-manifest">
  1234. <delete>
  1235. <fileset file="${tmp.manifest.file}"/>
  1236. </delete>
  1237. </target>
  1238. <target depends="init,compile,-pre-pre-jar,-pre-jar,-do-jar-create-manifest,-do-jar-copy-manifest,-do-jar-set-mainclass,-do-jar-set-profile,-do-jar-set-splashscreen,-do-jar-jar,-do-jar-delete-manifest" name="-do-jar-without-libraries"/>
  1239. <target depends="init,compile,-pre-pre-jar,-pre-jar,-do-jar-create-manifest,-do-jar-copy-manifest,-do-jar-set-mainclass,-do-jar-set-profile,-do-jar-set-splashscreen,-do-jar-copylibs,-do-jar-delete-manifest" name="-do-jar-with-libraries"/>
  1240. <target name="-post-jar">
  1241. <!-- Empty placeholder for easier customization. -->
  1242. <!-- You can override this target in the ../build.xml file. -->
  1243. </target>
  1244. <target depends="init,compile,-pre-jar,-set-module-main-class,-do-jar-without-libraries,-do-jar-with-libraries,-post-jar" name="-do-jar"/>
  1245. <target depends="init,compile,-pre-jar,-do-jar,-post-jar,deploy" description="Build JAR." name="jar"/>
  1246. <!--
  1247. =================
  1248. DEPLOY SECTION
  1249. =================
  1250. -->
  1251. <target name="-pre-deploy">
  1252. <!-- Empty placeholder for easier customization. -->
  1253. <!-- You can override this target in the ../build.xml file. -->
  1254. </target>
  1255. <target depends="init" name="-check-jlink">
  1256. <condition property="do.jlink.internal">
  1257. <and>
  1258. <istrue value="${do.jlink}"/>
  1259. <isset property="do.archive"/>
  1260. <isset property="named.module.internal"/>
  1261. </and>
  1262. </condition>
  1263. </target>
  1264. <target depends="init,-do-jar,-post-jar,-pre-deploy,-check-jlink" if="do.jlink.internal" name="-do-deploy">
  1265. <delete dir="${dist.jlink.dir}" failonerror="false" quiet="true"/>
  1266. <property name="jlink.launcher.name" value="${application.title}"/>
  1267. <condition else="${module.name}" property="jlink.add.modules" value="${module.name},${jlink.additionalmodules}">
  1268. <and>
  1269. <isset property="jlink.additionalmodules"/>
  1270. <length length="0" string="${jlink.additionalmodules}" when="greater"/>
  1271. </and>
  1272. </condition>
  1273. <condition property="jlink.do.strip.internal">
  1274. <and>
  1275. <isset property="jlink.strip"/>
  1276. <istrue value="${jlink.strip}"/>
  1277. </and>
  1278. </condition>
  1279. <condition property="jlink.do.additionalparam.internal">
  1280. <and>
  1281. <isset property="jlink.additionalparam"/>
  1282. <length length="0" string="${jlink.additionalparam}" when="greater"/>
  1283. </and>
  1284. </condition>
  1285. <condition property="jlink.do.launcher.internal">
  1286. <and>
  1287. <istrue value="${jlink.launcher}"/>
  1288. <isset property="main.class.available"/>
  1289. </and>
  1290. </condition>
  1291. <property name="platform.jlink" value="${jdk.home}/bin/jlink"/>
  1292. <property name="jlink.systemmodules.internal" value="${jdk.home}/jmods"/>
  1293. <exec executable="${platform.jlink}">
  1294. <arg value="--module-path"/>
  1295. <arg path="${jlink.systemmodules.internal}:${run.modulepath}:${dist.jar}"/>
  1296. <arg value="--add-modules"/>
  1297. <arg value="${jlink.add.modules}"/>
  1298. <arg if:set="jlink.do.strip.internal" value="--strip-debug"/>
  1299. <arg if:set="jlink.do.launcher.internal" value="--launcher"/>
  1300. <arg if:set="jlink.do.launcher.internal" value="${jlink.launcher.name}=${module.name}/${main.class}"/>
  1301. <arg if:set="jlink.do.additionalparam.internal" line="${jlink.additionalparam}"/>
  1302. <arg value="--output"/>
  1303. <arg value="${dist.jlink.output}"/>
  1304. </exec>
  1305. </target>
  1306. <target name="-post-deploy">
  1307. <!-- Empty placeholder for easier customization. -->
  1308. <!-- You can override this target in the ../build.xml file. -->
  1309. </target>
  1310. <target depends="-do-jar,-post-jar,-pre-deploy,-do-deploy,-post-deploy" name="deploy"/>
  1311. <!--
  1312. =================
  1313. EXECUTION SECTION
  1314. =================
  1315. -->
  1316. <target depends="init,compile" description="Run a main class." name="run">
  1317. <j2seproject1:java>
  1318. <customize>
  1319. <arg line="${application.args}"/>
  1320. </customize>
  1321. </j2seproject1:java>
  1322. </target>
  1323. <target name="-do-not-recompile">
  1324. <property name="javac.includes.binary" value=""/>
  1325. </target>
  1326. <target depends="init,compile-single" name="run-single">
  1327. <fail unless="run.class">Must select one file in the IDE or set run.class</fail>
  1328. <j2seproject1:java classname="${run.class}"/>
  1329. </target>
  1330. <target depends="init,compile-test-single" name="run-test-with-main">
  1331. <fail unless="run.class">Must select one file in the IDE or set run.class</fail>
  1332. <j2seproject1:java classname="${run.class}" classpath="${run.test.classpath}"/>
  1333. </target>
  1334. <!--
  1335. =================
  1336. DEBUGGING SECTION
  1337. =================
  1338. -->
  1339. <target depends="init" if="netbeans.home" name="-debug-start-debugger">
  1340. <j2seproject1:nbjpdastart name="${debug.class}"/>
  1341. </target>
  1342. <target depends="init" if="netbeans.home" name="-debug-start-debugger-main-test">
  1343. <j2seproject1:nbjpdastart classpath="${debug.test.classpath}" name="${debug.class}"/>
  1344. </target>
  1345. <target depends="init,compile" name="-debug-start-debuggee">
  1346. <j2seproject3:debug>
  1347. <customizeDebuggee>
  1348. <arg line="${application.args}"/>
  1349. </customizeDebuggee>
  1350. </j2seproject3:debug>
  1351. </target>
  1352. <target depends="init,compile,-debug-start-debugger,-debug-start-debuggee" description="Debug project in IDE." if="netbeans.home" name="debug"/>
  1353. <target depends="init" if="netbeans.home" name="-debug-start-debugger-stepinto">
  1354. <j2seproject1:nbjpdastart stopclassname="${main.class}"/>
  1355. </target>
  1356. <target depends="init,compile,-debug-start-debugger-stepinto,-debug-start-debuggee" if="netbeans.home" name="debug-stepinto"/>
  1357. <target depends="init,compile-single" if="netbeans.home" name="-debug-start-debuggee-single">
  1358. <fail unless="debug.class">Must select one file in the IDE or set debug.class</fail>
  1359. <j2seproject3:debug classname="${debug.class}"/>
  1360. </target>
  1361. <target depends="init,compile-single,-debug-start-debugger,-debug-start-debuggee-single" if="netbeans.home" name="debug-single"/>
  1362. <target depends="init,compile-test-single" if="netbeans.home" name="-debug-start-debuggee-main-test">
  1363. <fail unless="debug.class">Must select one file in the IDE or set debug.class</fail>
  1364. <j2seproject3:debug classname="${debug.class}" classpath="${debug.test.classpath}"/>
  1365. </target>
  1366. <target depends="init,compile-test-single,-debug-start-debugger-main-test,-debug-start-debuggee-main-test" if="netbeans.home" name="debug-test-with-main"/>
  1367. <target depends="init" name="-pre-debug-fix">
  1368. <fail unless="fix.includes">Must set fix.includes</fail>
  1369. <property name="javac.includes" value="${fix.includes}.java"/>
  1370. </target>
  1371. <target depends="init,-pre-debug-fix,compile-single" if="netbeans.home" name="-do-debug-fix">
  1372. <j2seproject1:nbjpdareload/>
  1373. </target>
  1374. <target depends="init,-pre-debug-fix,-do-debug-fix" if="netbeans.home" name="debug-fix"/>
  1375. <!--
  1376. =================
  1377. PROFILING SECTION
  1378. =================
  1379. -->
  1380. <!--
  1381. pre NB7.2 profiler integration
  1382. -->
  1383. <target depends="profile-init,compile" description="Profile a project in the IDE." if="profiler.info.jvmargs.agent" name="-profile-pre72">
  1384. <fail unless="netbeans.home">This target only works when run from inside the NetBeans IDE.</fail>
  1385. <nbprofiledirect>
  1386. <classpath>
  1387. <path path="${run.classpath}"/>
  1388. </classpath>
  1389. </nbprofiledirect>
  1390. <profile/>
  1391. </target>
  1392. <target depends="profile-init,compile-single" description="Profile a selected class in the IDE." if="profiler.info.jvmargs.agent" name="-profile-single-pre72">
  1393. <fail unless="profile.class">Must select one file in the IDE or set profile.class</fail>
  1394. <fail unless="netbeans.home">This target only works when run from inside the NetBeans IDE.</fail>
  1395. <nbprofiledirect>
  1396. <classpath>
  1397. <path path="${run.classpath}"/>
  1398. </classpath>
  1399. </nbprofiledirect>
  1400. <profile classname="${profile.class}"/>
  1401. </target>
  1402. <target depends="profile-init,compile-single" if="profiler.info.jvmargs.agent" name="-profile-applet-pre72">
  1403. <fail unless="netbeans.home">This target only works when run from inside the NetBeans IDE.</fail>
  1404. <nbprofiledirect>
  1405. <classpath>
  1406. <path path="${run.classpath}"/>
  1407. </classpath>
  1408. </nbprofiledirect>
  1409. <profile classname="sun.applet.AppletViewer">
  1410. <customize>
  1411. <arg value="${applet.url}"/>
  1412. </customize>
  1413. </profile>
  1414. </target>
  1415. <target depends="-init-macrodef-junit,profile-init,compile-test-single" if="profiler.info.jvmargs.agent" name="-profile-test-single-pre72">
  1416. <fail unless="netbeans.home">This target only works when run from inside the NetBeans IDE.</fail>
  1417. <nbprofiledirect>
  1418. <classpath>
  1419. <path path="${run.test.classpath}"/>
  1420. </classpath>
  1421. </nbprofiledirect>
  1422. <j2seproject3:junit excludes="${excludes}" includes="${includes}" testincludes="${profile.class}" testmethods="">
  1423. <customize>
  1424. <jvmarg value="-agentlib:jdwp=transport=${debug-transport},address=${jpda.address}"/>
  1425. <env key="${profiler.info.pathvar}" path="${profiler.info.agentpath}:${profiler.current.path}"/>
  1426. <jvmarg value="${profiler.info.jvmargs.agent}"/>
  1427. <jvmarg line="${profiler.info.jvmargs}"/>
  1428. <classpath>
  1429. <path path="${run.test.classpath}"/>
  1430. </classpath>
  1431. </customize>
  1432. </j2seproject3:junit>
  1433. </target>
  1434. <!--
  1435. end of pre NB72 profiling section
  1436. -->
  1437. <target if="netbeans.home" name="-profile-check">
  1438. <condition property="profiler.configured">
  1439. <or>
  1440. <contains casesensitive="true" string="${run.jvmargs.ide}" substring="-agentpath:"/>
  1441. <contains casesensitive="true" string="${run.jvmargs.ide}" substring="-javaagent:"/>
  1442. </or>
  1443. </condition>
  1444. </target>
  1445. <target depends="-profile-check,-profile-pre72" description="Profile a project in the IDE." if="profiler.configured" name="profile" unless="profiler.info.jvmargs.agent">
  1446. <startprofiler/>
  1447. <antcall target="run"/>
  1448. </target>
  1449. <target depends="-profile-check,-profile-single-pre72" description="Profile a selected class in the IDE." if="profiler.configured" name="profile-single" unless="profiler.info.jvmargs.agent">
  1450. <fail unless="run.class">Must select one file in the IDE or set run.class</fail>
  1451. <startprofiler/>
  1452. <antcall target="run-single"/>
  1453. </target>
  1454. <target depends="-profile-test-single-pre72" description="Profile a selected test in the IDE." name="profile-test-single"/>
  1455. <target depends="-profile-check" description="Profile a selected test in the IDE." if="profiler.configured" name="profile-test" unless="profiler.info.jvmargs">
  1456. <fail unless="test.includes">Must select some files in the IDE or set test.includes</fail>
  1457. <startprofiler/>
  1458. <antcall target="test-single"/>
  1459. </target>
  1460. <target depends="-profile-check" description="Profile a selected class in the IDE." if="profiler.configured" name="profile-test-with-main">
  1461. <fail unless="run.class">Must select one file in the IDE or set run.class</fail>
  1462. <startprofiler/>
  1463. <antcall target="run-test-with-main"/>
  1464. </target>
  1465. <target depends="-profile-check,-profile-applet-pre72" if="profiler.configured" name="profile-applet" unless="profiler.info.jvmargs.agent">
  1466. <fail unless="applet.url">Must select one file in the IDE or set applet.url</fail>
  1467. <startprofiler/>
  1468. <antcall target="run-applet"/>
  1469. </target>
  1470. <!--
  1471. ===============
  1472. JAVADOC SECTION
  1473. ===============
  1474. -->
  1475. <target depends="init" if="have.sources" name="-javadoc-build">
  1476. <mkdir dir="${dist.javadoc.dir}"/>
  1477. <condition else="" property="javadoc.endorsed.classpath.cmd.line.arg" value="-J${endorsed.classpath.cmd.line.arg}">
  1478. <and>
  1479. <isset property="endorsed.classpath.cmd.line.arg"/>
  1480. <not>
  1481. <equals arg1="${endorsed.classpath.cmd.line.arg}" arg2=""/>
  1482. </not>
  1483. </and>
  1484. </condition>
  1485. <condition else="" property="bug5101868workaround" value="*.java">
  1486. <matches pattern="1\.[56](\..*)?" string="${java.version}"/>
  1487. </condition>
  1488. <condition else="" property="javadoc.html5.cmd.line.arg" value="-html5">
  1489. <and>
  1490. <isset property="javadoc.html5"/>
  1491. <available file="${jdk.home}${file.separator}lib${file.separator}jrt-fs.jar"/>
  1492. </and>
  1493. </condition>
  1494. <javadoc additionalparam="-J-Dfile.encoding=${file.encoding} ${javadoc.additionalparam}" author="${javadoc.author}" charset="UTF-8" destdir="${dist.javadoc.dir}" docencoding="UTF-8" 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}">
  1495. <classpath>
  1496. <path path="${javac.classpath}"/>
  1497. </classpath>
  1498. <fileset dir="${src.dir}" excludes="${bug5101868workaround},${excludes}" includes="${includes}">
  1499. <filename name="**/*.java"/>
  1500. </fileset>
  1501. <fileset dir="${build.generated.sources.dir}" erroronmissingdir="false">
  1502. <include name="**/*.java"/>
  1503. <exclude name="*.java"/>
  1504. </fileset>
  1505. <arg line="${javadoc.endorsed.classpath.cmd.line.arg}"/>
  1506. <arg line="${javadoc.html5.cmd.line.arg}"/>
  1507. </javadoc>
  1508. <copy todir="${dist.javadoc.dir}">
  1509. <fileset dir="${src.dir}" excludes="${excludes}" includes="${includes}">
  1510. <filename name="**/doc-files/**"/>
  1511. </fileset>
  1512. <fileset dir="${build.generated.sources.dir}" erroronmissingdir="false">
  1513. <include name="**/doc-files/**"/>
  1514. </fileset>
  1515. </copy>
  1516. </target>
  1517. <target depends="init,-javadoc-build" if="netbeans.home" name="-javadoc-browse" unless="no.javadoc.preview">
  1518. <nbbrowse file="${dist.javadoc.dir}/index.html"/>
  1519. </target>
  1520. <target depends="init,-javadoc-build,-javadoc-browse" description="Build Javadoc." name="javadoc"/>
  1521. <!--
  1522. =========================
  1523. TEST COMPILATION SECTION
  1524. =========================
  1525. -->
  1526. <target depends="init,compile" if="have.tests" name="-pre-pre-compile-test">
  1527. <mkdir dir="${build.test.classes.dir}"/>
  1528. </target>
  1529. <target name="-pre-compile-test">
  1530. <!-- Empty placeholder for easier customization. -->
  1531. <!-- You can override this target in the ../build.xml file. -->
  1532. </target>
  1533. <target depends="-init-source-module-properties" if="named.module.internal" name="-init-test-javac-module-properties-with-module">
  1534. <j2seproject3:modulename property="test.module.name" sourcepath=""/>
  1535. <condition else="${empty.dir}" property="javac.test.sourcepath" value="">
  1536. <and>
  1537. <isset property="test.module.name"/>
  1538. <length length="0" string="${test.module.name}" when="greater"/>
  1539. </and>
  1540. </condition>
  1541. <condition else="--patch-module ${module.name}= --add-reads ${module.name}=ALL-UNNAMED" property="javac.test.compilerargs" value="--add-reads ${test.module.name}=ALL-UNNAMED">
  1542. <and>
  1543. <isset property="test.module.name"/>
  1544. <length length="0" string="${test.module.name}" when="greater"/>
  1545. </and>
  1546. </condition>
  1547. </target>
  1548. <target depends="-init-source-module-properties" if="named.module.internal" name="-init-test-run-module-properties">
  1549. <condition else="${module.name}" property="run.test.addexport.source.module.internal" value="${test.module.name}">
  1550. <and>
  1551. <isset property="test.module.name"/>
  1552. <length length="0" string="${test.module.name}" when="greater"/>
  1553. </and>
  1554. </condition>
  1555. <fileset dir="${build.test.classes.dir}" id="run.test.packages.internal" includes="**/*.class"/>
  1556. <property location="${build.test.classes.dir}" name="build.test.classes.dir.abs.internal"/>
  1557. <pathconvert pathsep=" " property="run.test.addexports.internal" refid="run.test.packages.internal">
  1558. <chainedmapper>
  1559. <regexpmapper from="^(.*)\Q${file.separator}\E.*\.class$$" to="\1"/>
  1560. <filtermapper>
  1561. <uniqfilter/>
  1562. <replacestring from="${build.test.classes.dir.abs.internal}" to=""/>
  1563. </filtermapper>
  1564. <cutdirsmapper dirs="1"/>
  1565. <packagemapper from="*" to="--add-exports ${run.test.addexport.source.module.internal}/*=ALL-UNNAMED"/>
  1566. </chainedmapper>
  1567. </pathconvert>
  1568. <condition else="--patch-module ${module.name}=${build.test.classes.dir} --add-modules ${module.name} --add-reads ${module.name}=ALL-UNNAMED ${run.test.addexports.internal}" property="run.test.jvmargs" value="--add-modules ${test.module.name} --add-reads ${test.module.name}=ALL-UNNAMED ${run.test.addexports.internal}">
  1569. <and>
  1570. <isset property="test.module.name"/>
  1571. <length length="0" string="${test.module.name}" when="greater"/>
  1572. </and>
  1573. </condition>
  1574. </target>
  1575. <target depends="-init-source-module-properties" name="-init-test-module-properties-without-module" unless="named.module.internal">
  1576. <property name="javac.test.sourcepath" value="${empty.dir}"/>
  1577. <property name="javac.test.compilerargs" value=""/>
  1578. <property name="run.test.jvmargs" value=""/>
  1579. </target>
  1580. <target depends="-init-test-javac-module-properties-with-module,-init-test-module-properties-without-module" name="-init-test-module-properties"/>
  1581. <target if="do.depend.true" name="-compile-test-depend">
  1582. <j2seproject3:depend classpath="${javac.test.classpath}" destdir="${build.test.classes.dir}" srcdir=""/>
  1583. </target>
  1584. <target depends="init,deps-jar,compile,-init-test-module-properties,-pre-pre-compile-test,-pre-compile-test,-compile-test-depend" if="have.tests" name="-do-compile-test">
  1585. <j2seproject3:javac apgeneratedsrcdir="${build.test.classes.dir}" classpath="${javac.test.classpath}" debug="true" destdir="${build.test.classes.dir}" modulepath="${javac.test.modulepath}" processorpath="${javac.test.processorpath}" sourcepath="${javac.test.sourcepath}" srcdir="">
  1586. <customize>
  1587. <compilerarg line="${javac.test.compilerargs}"/>
  1588. </customize>
  1589. </j2seproject3:javac>
  1590. <copy todir="${build.test.classes.dir}"/>
  1591. </target>
  1592. <target name="-post-compile-test">
  1593. <!-- Empty placeholder for easier customization. -->
  1594. <!-- You can override this target in the ../build.xml file. -->
  1595. </target>
  1596. <target depends="init,compile,-pre-pre-compile-test,-pre-compile-test,-do-compile-test,-post-compile-test" name="compile-test"/>
  1597. <target name="-pre-compile-test-single">
  1598. <!-- Empty placeholder for easier customization. -->
  1599. <!-- You can override this target in the ../build.xml file. -->
  1600. </target>
  1601. <target depends="init,deps-jar,compile,-init-test-module-properties,-pre-pre-compile-test,-pre-compile-test-single" if="have.tests" name="-do-compile-test-single">
  1602. <fail unless="javac.includes">Must select some files in the IDE or set javac.includes</fail>
  1603. <j2seproject3:force-recompile destdir="${build.test.classes.dir}"/>
  1604. <j2seproject3:javac apgeneratedsrcdir="${build.test.classes.dir}" classpath="${javac.test.classpath}" debug="true" destdir="${build.test.classes.dir}" excludes="" includes="${javac.includes}, module-info.java" modulepath="${javac.test.modulepath}" processorpath="${javac.test.processorpath}" sourcepath="" srcdir="">
  1605. <customize>
  1606. <compilerarg line="${javac.test.compilerargs}"/>
  1607. </customize>
  1608. </j2seproject3:javac>
  1609. <copy todir="${build.test.classes.dir}"/>
  1610. </target>
  1611. <target name="-post-compile-test-single">
  1612. <!-- Empty placeholder for easier customization. -->
  1613. <!-- You can override this target in the ../build.xml file. -->
  1614. </target>
  1615. <target depends="init,compile,-pre-pre-compile-test,-pre-compile-test-single,-do-compile-test-single,-post-compile-test-single" name="compile-test-single"/>
  1616. <!--
  1617. =======================
  1618. TEST EXECUTION SECTION
  1619. =======================
  1620. -->
  1621. <target depends="init" if="have.tests" name="-pre-test-run">
  1622. <mkdir dir="${build.test.results.dir}"/>
  1623. </target>
  1624. <target depends="init,compile-test,-init-test-run-module-properties,-pre-test-run" if="have.tests" name="-do-test-run">
  1625. <j2seproject3:test includes="${includes}" testincludes="**/*Test.java"/>
  1626. </target>
  1627. <target depends="init,compile-test,-pre-test-run,-do-test-run" if="have.tests" name="-post-test-run">
  1628. <fail if="tests.failed" unless="ignore.failing.tests">Some tests failed; see details above.</fail>
  1629. </target>
  1630. <target depends="init" if="have.tests" name="test-report"/>
  1631. <target depends="init" if="netbeans.home+have.tests" name="-test-browse"/>
  1632. <target depends="init,compile-test,-pre-test-run,-do-test-run,test-report,-post-test-run,-test-browse" description="Run unit tests." name="test"/>
  1633. <target depends="init" if="have.tests" name="-pre-test-run-single">
  1634. <mkdir dir="${build.test.results.dir}"/>
  1635. </target>
  1636. <target depends="init,compile-test-single,-init-test-run-module-properties,-pre-test-run-single" if="have.tests" name="-do-test-run-single">
  1637. <fail unless="test.includes">Must select some files in the IDE or set test.includes</fail>
  1638. <j2seproject3:test excludes="" includes="${test.includes}" testincludes="${test.includes}"/>
  1639. </target>
  1640. <target depends="init,compile-test-single,-pre-test-run-single,-do-test-run-single" if="have.tests" name="-post-test-run-single">
  1641. <fail if="tests.failed" unless="ignore.failing.tests">Some tests failed; see details above.</fail>
  1642. </target>
  1643. <target depends="init,compile-test-single,-init-test-run-module-properties,-pre-test-run-single,-do-test-run-single,-post-test-run-single" description="Run single unit test." name="test-single"/>
  1644. <target depends="init,compile-test-single,-pre-test-run-single" if="have.tests" name="-do-test-run-single-method">
  1645. <fail unless="test.class">Must select some files in the IDE or set test.class</fail>
  1646. <fail unless="test.method">Must select some method in the IDE or set test.method</fail>
  1647. <j2seproject3:test excludes="" includes="${javac.includes}" testincludes="${test.class}" testmethods="${test.method}"/>
  1648. </target>
  1649. <target depends="init,compile-test-single,-pre-test-run-single,-do-test-run-single-method" if="have.tests" name="-post-test-run-single-method">
  1650. <fail if="tests.failed" unless="ignore.failing.tests">Some tests failed; see details above.</fail>
  1651. </target>
  1652. <target depends="init,compile-test-single,-init-test-run-module-properties,-pre-test-run-single,-do-test-run-single-method,-post-test-run-single-method" description="Run single unit test." name="test-single-method"/>
  1653. <!--
  1654. =======================
  1655. TEST DEBUGGING SECTION
  1656. =======================
  1657. -->
  1658. <target depends="init,compile-test-single,-pre-test-run-single" if="have.tests" name="-debug-start-debuggee-test">
  1659. <fail unless="test.class">Must select one file in the IDE or set test.class</fail>
  1660. <j2seproject3:test-debug excludes="" includes="${javac.includes}" testClass="${test.class}" testincludes="${javac.includes}"/>
  1661. </target>
  1662. <target depends="init,compile-test-single,-pre-test-run-single" if="have.tests" name="-debug-start-debuggee-test-method">
  1663. <fail unless="test.class">Must select one file in the IDE or set test.class</fail>
  1664. <fail unless="test.method">Must select some method in the IDE or set test.method</fail>
  1665. <j2seproject3:test-debug excludes="" includes="${javac.includes}" testClass="${test.class}" testMethod="${test.method}" testincludes="${test.class}" testmethods="${test.method}"/>
  1666. </target>
  1667. <target depends="init,compile-test" if="netbeans.home+have.tests" name="-debug-start-debugger-test">
  1668. <j2seproject1:nbjpdastart classpath="${debug.test.classpath}" name="${test.class}"/>
  1669. </target>
  1670. <target depends="init,compile-test-single,-init-test-run-module-properties,-debug-start-debugger-test,-debug-start-debuggee-test" name="debug-test"/>
  1671. <target depends="init,compile-test-single,-init-test-run-module-properties,-debug-start-debugger-test,-debug-start-debuggee-test-method" name="debug-test-method"/>
  1672. <target depends="init,-pre-debug-fix,compile-test-single" if="netbeans.home" name="-do-debug-fix-test">
  1673. <j2seproject1:nbjpdareload dir="${build.test.classes.dir}"/>
  1674. </target>
  1675. <target depends="init,-pre-debug-fix,-do-debug-fix-test" if="netbeans.home" name="debug-fix-test"/>
  1676. <!--
  1677. =========================
  1678. APPLET EXECUTION SECTION
  1679. =========================
  1680. -->
  1681. <target depends="init,compile-single" name="run-applet">
  1682. <fail unless="applet.url">Must select one file in the IDE or set applet.url</fail>
  1683. <j2seproject1:java classname="sun.applet.AppletViewer">
  1684. <customize>
  1685. <arg value="${applet.url}"/>
  1686. </customize>
  1687. </j2seproject1:java>
  1688. </target>
  1689. <!--
  1690. =========================
  1691. APPLET DEBUGGING SECTION
  1692. =========================
  1693. -->
  1694. <target depends="init,compile-single" if="netbeans.home" name="-debug-start-debuggee-applet">
  1695. <fail unless="applet.url">Must select one file in the IDE or set applet.url</fail>
  1696. <j2seproject3:debug classname="sun.applet.AppletViewer">
  1697. <customizeDebuggee>
  1698. <arg value="${applet.url}"/>
  1699. </customizeDebuggee>
  1700. </j2seproject3:debug>
  1701. </target>
  1702. <target depends="init,compile-single,-debug-start-debugger,-debug-start-debuggee-applet" if="netbeans.home" name="debug-applet"/>
  1703. <!--
  1704. ===============
  1705. CLEANUP SECTION
  1706. ===============
  1707. -->
  1708. <target name="-deps-clean-init" unless="built-clean.properties">
  1709. <property location="${build.dir}/built-clean.properties" name="built-clean.properties"/>
  1710. <delete file="${built-clean.properties}" quiet="true"/>
  1711. </target>
  1712. <target if="already.built.clean.${basedir}" name="-warn-already-built-clean">
  1713. <echo level="warn" message="Cycle detected: ChatProg was already built"/>
  1714. </target>
  1715. <target depends="init,-deps-clean-init" name="deps-clean" unless="no.deps">
  1716. <mkdir dir="${build.dir}"/>
  1717. <touch file="${built-clean.properties}" verbose="false"/>
  1718. <property file="${built-clean.properties}" prefix="already.built.clean."/>
  1719. <antcall target="-warn-already-built-clean"/>
  1720. <propertyfile file="${built-clean.properties}">
  1721. <entry key="${basedir}" value=""/>
  1722. </propertyfile>
  1723. </target>
  1724. <target depends="init" name="-do-clean">
  1725. <delete dir="${build.dir}"/>
  1726. <delete dir="${dist.jlink.output}"/>
  1727. <delete dir="${dist.dir}" followsymlinks="false" includeemptydirs="true"/>
  1728. </target>
  1729. <target name="-post-clean">
  1730. <!-- Empty placeholder for easier customization. -->
  1731. <!-- You can override this target in the ../build.xml file. -->
  1732. </target>
  1733. <target depends="init,deps-clean,-do-clean,-post-clean" description="Clean build products." name="clean"/>
  1734. <target name="-check-call-dep">
  1735. <property file="${call.built.properties}" prefix="already.built."/>
  1736. <condition property="should.call.dep">
  1737. <and>
  1738. <not>
  1739. <isset property="already.built.${call.subproject}"/>
  1740. </not>
  1741. <available file="${call.script}"/>
  1742. </and>
  1743. </condition>
  1744. </target>
  1745. <target depends="-check-call-dep" if="should.call.dep" name="-maybe-call-dep">
  1746. <ant antfile="${call.script}" inheritall="false" target="${call.target}">
  1747. <propertyset>
  1748. <propertyref prefix="transfer."/>
  1749. <mapper from="transfer.*" to="*" type="glob"/>
  1750. </propertyset>
  1751. </ant>
  1752. </target>
  1753. </project>