|
@@ -26,7 +26,7 @@ |
|
|
<li>Dave Walend (<a href="mailto:dwalend@cs.tufts.edu">dwalend@cs.tufts.edu</a>)</li> |
|
|
<li>Dave Walend (<a href="mailto:dwalend@cs.tufts.edu">dwalend@cs.tufts.edu</a>)</li> |
|
|
</ul> |
|
|
</ul> |
|
|
|
|
|
|
|
|
<p>Version 1.3 - 2000/10/31</p> |
|
|
|
|
|
|
|
|
<p>Version 1.3 - 2000/11/02</p> |
|
|
|
|
|
|
|
|
<hr> |
|
|
<hr> |
|
|
<h2>Table of Contents</h2> |
|
|
<h2>Table of Contents</h2> |
|
@@ -782,6 +782,10 @@ that do not contain the text <code>Test</code> in their name. This set |
|
|
can be <a href="#references">referred</a> to via |
|
|
can be <a href="#references">referred</a> to via |
|
|
<code><patternset refid="non.test.sources" |
|
|
<code><patternset refid="non.test.sources" |
|
|
/></code> by tasks that support this feature or by FileSets.</p> |
|
|
/></code> by tasks that support this feature or by FileSets.</p> |
|
|
|
|
|
<p>Note that while the includes and excludes attributes accept |
|
|
|
|
|
multiple elements separated by commas or spaces, the nested |
|
|
|
|
|
<include> and <exclude> elements expect their name |
|
|
|
|
|
attribute to hold a single pattern.</p> |
|
|
<h3><a name="fileset">FileSets</a></h3> |
|
|
<h3><a name="fileset">FileSets</a></h3> |
|
|
<p>FileSets are groups of files. These files can be found in a |
|
|
<p>FileSets are groups of files. These files can be found in a |
|
|
directory tree starting in a base directory and are matched by |
|
|
directory tree starting in a base directory and are matched by |
|
@@ -2755,7 +2759,8 @@ the propery <code>src2</code>. This can also be represented using nested element |
|
|
debug="on"> |
|
|
debug="on"> |
|
|
<src path="${src}" /> |
|
|
<src path="${src}" /> |
|
|
<src path="${src2}" /> |
|
|
<src path="${src2}" /> |
|
|
<include name="mypackage/p1/**,mypackage/p2/**" /> |
|
|
|
|
|
|
|
|
<include name="mypackage/p1/**" /> |
|
|
|
|
|
<include name="mypackage/p2/**" /> |
|
|
<exclude name="mypackage/p1/testpackage/**" /> |
|
|
<exclude name="mypackage/p1/testpackage/**" /> |
|
|
</javac></pre> |
|
|
</javac></pre> |
|
|
|
|
|
|
|
|