Stefan Bodewig wrote:

On 24 Feb 2004, <[EMAIL PROTECTED]> wrote:



Throw build exception if name attribute is missing in a patternset


This should be pattern or patternset#nameentry, it is used for "include" and "exclude"
includesfile and excludesfile nested elements.



what about <patternset refid="foo"/>?


This is fine...

 <patternset id="xml.pattern">
   <include name="**/*.xml"/>
 </patternset>
 <copy todir="classes">
   <fileset dir="src">
     <patternset refid="xml.pattern"/>
   </fileset>
 </copy>

works ok.
Peter



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to