|
@@ -123,7 +123,7 @@ |
|
|
<td bgcolor="#eeeeee" valign="top" align="left"> |
|
|
<td bgcolor="#eeeeee" valign="top" align="left"> |
|
|
<font color="#000000" size="-1" face="arial,helvetica,sanserif">String</font> |
|
|
<font color="#000000" size="-1" face="arial,helvetica,sanserif">String</font> |
|
|
</td> |
|
|
</td> |
|
|
<td bgcolor="#eeeeee" valign="top" align="left" rowspan="10"> |
|
|
|
|
|
|
|
|
<td bgcolor="#eeeeee" valign="top" align="left" rowspan="9"> |
|
|
<font color="#000000" size="-1" face="arial,helvetica,sanserif">Optional</font> |
|
|
<font color="#000000" size="-1" face="arial,helvetica,sanserif">Optional</font> |
|
|
</td> |
|
|
</td> |
|
|
</tr> |
|
|
</tr> |
|
@@ -176,18 +176,6 @@ |
|
|
</td> |
|
|
</td> |
|
|
</tr> |
|
|
</tr> |
|
|
<!-- Attribute --> |
|
|
<!-- Attribute --> |
|
|
<tr> |
|
|
|
|
|
<td bgcolor="#eeeeee" valign="top" align="left"> |
|
|
|
|
|
<font color="#000000" size="-1" face="arial,helvetica,sanserif">ignoremissingbuildfile</font> |
|
|
|
|
|
</td> |
|
|
|
|
|
<td bgcolor="#eeeeee" valign="top" align="left"> |
|
|
|
|
|
<font color="#000000" size="-1" face="arial,helvetica,sanserif">Sets whether to continue or fail with a build exception if the build file is missing, false by default.</font> |
|
|
|
|
|
</td> |
|
|
|
|
|
<td bgcolor="#eeeeee" valign="top" align="left"> |
|
|
|
|
|
<font color="#000000" size="-1" face="arial,helvetica,sanserif">boolean</font> |
|
|
|
|
|
</td> |
|
|
|
|
|
</tr> |
|
|
|
|
|
<!-- Attribute --> |
|
|
|
|
|
<tr> |
|
|
<tr> |
|
|
<td bgcolor="#eeeeee" valign="top" align="left"> |
|
|
<td bgcolor="#eeeeee" valign="top" align="left"> |
|
|
<font color="#000000" size="-1" face="arial,helvetica,sanserif">inheritall</font> |
|
|
<font color="#000000" size="-1" face="arial,helvetica,sanserif">inheritall</font> |
|
@@ -299,7 +287,7 @@ |
|
|
Adds a file set to the implicit build path. <p> <em>Note that the directories will be added to the build path in no particular order, so if order is significant, one should use a file list instead!</em> |
|
|
Adds a file set to the implicit build path. <p> <em>Note that the directories will be added to the build path in no particular order, so if order is significant, one should use a file list instead!</em> |
|
|
<short-description><![CDATA[Adds a file set to the implicit build path.]]></short-description> |
|
|
<short-description><![CDATA[Adds a file set to the implicit build path.]]></short-description> |
|
|
<description> |
|
|
<description> |
|
|
<![CDATA[Adds a file set to the implicit build path. <p> <em>Note that the directories will be added to the build path in no particular order, so if order is significant, one should use a file list instead!</em>]]> |
|
|
|
|
|
|
|
|
<![CDATA[Adds a file set to the implicit]]><![CDATA[ build path. <p> <em>Note that the directories will be added to the build path in no particular order, so if order is significant, one should use a file list instead!</em>]]> |
|
|
</description> |
|
|
</description> |
|
|
|
|
|
|
|
|
</blockquote></td></tr> |
|
|
</blockquote></td></tr> |
|
@@ -402,7 +390,7 @@ |
|
|
<tr><td bgcolor="#525D76"> |
|
|
<tr><td bgcolor="#525D76"> |
|
|
<font color="#ffffff" face="arial,helvetica.sanserif"> |
|
|
<font color="#ffffff" face="arial,helvetica.sanserif"> |
|
|
<a name="examples"> |
|
|
<a name="examples"> |
|
|
<strong>Example</strong></a></font> |
|
|
|
|
|
|
|
|
<strong>Examples</strong></a></font> |
|
|
</td></tr> |
|
|
</td></tr> |
|
|
|
|
|
|
|
|
<tr><td><blockquote> |
|
|
<tr><td><blockquote> |
|
@@ -437,6 +425,16 @@ |
|
|
where a file called build.xml can be found. |
|
|
where a file called build.xml can be found. |
|
|
All properties whose name starts with "foo" are passed, their names are changed to start with "bar" instead |
|
|
All properties whose name starts with "foo" are passed, their names are changed to start with "bar" instead |
|
|
</p> |
|
|
</p> |
|
|
|
|
|
<pre> |
|
|
|
|
|
<subant target="compile" genericantfile="/opt/project/build1.xml"> |
|
|
|
|
|
<dirset dir="." includes="projects*"/> |
|
|
|
|
|
</subant> |
|
|
|
|
|
</pre> |
|
|
|
|
|
<p> |
|
|
|
|
|
assuming the subdirs of the project dir are called projects1, projects2, projects3 |
|
|
|
|
|
this snippet will execute the compile target of /opt/project/build1.xml, |
|
|
|
|
|
setting the basedir to projects1, projects2, projects3 |
|
|
|
|
|
</p> |
|
|
|
|
|
|
|
|
</blockquote></td></tr> |
|
|
</blockquote></td></tr> |
|
|
|
|
|
|
|
|