I see. Please file a feature enhancement (it won't be in 2.0, sorry). Basically, filesetId references the local repository directory, so it will need to be something that: 1) produces a reference to all the artifacts downloaded for use later 2) can be used as a mapper in association with the filesetId produced
Cheers, Brett On 9/23/05, Dave Brondsema <[EMAIL PROTECTED]> wrote: > I don't think I can safely determine which part of the filename is the > artifact and which part is the version number. Only maven knows that, > so I think the m2 ant tasks need something more flexible than filesetId. > > Dave > > Brett Porter wrote: > > Hi Dave, > > > > Sounds like a question for the Ant list :) > > > > I think you can use a <mapper /> element, though it has been a while. > > > > - Brett > > > > On 9/23/05, Dave Brondsema <[EMAIL PROTECTED]> wrote: > > > >>I am using the dependency task from the m2 antlib. I would like to copy > >>all dependencies into a 'lib' directory without version numbers in the > >>filename. Is there any way to do this with the filesetId? If not, what > >>would you recommend? > >> > >>I am already flattening via the copy task. > >> > >>-- > >>Dave Brondsema > >>Software Developer > >>Cornerstone University > >> > >> > >> > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > -- > Dave Brondsema > Software Developer > Cornerstone University > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
