You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "ttest (JIRA)" <ji...@codehaus.org> on 2005/06/25 22:52:54 UTC

[jira] Created: (MNG-528) Ant Task that extracts/copies a JAR file to a specified location from the local repository

Ant Task that extracts/copies a JAR file to a specified location from the local repository
------------------------------------------------------------------------------------------

         Key: MNG-528
         URL: http://jira.codehaus.org/browse/MNG-528
     Project: Maven 2
        Type: New Feature
  Components: maven-artifact  
    Versions: 2.0-alpha-3    
    Reporter: ttest


I would like to use the Maven2 Ant tasks to resolve the dependencies of my web application. To make the dependecies availbale to my web appklcation I have to make them available in the /WEB-INF/lib directory. At the moment there is no elegant way to copy the JARs I got using the dependencies task to the  /WEB-INF/lib directory.
I know that a work around would be to copy the JAR manually from the repository but therefore additional information would be needed in the Ant script. This would not be elegant IMHO.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Closed: (MNG-528) Ant Task that extracts/copies a JAR file to a specified location from the local repository

Posted by "Jason van Zyl (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MNG-528?page=all ]
     
Jason van Zyl closed MNG-528:
-----------------------------

    Resolution: Won't Fix

you can add a filesetId to the dependencies task that will give you the files to copy without any explicit reference to the local repository

> Ant Task that extracts/copies a JAR file to a specified location from the local repository
> ------------------------------------------------------------------------------------------
>
>          Key: MNG-528
>          URL: http://jira.codehaus.org/browse/MNG-528
>      Project: Maven 2
>         Type: New Feature
>   Components: maven-artifact
>     Versions: 2.0-alpha-3
>     Reporter: ttest

>
>
> I would like to use the Maven2 Ant tasks to resolve the dependencies of my web application. To make the dependecies availbale to my web appklcation I have to make them available in the /WEB-INF/lib directory. At the moment there is no elegant way to copy the JARs I got using the dependencies task to the  /WEB-INF/lib directory.
> I know that a work around would be to copy the JAR manually from the repository but therefore additional information would be needed in the Ant script. This would not be elegant IMHO.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org