From 1d7680550db4f91d69b8f4c6e641b01a631a28e5 Mon Sep 17 00:00:00 2001
From: Stefan Bodewig
Version 1.2 - 2000/10/27
+Version 1.2 - 2000/11/02
Test
in their name. This set
can be referred to via
<patternset refid="non.test.sources"
/>
by tasks that support this feature or by FileSets.
+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.
FileSets are groups of files. These files can be found in a
directory tree starting in a base directory and are matched by
@@ -2755,7 +2759,8 @@ the propery src2
. This can also be represented using nested element
debug="on">
<src path="${src}" />
<src path="${src2}" />
- <include name="mypackage/p1/**,mypackage/p2/**" />
+ <include name="mypackage/p1/**" />
+ <include name="mypackage/p2/**" />
<exclude name="mypackage/p1/testpackage/**" />
</javac>
--
cgit v1.2.1