lib.path.parent.canonicalPath and lib.name should do it if you can do with multiple filesets.
On Thu, 06 Jan 2005 17:08:48 -0500, Randy Xu <[EMAIL PROTECTED]> wrote: > I need to create a <fileset> out of Maven's dependency jars (some of > them). I have a j:forEach go through and test each dependency for a > property. But how do I create a patternset out of this? > > lib.path gives me a number of absolute paths - but Filesets can't work > with absolute paths - I need to specify a root dir and a set of patterns. > > Any suggestions? > > -Randy > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- http://www.multitask.com.au/people/dion/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
