|
@@ -77,7 +77,7 @@ elements of <code><patternset></code> directly, as well as |
|
|
that have the text <code>Test</code> in their name.</p> |
|
|
that have the text <code>Test</code> in their name.</p> |
|
|
<blockquote><pre> |
|
|
<blockquote><pre> |
|
|
<dirset dir="${build.dir}"> |
|
|
<dirset dir="${build.dir}"> |
|
|
<patternset id="non.test.sources"> |
|
|
|
|
|
|
|
|
<patternset id="non.test.classes"> |
|
|
<include name="apps/**/classes"/> |
|
|
<include name="apps/**/classes"/> |
|
|
<exclude name="apps/**/*Test*"/> |
|
|
<exclude name="apps/**/*Test*"/> |
|
|
</patternset> |
|
|
</patternset> |
|
@@ -87,11 +87,11 @@ that have the text <code>Test</code> in their name.</p> |
|
|
a PatternSet that can be referenced in other |
|
|
a PatternSet that can be referenced in other |
|
|
<code><dirset></code> elements, rooted at a different directory.</p> |
|
|
<code><dirset></code> elements, rooted at a different directory.</p> |
|
|
<blockquote><pre> |
|
|
<blockquote><pre> |
|
|
<dirset dir="${debug_build.src}" > |
|
|
|
|
|
<patternset refid="non.test.sources"/> |
|
|
|
|
|
|
|
|
<dirset dir="${debug_build.dir}" > |
|
|
|
|
|
<patternset refid="non.test.classes"/> |
|
|
</dirset> |
|
|
</dirset> |
|
|
</pre></blockquote> |
|
|
</pre></blockquote> |
|
|
<p>Groups all files in directory <code>${debug_build.src}</code>, using the |
|
|
|
|
|
|
|
|
<p>Groups all files in directory <code>${debug_build.dir}</code>, using the |
|
|
same patterns as the above example.</p> |
|
|
same patterns as the above example.</p> |
|
|
|
|
|
|
|
|
<hr> |
|
|
<hr> |
|
|