You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "John Pfeifer (JIRA)" <ji...@apache.org> on 2006/09/12 14:35:22 UTC

[jira] Created: (AXIS2-1140) Axis2 AAR Plugin should allow dependencies to be added to the lib directory in the aar file

Axis2 AAR Plugin should allow dependencies to be added to the lib directory in the aar file
-------------------------------------------------------------------------------------------

                 Key: AXIS2-1140
                 URL: http://issues.apache.org/jira/browse/AXIS2-1140
             Project: Apache Axis 2.0 (Axis2)
          Issue Type: Bug
          Components: Tools
         Environment: All
            Reporter: John Pfeifer


Axis2 AAR files are supposed to include their dependencies in the lib file of the .aar archive.  When the .aar file is deployed, any libraries in the lib directory of the aar file are included in the classpath for the web service.  This feature should probably be optional since some users may not want to include the dependencies inside the .aar file.

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

        

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


[jira] Resolved: (AXIS2-1140) Axis2 AAR Plugin should allow dependencies to be added to the lib directory in the aar file

Posted by "Jochen Wiedmann (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/AXIS2-1140?page=all ]

Jochen Wiedmann resolved AXIS2-1140.
------------------------------------

    Fix Version/s: 1.1
       Resolution: Fixed
         Assignee: Jochen Wiedmann

Applied to the 1.1 branch.


> Axis2 AAR Plugin should allow dependencies to be added to the lib directory in the aar file
> -------------------------------------------------------------------------------------------
>
>                 Key: AXIS2-1140
>                 URL: http://issues.apache.org/jira/browse/AXIS2-1140
>             Project: Apache Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: Tools
>         Environment: All
>            Reporter: John Pfeifer
>         Assigned To: Jochen Wiedmann
>             Fix For: 1.1
>
>         Attachments: AbstractAarMojo.java
>
>
> Axis2 AAR files are supposed to include their dependencies in the lib file of the .aar archive.  When the .aar file is deployed, any libraries in the lib directory of the aar file are included in the classpath for the web service.  This feature should probably be optional since some users may not want to include the dependencies inside the .aar file.

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

        

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


[jira] Updated: (AXIS2-1140) Axis2 AAR Plugin should allow dependencies to be added to the lib directory in the aar file

Posted by "John Pfeifer (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/AXIS2-1140?page=all ]

John Pfeifer updated AXIS2-1140:
--------------------------------

    Attachment: AbstractAarMojo.java

I have made the necessary changes to fix the bug.  Basically, I copied similar code from the maven-war-plugin which puts project dependencies into the WEB-INF/lib directory.  In this case, I simply put the project dependencies in the lib directory of the .aar file.

> Axis2 AAR Plugin should allow dependencies to be added to the lib directory in the aar file
> -------------------------------------------------------------------------------------------
>
>                 Key: AXIS2-1140
>                 URL: http://issues.apache.org/jira/browse/AXIS2-1140
>             Project: Apache Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: Tools
>         Environment: All
>            Reporter: John Pfeifer
>         Attachments: AbstractAarMojo.java
>
>
> Axis2 AAR files are supposed to include their dependencies in the lib file of the .aar archive.  When the .aar file is deployed, any libraries in the lib directory of the aar file are included in the classpath for the web service.  This feature should probably be optional since some users may not want to include the dependencies inside the .aar file.

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

        

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