That worked thanks.  I aggregated the two labeled filesets into one <path>.


<path id="path.foobar.label">
 <path>
  <fileset refid="fset.foobar.label.part.one"/>
 </path>
 <path>
  <fileset refid="fset.foobar.label.part.two"/>
 </path>
</path>


Robin Chaddock wrote:
<path/> elements can be nested, and so can be aggregated in the way you 
describe.
I'd suggest steering clear of handling filesets directly, instead always wrap them in 
a <path/>.

Unfortunately far too many 3d party tasks do use them directly - which is a 
pain :(


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

Reply via email to