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]

Reply via email to