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

csc.html 24 kB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514
  1. <html>
  2. <head>
  3. <meta http-equiv="Content-Language" content="en-us">
  4. <title>Csc
  5. Task</title>
  6. </head>
  7. <body bgcolor="#ffffff" text="#000000" link="#525D76"
  8. alink="#525D76" vlink="#525D76">
  9. <table border="0" width="100%" cellspacing="4">
  10. <!-- PAGE HEADER -->
  11. <tr>
  12. <td>
  13. <table border="0" width="100%"><tr>
  14. <td valign="bottom">
  15. <font size="+3" face="arial,helvetica,sanserif"><strong>Csc
  16. Task</strong></font>
  17. <br><font face="arial,helvetica,sanserif">Compiles C# source into executables or modules.</font>
  18. </td>
  19. <td>
  20. <!-- PROJECT LOGO -->
  21. <a href="http://ant.apache.org/">
  22. <img src="../../images/ant_logo_large.gif" align="right" alt="Apache Ant" border="0"/>
  23. </a>
  24. </td>
  25. </tr></table>
  26. </td>
  27. </tr>
  28. <!-- START RIGHT SIDE MAIN BODY -->
  29. <tr>
  30. <td valign="top" align="left">
  31. <!-- Applying task/long-description -->
  32. <!-- Start Description -->
  33. <table border="0" cellspacing="0" cellpadding="2" width="100%">
  34. <tr><td>&nbsp;</td></tr>
  35. <tr><td bgcolor="#525D76">
  36. <font color="#ffffff" face="arial,helvetica.sanserif">
  37. <a name="description">
  38. <strong>Description</strong></a></font>
  39. </td></tr>
  40. <tr><td><blockquote>
  41. Compiles C# source into executables or modules. csc.exe must be on the execute path, unless another executable or the full path to that executable is specified in the <tt>executable</tt> parameter <p> All parameters are optional: &lt;csc/&gt; should suffice to produce a debug build of all *.cs files. However, naming an <tt>destFile</tt>stops the csc compiler from choosing an output name from random, and allows the dependency checker to determine if the file is out of date. <p> The task is a directory based task, so attributes like <b>includes="*.cs" </b> and <b>excludes="broken.cs"</b> can be used to control the files pulled in. By default, all *.cs files from the project folder down are included in the command. When this happens the output file -if not specified- is taken as the first file in the list, which may be somewhat hard to control. Specifying the output file with <tt>destFile</tt> seems prudent. <p> <p> For more complex source trees, nested <tt>src</tt> elemements can be supplied. When such an element is present, the implicit fileset is ignored. This makes sense, when you think about it :) <p> References to external files can be made through the references attribute, or (since Ant1.6), via nested &lt;reference&gt; filesets. With the latter, the timestamps of the references are also used in the dependency checking algorithm. <p> Example <pre>&lt;csc optimize=&quot;true&quot; debug=&quot;false&quot; docFile=&quot;documentation.xml&quot; warnLevel=&quot;4&quot; unsafe=&quot;false&quot; targetType=&quot;exe&quot; incremental=&quot;false&quot; mainClass = &quot;MainApp&quot; destFile=&quot;NetApp.exe&quot; &gt; &lt;src dir="src" includes="*.cs" /&gt; &lt;reference file="${testCSC.dll}" /&gt; &lt;define name="RELEASE" /&gt; &lt;define name="DEBUG" if="debug.property"/&gt; &lt;define name="def3" unless="def3.property"/&gt; &lt;/csc&gt; </pre>
  42. </blockquote></td></tr>
  43. </table>
  44. <!-- End Description -->
  45. <!-- Start Attributes -->
  46. <table border="0" cellspacing="0" cellpadding="2" width="100%">
  47. <tr><td>&nbsp;</td></tr>
  48. <tr><td bgcolor="#525D76">
  49. <font color="#ffffff" face="arial,helvetica.sanserif">
  50. <a name="attributes">
  51. <strong>Parameters</strong></a></font>
  52. </td></tr>
  53. <tr><td><blockquote>
  54. <table>
  55. <tr>
  56. <td bgcolor="#cccccc" valign="top" align="left">
  57. <font color="#000000" size="-1" face="arial,helvetica,sanserif"><b>Attribute</b></font>
  58. </td>
  59. <td bgcolor="#cccccc" valign="top" align="left">
  60. <font color="#000000" size="-1" face="arial,helvetica,sanserif"><b>Description</b></font>
  61. </td>
  62. <td bgcolor="#cccccc" valign="top" align="left">
  63. <font color="#000000" size="-1" face="arial,helvetica,sanserif"><b>Type</b></font>
  64. </td>
  65. <td bgcolor="#cccccc" valign="top" align="left">
  66. <font color="#000000" size="-1" face="arial,helvetica,sanserif"><b>Requirement</b></font>
  67. </td>
  68. </tr>
  69. <!-- Attribute Group -->
  70. <!-- Attribute Group -->
  71. <!-- Attribute -->
  72. <tr>
  73. <td bgcolor="#eeeeee" valign="top" align="left">
  74. <font color="#000000" size="-1" face="arial,helvetica,sanserif">additionalmodules</font>
  75. </td>
  76. <td bgcolor="#eeeeee" valign="top" align="left">
  77. <font color="#000000" size="-1" face="arial,helvetica,sanserif">Semicolon separated list of modules to refer to.</font>
  78. </td>
  79. <td bgcolor="#eeeeee" valign="top" align="left">
  80. <font color="#000000" size="-1" face="arial,helvetica,sanserif">String</font>
  81. </td>
  82. <td bgcolor="#eeeeee" valign="top" align="left" rowspan="26">
  83. <font color="#000000" size="-1" face="arial,helvetica,sanserif">Optional</font>
  84. </td>
  85. </tr>
  86. <!-- Attribute -->
  87. <tr>
  88. <td bgcolor="#eeeeee" valign="top" align="left">
  89. <font color="#000000" size="-1" face="arial,helvetica,sanserif">debug</font>
  90. </td>
  91. <td bgcolor="#eeeeee" valign="top" align="left">
  92. <font color="#000000" size="-1" face="arial,helvetica,sanserif">set the debug flag on or off.</font>
  93. </td>
  94. <td bgcolor="#eeeeee" valign="top" align="left">
  95. <font color="#000000" size="-1" face="arial,helvetica,sanserif">boolean</font>
  96. </td>
  97. </tr>
  98. <!-- Attribute -->
  99. <tr>
  100. <td bgcolor="#eeeeee" valign="top" align="left">
  101. <font color="#000000" size="-1" face="arial,helvetica,sanserif">definitions</font>
  102. </td>
  103. <td bgcolor="#eeeeee" valign="top" align="left">
  104. <font color="#000000" size="-1" face="arial,helvetica,sanserif">Semicolon separated list of defined constants.</font>
  105. </td>
  106. <td bgcolor="#eeeeee" valign="top" align="left">
  107. <font color="#000000" size="-1" face="arial,helvetica,sanserif">String</font>
  108. </td>
  109. </tr>
  110. <!-- Attribute -->
  111. <tr>
  112. <td bgcolor="#eeeeee" valign="top" align="left">
  113. <font color="#000000" size="-1" face="arial,helvetica,sanserif">destdir</font>
  114. </td>
  115. <td bgcolor="#eeeeee" valign="top" align="left">
  116. <font color="#000000" size="-1" face="arial,helvetica,sanserif">Set the destination directory of files to be compiled.</font>
  117. </td>
  118. <td bgcolor="#eeeeee" valign="top" align="left">
  119. <font color="#000000" size="-1" face="arial,helvetica,sanserif">File</font>
  120. </td>
  121. </tr>
  122. <!-- Attribute -->
  123. <tr>
  124. <td bgcolor="#eeeeee" valign="top" align="left">
  125. <font color="#000000" size="-1" face="arial,helvetica,sanserif">destfile</font>
  126. </td>
  127. <td bgcolor="#eeeeee" valign="top" align="left">
  128. <font color="#000000" size="-1" face="arial,helvetica,sanserif">Set the name of exe/library to create.</font>
  129. </td>
  130. <td bgcolor="#eeeeee" valign="top" align="left">
  131. <font color="#000000" size="-1" face="arial,helvetica,sanserif">File</font>
  132. </td>
  133. </tr>
  134. <!-- Attribute -->
  135. <tr>
  136. <td bgcolor="#eeeeee" valign="top" align="left">
  137. <font color="#000000" size="-1" face="arial,helvetica,sanserif">docfile</font>
  138. </td>
  139. <td bgcolor="#eeeeee" valign="top" align="left">
  140. <font color="#000000" size="-1" face="arial,helvetica,sanserif">file for generated XML documentation</font>
  141. </td>
  142. <td bgcolor="#eeeeee" valign="top" align="left">
  143. <font color="#000000" size="-1" face="arial,helvetica,sanserif">File</font>
  144. </td>
  145. </tr>
  146. <!-- Attribute -->
  147. <tr>
  148. <td bgcolor="#eeeeee" valign="top" align="left">
  149. <font color="#000000" size="-1" face="arial,helvetica,sanserif">executable</font>
  150. </td>
  151. <td bgcolor="#eeeeee" valign="top" align="left">
  152. <font color="#000000" size="-1" face="arial,helvetica,sanserif">set the name of the program, overriding the defaults. Can be used to set the full path to a program, or to switch to an alternate implementation of the command, such as the Mono or Rotor versions -provided they use the same command line arguments as the .NET framework edition</font>
  153. </td>
  154. <td bgcolor="#eeeeee" valign="top" align="left">
  155. <font color="#000000" size="-1" face="arial,helvetica,sanserif">String</font>
  156. </td>
  157. </tr>
  158. <!-- Attribute -->
  159. <tr>
  160. <td bgcolor="#eeeeee" valign="top" align="left">
  161. <font color="#000000" size="-1" face="arial,helvetica,sanserif">extraoptions</font>
  162. </td>
  163. <td bgcolor="#eeeeee" valign="top" align="left">
  164. <font color="#000000" size="-1" face="arial,helvetica,sanserif">Any extra options which are not explicitly supported by this task.</font>
  165. </td>
  166. <td bgcolor="#eeeeee" valign="top" align="left">
  167. <font color="#000000" size="-1" face="arial,helvetica,sanserif">String</font>
  168. </td>
  169. </tr>
  170. <!-- Attribute -->
  171. <tr>
  172. <td bgcolor="#eeeeee" valign="top" align="left">
  173. <font color="#000000" size="-1" face="arial,helvetica,sanserif">failonerror</font>
  174. </td>
  175. <td bgcolor="#eeeeee" valign="top" align="left">
  176. <font color="#000000" size="-1" face="arial,helvetica,sanserif">If true, fail on compilation errors.</font>
  177. </td>
  178. <td bgcolor="#eeeeee" valign="top" align="left">
  179. <font color="#000000" size="-1" face="arial,helvetica,sanserif">boolean</font>
  180. </td>
  181. </tr>
  182. <!-- Attribute -->
  183. <tr>
  184. <td bgcolor="#eeeeee" valign="top" align="left">
  185. <font color="#000000" size="-1" face="arial,helvetica,sanserif">filealign</font>
  186. </td>
  187. <td bgcolor="#eeeeee" valign="top" align="left">
  188. <font color="#000000" size="-1" face="arial,helvetica,sanserif">Set the file alignment. Valid values are 0,512, 1024, 2048, 4096, 8192, and 16384, 0 means 'leave to the compiler'</font>
  189. </td>
  190. <td bgcolor="#eeeeee" valign="top" align="left">
  191. <font color="#000000" size="-1" face="arial,helvetica,sanserif">int</font>
  192. </td>
  193. </tr>
  194. <!-- Attribute -->
  195. <tr>
  196. <td bgcolor="#eeeeee" valign="top" align="left">
  197. <font color="#000000" size="-1" face="arial,helvetica,sanserif">fullpaths</font>
  198. </td>
  199. <td bgcolor="#eeeeee" valign="top" align="left">
  200. <font color="#000000" size="-1" face="arial,helvetica,sanserif">If true, print the full path of files on errors.</font>
  201. </td>
  202. <td bgcolor="#eeeeee" valign="top" align="left">
  203. <font color="#000000" size="-1" face="arial,helvetica,sanserif">boolean</font>
  204. </td>
  205. </tr>
  206. <!-- Attribute -->
  207. <tr>
  208. <td bgcolor="#eeeeee" valign="top" align="left">
  209. <font color="#000000" size="-1" face="arial,helvetica,sanserif">includedefaultreferences</font>
  210. </td>
  211. <td bgcolor="#eeeeee" valign="top" align="left">
  212. <font color="#000000" size="-1" face="arial,helvetica,sanserif">If true, automatically includes the common assemblies in dotnet, and tells the compiler to link in mscore.dll. set the automatic reference inclusion flag on or off this flag controls the /nostdlib option in CSC</font>
  213. </td>
  214. <td bgcolor="#eeeeee" valign="top" align="left">
  215. <font color="#000000" size="-1" face="arial,helvetica,sanserif">boolean</font>
  216. </td>
  217. </tr>
  218. <!-- Attribute -->
  219. <tr>
  220. <td bgcolor="#eeeeee" valign="top" align="left">
  221. <font color="#000000" size="-1" face="arial,helvetica,sanserif">incremental</font>
  222. </td>
  223. <td bgcolor="#eeeeee" valign="top" align="left">
  224. <font color="#000000" size="-1" face="arial,helvetica,sanserif">set the incremental compilation flag on or off.</font>
  225. </td>
  226. <td bgcolor="#eeeeee" valign="top" align="left">
  227. <font color="#000000" size="-1" face="arial,helvetica,sanserif">boolean</font>
  228. </td>
  229. </tr>
  230. <!-- Attribute -->
  231. <tr>
  232. <td bgcolor="#eeeeee" valign="top" align="left">
  233. <font color="#000000" size="-1" face="arial,helvetica,sanserif">mainclass</font>
  234. </td>
  235. <td bgcolor="#eeeeee" valign="top" align="left">
  236. <font color="#000000" size="-1" face="arial,helvetica,sanserif">Sets the name of main class for executables.</font>
  237. </td>
  238. <td bgcolor="#eeeeee" valign="top" align="left">
  239. <font color="#000000" size="-1" face="arial,helvetica,sanserif">String</font>
  240. </td>
  241. </tr>
  242. <!-- Attribute -->
  243. <tr>
  244. <td bgcolor="#eeeeee" valign="top" align="left">
  245. <font color="#000000" size="-1" face="arial,helvetica,sanserif">noconfig</font>
  246. </td>
  247. <td bgcolor="#eeeeee" valign="top" align="left">
  248. <font color="#000000" size="-1" face="arial,helvetica,sanserif">A flag that tells the compiler not to read in the compiler settings files 'csc.rsp' in its bin directory and then the local directory</font>
  249. </td>
  250. <td bgcolor="#eeeeee" valign="top" align="left">
  251. <font color="#000000" size="-1" face="arial,helvetica,sanserif">boolean</font>
  252. </td>
  253. </tr>
  254. <!-- Attribute -->
  255. <tr>
  256. <td bgcolor="#eeeeee" valign="top" align="left">
  257. <font color="#000000" size="-1" face="arial,helvetica,sanserif">optimize</font>
  258. </td>
  259. <td bgcolor="#eeeeee" valign="top" align="left">
  260. <font color="#000000" size="-1" face="arial,helvetica,sanserif">If true, enables optimization flag.</font>
  261. </td>
  262. <td bgcolor="#eeeeee" valign="top" align="left">
  263. <font color="#000000" size="-1" face="arial,helvetica,sanserif">boolean</font>
  264. </td>
  265. </tr>
  266. <!-- Attribute -->
  267. <tr>
  268. <td bgcolor="#eeeeee" valign="top" align="left">
  269. <font color="#000000" size="-1" face="arial,helvetica,sanserif">outputfile</font>
  270. </td>
  271. <td bgcolor="#eeeeee" valign="top" align="left">
  272. <font color="#000000" size="-1" face="arial,helvetica,sanserif">The output file. This is identical to the destFile attribute.</font>
  273. </td>
  274. <td bgcolor="#eeeeee" valign="top" align="left">
  275. <font color="#000000" size="-1" face="arial,helvetica,sanserif">File</font>
  276. </td>
  277. </tr>
  278. <!-- Attribute -->
  279. <tr>
  280. <td bgcolor="#eeeeee" valign="top" align="left">
  281. <font color="#000000" size="-1" face="arial,helvetica,sanserif">referencefiles</font>
  282. </td>
  283. <td bgcolor="#eeeeee" valign="top" align="left">
  284. <font color="#000000" size="-1" face="arial,helvetica,sanserif">Path of references to include. Wildcards should work.</font>
  285. </td>
  286. <td bgcolor="#eeeeee" valign="top" align="left">
  287. <font color="#000000" size="-1" face="arial,helvetica,sanserif">Path</font>
  288. </td>
  289. </tr>
  290. <!-- Attribute -->
  291. <tr>
  292. <td bgcolor="#eeeeee" valign="top" align="left">
  293. <font color="#000000" size="-1" face="arial,helvetica,sanserif">references</font>
  294. </td>
  295. <td bgcolor="#eeeeee" valign="top" align="left">
  296. <font color="#000000" size="-1" face="arial,helvetica,sanserif">Semicolon separated list of DLLs to refer to.</font>
  297. </td>
  298. <td bgcolor="#eeeeee" valign="top" align="left">
  299. <font color="#000000" size="-1" face="arial,helvetica,sanserif">String</font>
  300. </td>
  301. </tr>
  302. <!-- Attribute -->
  303. <tr>
  304. <td bgcolor="#eeeeee" valign="top" align="left">
  305. <font color="#000000" size="-1" face="arial,helvetica,sanserif">srcdir</font>
  306. </td>
  307. <td bgcolor="#eeeeee" valign="top" align="left">
  308. <font color="#000000" size="-1" face="arial,helvetica,sanserif">Set the source directory of the files to be compiled.</font>
  309. </td>
  310. <td bgcolor="#eeeeee" valign="top" align="left">
  311. <font color="#000000" size="-1" face="arial,helvetica,sanserif">File</font>
  312. </td>
  313. </tr>
  314. <!-- Attribute -->
  315. <tr>
  316. <td bgcolor="#eeeeee" valign="top" align="left">
  317. <font color="#000000" size="-1" face="arial,helvetica,sanserif">targettype</font>
  318. </td>
  319. <td bgcolor="#eeeeee" valign="top" align="left">
  320. <font color="#000000" size="-1" face="arial,helvetica,sanserif">set the target type to one of exe|library|module|winexe</font>
  321. </td>
  322. <td bgcolor="#eeeeee" valign="top" align="left">
  323. <font color="#000000" size="-1" face="arial,helvetica,sanserif">"exe", "library", "module", "winexe"</font>
  324. </td>
  325. </tr>
  326. <!-- Attribute -->
  327. <tr>
  328. <td bgcolor="#eeeeee" valign="top" align="left">
  329. <font color="#000000" size="-1" face="arial,helvetica,sanserif">unsafe</font>
  330. </td>
  331. <td bgcolor="#eeeeee" valign="top" align="left">
  332. <font color="#000000" size="-1" face="arial,helvetica,sanserif">If true, enables the unsafe keyword.</font>
  333. </td>
  334. <td bgcolor="#eeeeee" valign="top" align="left">
  335. <font color="#000000" size="-1" face="arial,helvetica,sanserif">boolean</font>
  336. </td>
  337. </tr>
  338. <!-- Attribute -->
  339. <tr>
  340. <td bgcolor="#eeeeee" valign="top" align="left">
  341. <font color="#000000" size="-1" face="arial,helvetica,sanserif">utf8output</font>
  342. </td>
  343. <td bgcolor="#eeeeee" valign="top" align="left">
  344. <font color="#000000" size="-1" face="arial,helvetica,sanserif">If true, require all compiler output to be in UTF8 format.</font>
  345. </td>
  346. <td bgcolor="#eeeeee" valign="top" align="left">
  347. <font color="#000000" size="-1" face="arial,helvetica,sanserif">boolean</font>
  348. </td>
  349. </tr>
  350. <!-- Attribute -->
  351. <tr>
  352. <td bgcolor="#eeeeee" valign="top" align="left">
  353. <font color="#000000" size="-1" face="arial,helvetica,sanserif">warnlevel</font>
  354. </td>
  355. <td bgcolor="#eeeeee" valign="top" align="left">
  356. <font color="#000000" size="-1" face="arial,helvetica,sanserif">Level of warning currently between 1 and 4 with 4 being the strictest.</font>
  357. </td>
  358. <td bgcolor="#eeeeee" valign="top" align="left">
  359. <font color="#000000" size="-1" face="arial,helvetica,sanserif">int</font>
  360. </td>
  361. </tr>
  362. <!-- Attribute -->
  363. <tr>
  364. <td bgcolor="#eeeeee" valign="top" align="left">
  365. <font color="#000000" size="-1" face="arial,helvetica,sanserif">win32icon</font>
  366. </td>
  367. <td bgcolor="#eeeeee" valign="top" align="left">
  368. <font color="#000000" size="-1" face="arial,helvetica,sanserif">Set the filename of icon to include.</font>
  369. </td>
  370. <td bgcolor="#eeeeee" valign="top" align="left">
  371. <font color="#000000" size="-1" face="arial,helvetica,sanserif">File</font>
  372. </td>
  373. </tr>
  374. <!-- Attribute -->
  375. <tr>
  376. <td bgcolor="#eeeeee" valign="top" align="left">
  377. <font color="#000000" size="-1" face="arial,helvetica,sanserif">win32res</font>
  378. </td>
  379. <td bgcolor="#eeeeee" valign="top" align="left">
  380. <font color="#000000" size="-1" face="arial,helvetica,sanserif">Sets the filename of a win32 resource (.RES) file to include. This is not a .NET resource, but what Windows is used to.</font>
  381. </td>
  382. <td bgcolor="#eeeeee" valign="top" align="left">
  383. <font color="#000000" size="-1" face="arial,helvetica,sanserif">File</font>
  384. </td>
  385. </tr>
  386. </table>
  387. </blockquote></td></tr>
  388. </table>
  389. <!-- End Attributes -->
  390. <!-- Start Elements -->
  391. <table border="0" cellspacing="0" cellpadding="2" width="100%">
  392. <tr><td>&nbsp;</td></tr>
  393. <tr><td bgcolor="#525D76">
  394. <font color="#ffffff" face="arial,helvetica.sanserif">
  395. <a name="elements">
  396. <strong>Parameters as nested elements</strong></a></font>
  397. </td></tr>
  398. <tr><td><blockquote>
  399. <!-- Start Element -->
  400. <table border="0" cellspacing="0" cellpadding="2" width="100%">
  401. <tr><td>&nbsp;</td></tr>
  402. <tr><td bgcolor="#828DA6">
  403. <font color="#ffffff" face="arial,helvetica.sanserif" size="-1">
  404. <strong>define</strong> (org.apache.tools.ant.taskdefs.optional.dotnet.DotnetDefine)</font>
  405. </td></tr>
  406. <tr><td><blockquote>
  407. add a define to the list of definitions
  408. <short-description><![CDATA[Add a define to the list of definitions.]]></short-description>
  409. <description>
  410. <![CDATA[add a define to the list of definitions]]>
  411. </description>
  412. </blockquote></td></tr>
  413. </table>
  414. <!-- End Element -->
  415. <!-- Start Element -->
  416. <table border="0" cellspacing="0" cellpadding="2" width="100%">
  417. <tr><td>&nbsp;</td></tr>
  418. <tr><td bgcolor="#828DA6">
  419. <font color="#ffffff" face="arial,helvetica.sanserif" size="-1">
  420. <strong>reference</strong> (org.apache.tools.ant.types.FileSet)</font>
  421. </td></tr>
  422. <tr><td><blockquote>
  423. add a new reference fileset to the compilation
  424. <short-description><![CDATA[Add a new reference fileset to the compilation.]]></short-description>
  425. <description>
  426. <![CDATA[add a new reference fileset to the compilation]]>
  427. </description>
  428. </blockquote></td></tr>
  429. </table>
  430. <!-- End Element -->
  431. <!-- Start Element -->
  432. <table border="0" cellspacing="0" cellpadding="2" width="100%">
  433. <tr><td>&nbsp;</td></tr>
  434. <tr><td bgcolor="#828DA6">
  435. <font color="#ffffff" face="arial,helvetica.sanserif" size="-1">
  436. <strong>resource</strong> (org.apache.tools.ant.taskdefs.optional.dotnet.DotnetResource)</font>
  437. </td></tr>
  438. <tr><td><blockquote>
  439. link or embed a resource
  440. <short-description><![CDATA[Link or embed a resource.]]></short-description>
  441. <description>
  442. <![CDATA[link or embed a resource]]>
  443. </description>
  444. </blockquote></td></tr>
  445. </table>
  446. <!-- End Element -->
  447. <!-- Start Element -->
  448. <table border="0" cellspacing="0" cellpadding="2" width="100%">
  449. <tr><td>&nbsp;</td></tr>
  450. <tr><td bgcolor="#828DA6">
  451. <font color="#ffffff" face="arial,helvetica.sanserif" size="-1">
  452. <strong>src</strong> (org.apache.tools.ant.types.FileSet)</font>
  453. </td></tr>
  454. <tr><td><blockquote>
  455. add a new source directory to the compile
  456. <short-description><![CDATA[Add a new source directory to the compile.]]></short-description>
  457. <description>
  458. <![CDATA[add a new source directory to the compile]]>
  459. </description>
  460. </blockquote></td></tr>
  461. </table>
  462. <!-- End Element -->
  463. </blockquote></td></tr>
  464. </table>
  465. <!-- End Elements -->
  466. </td>
  467. </tr>
  468. <!-- END RIGHT SIDE MAIN BODY -->
  469. <!-- FOOTER SEPARATOR -->
  470. <tr>
  471. <td>
  472. <hr noshade="" size="1"/>
  473. </td>
  474. </tr>
  475. <!-- PAGE FOOTER -->
  476. <tr>
  477. <td>
  478. <div align="center"><font color="#525D76" size="-1"><em>
  479. Copyright &#169; 2000-2003, Apache Software Foundation
  480. </em></font></div>
  481. </td>
  482. </tr>
  483. </table>
  484. </body>
  485. </html>