No problem. We should have this up on the site soon... https://svn.apache.org/repos/asf/maven/components/trunk
The ant tasks are a subdirectory of that. I expect to be working on them later in the week. Cheers, Brett On 6/7/05, McGarr, Joseph M. <[EMAIL PROTECTED]> wrote: > Brett: > > If I could just get the correct development version link, I can checkout the > latest code from subversion and see if this addition suits my needs. I > appreciate the help. > > Thanks, > Mike > > -----Original Message----- > From: Brett Porter [mailto:[EMAIL PROTECTED] > Sent: Friday, June 03, 2005 11:43 PM > To: McGarr, Joseph M. > Cc: Maven Users List > Subject: Re: [m2] Artifact Ant Tasks and Packaging Dependencies > > > Would you like some help, or are you willing to wait for the next release? > > - Brett > > On 6/3/05, McGarr, Joseph M. <[EMAIL PROTECTED]> wrote: > > Brett...Thanks a lot for your help. I found references to the filesetId, > > but have been unable to get the development build to work. I am glad that > > this problem is being addressed however. > > > > Thanks, > > Mike > > > > -----Original Message----- > > From: Brett Porter [mailto:[EMAIL PROTECTED] > > Sent: Thursday, June 02, 2005 7:56 PM > > To: Maven Users List > > Subject: Re: [m2] Artifact Ant Tasks and Packaging Dependencies > > > > > > I think it may only be in the development version, but at the request > > of the Ant developers I have added "filesetId" to the task also, so > > you could do: > > > > <copy ...> > > <fileset refid="maven.dependencies" /> > > </copy> > > > > If it isn't in alpha-2, it will be in the next release. > > > > - Brett > > > > On 6/3/05, McGarr, Joseph M. <[EMAIL PROTECTED]> wrote: > > > Hi all: > > > > > > I have a question about Maven2 Artifact Ant Tasks. Once a dependency is > > > defined using the artifact:dependencies tag, and a pathId, I can > > > successfully compile and even test in Ant using that pathId as my > > classpath. > > > But once it comes time to package the code into a war, how do I acquire > > > those files from the pathId. I realize that this may be more of an Ant > > > question than a Maven question, but I have been unable to extract those > > jars > > > from my local repository and package them in a war. Does anybody have > any > > > ideas on this? > > > > > > Thanks, > > > Mike > > > > > > --------------------------------------------------------------------- > > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
