| Create WEB-INF/lib based on path-structure | Create WEB-INF/lib based on path-structure 2007-07-10 - By Prashant Reddy
On Tue, 2007-07-10 at 12:25 +0530, Prashant Reddy wrote: > >> Based on http://ant.apache.org/manual/CoreTypes/fileset.html, how > do > >> we know the element supports "refid" attribute? >
The relevant documentation seem to be here :
http://ant.apache.org/manual/dirtasks.html#patterns
"We said that Directory-based tasks can sometimes act as an implicit <fileset>, but in addition to that, a FileSet acts as an implicit <patternset>."
So because fileset is implicit patternset, it can have an 'id' attribute.
--
-Prashant
Don't upload, just share : www.dekoh.com
--------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@(protected) For additional commands, e-mail: user-help@(protected)
|
|
 |