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 "saminda wijeratne (JIRA)" <ji...@apache.org> on 2008/06/13 12:10:46 UTC

[jira] Created: (AXIS2-3855) automate the axis2 tools eclipse plugin projects creations at the maven2 at build time with additional parameters

automate the axis2 tools eclipse plugin projects creations at the maven2 at build time with additional parameters
-----------------------------------------------------------------------------------------------------------------

                 Key: AXIS2-3855
                 URL: https://issues.apache.org/jira/browse/AXIS2-3855
             Project: Axis 2.0 (Axis2)
          Issue Type: Bug
          Components: Tools
            Reporter: saminda wijeratne


Currently after the build we cannot directly import the both eclipse-services and the eclipse-codegen plugins as plugin projects to eclipse without manually copying the contents of the conf folder to the relevant project locations. We need to improve the maven2 build of these two projects to automate to copy these.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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


[jira] Commented: (AXIS2-3855) automate the axis2 tools eclipse plugin projects creations at the maven2 at build time with additional parameters

Posted by "Lahiru Sandakith (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AXIS2-3855?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12610561#action_12610561 ] 

Lahiru Sandakith commented on AXIS2-3855:
-----------------------------------------

patch committed , thanks saminda. 

svn commit -m "Applying patch by saminda wijerathne. This patch will add the stax dependency to the plugin"
Sending        axis2-eclipse-codegen-plugin/pom.xml
Transmitting file data .
Committed revision 674019.


> automate the axis2 tools eclipse plugin projects creations at the maven2 at build time with additional parameters
> -----------------------------------------------------------------------------------------------------------------
>
>                 Key: AXIS2-3855
>                 URL: https://issues.apache.org/jira/browse/AXIS2-3855
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: Tools
>            Reporter: saminda wijeratne
>            Assignee: Lahiru Sandakith
>         Attachments: AXIS2-3855-patch-service-plugin.txt, AXIS2-3855_missing_geranimo_stax_and_filter.txt, patch.txt
>
>
> Currently after the build we cannot directly import the both eclipse-services and the eclipse-codegen plugins as plugin projects to eclipse without manually copying the contents of the conf folder to the relevant project locations. We need to improve the maven2 build of these two projects to automate to copy these.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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


[jira] Assigned: (AXIS2-3855) automate the axis2 tools eclipse plugin projects creations at the maven2 at build time with additional parameters

Posted by "Lahiru Sandakith (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2-3855?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Lahiru Sandakith reassigned AXIS2-3855:
---------------------------------------

    Assignee: Lahiru Sandakith

> automate the axis2 tools eclipse plugin projects creations at the maven2 at build time with additional parameters
> -----------------------------------------------------------------------------------------------------------------
>
>                 Key: AXIS2-3855
>                 URL: https://issues.apache.org/jira/browse/AXIS2-3855
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: Tools
>            Reporter: saminda wijeratne
>            Assignee: Lahiru Sandakith
>         Attachments: patch.txt
>
>
> Currently after the build we cannot directly import the both eclipse-services and the eclipse-codegen plugins as plugin projects to eclipse without manually copying the contents of the conf folder to the relevant project locations. We need to improve the maven2 build of these two projects to automate to copy these.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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


[jira] Updated: (AXIS2-3855) automate the axis2 tools eclipse plugin projects creations at the maven2 at build time with additional parameters

Posted by "saminda wijeratne (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2-3855?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

saminda wijeratne updated AXIS2-3855:
-------------------------------------

    Attachment: AXIS2-3855_missing_filters.txt

this is an additional patch for the patch.txt. when you build from the begining the stax-api and the stax-impl versions are not reflected in the .classpath when filtering is applied. therefore i added specifically these filters in the pom so that .classpath will be properly filtered before being copied to the project folder.

> automate the axis2 tools eclipse plugin projects creations at the maven2 at build time with additional parameters
> -----------------------------------------------------------------------------------------------------------------
>
>                 Key: AXIS2-3855
>                 URL: https://issues.apache.org/jira/browse/AXIS2-3855
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: Tools
>            Reporter: saminda wijeratne
>            Assignee: Lahiru Sandakith
>         Attachments: AXIS2-3855-patch-service-plugin.txt, AXIS2-3855_missing_filters.txt, patch.txt
>
>
> Currently after the build we cannot directly import the both eclipse-services and the eclipse-codegen plugins as plugin projects to eclipse without manually copying the contents of the conf folder to the relevant project locations. We need to improve the maven2 build of these two projects to automate to copy these.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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


[jira] Updated: (AXIS2-3855) automate the axis2 tools eclipse plugin projects creations at the maven2 at build time with additional parameters

Posted by "saminda wijeratne (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2-3855?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

saminda wijeratne updated AXIS2-3855:
-------------------------------------

    Attachment: patch.txt

This patch will contain the necessary changes to create the axis2 eclipse codegen plugin project. however the ant commands which copy the dependant jar files are commented. when u want to create the eclipse plugin project for codegen uncomment the lines in pom.xml of axis2.eclipse.codegen.... plugin which copies the jars and build the project using 
"$maven2 clean install"

> automate the axis2 tools eclipse plugin projects creations at the maven2 at build time with additional parameters
> -----------------------------------------------------------------------------------------------------------------
>
>                 Key: AXIS2-3855
>                 URL: https://issues.apache.org/jira/browse/AXIS2-3855
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: Tools
>            Reporter: saminda wijeratne
>         Attachments: patch.txt
>
>
> Currently after the build we cannot directly import the both eclipse-services and the eclipse-codegen plugins as plugin projects to eclipse without manually copying the contents of the conf folder to the relevant project locations. We need to improve the maven2 build of these two projects to automate to copy these.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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


[jira] Updated: (AXIS2-3855) automate the axis2 tools eclipse plugin projects creations at the maven2 at build time with additional parameters

Posted by "saminda wijeratne (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2-3855?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

saminda wijeratne updated AXIS2-3855:
-------------------------------------

    Attachment:     (was: AXIS2-3855_missing_filters.txt)

> automate the axis2 tools eclipse plugin projects creations at the maven2 at build time with additional parameters
> -----------------------------------------------------------------------------------------------------------------
>
>                 Key: AXIS2-3855
>                 URL: https://issues.apache.org/jira/browse/AXIS2-3855
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: Tools
>            Reporter: saminda wijeratne
>            Assignee: Lahiru Sandakith
>         Attachments: AXIS2-3855-patch-service-plugin.txt, AXIS2-3855_missing_geranimo_stax_and_filter.txt, patch.txt
>
>
> Currently after the build we cannot directly import the both eclipse-services and the eclipse-codegen plugins as plugin projects to eclipse without manually copying the contents of the conf folder to the relevant project locations. We need to improve the maven2 build of these two projects to automate to copy these.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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


[jira] Updated: (AXIS2-3855) automate the axis2 tools eclipse plugin projects creations at the maven2 at build time with additional parameters

Posted by "saminda wijeratne (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2-3855?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

saminda wijeratne updated AXIS2-3855:
-------------------------------------

    Attachment: AXIS2-3855_missing_geranimo_stax_and_filter.txt

this is an additional patch for the patch.txt. when you build from the begining the stax-impl version is not reflected in the .classpath when filtering is applied. therefore i added specifically this filter in the pom so that .classpath will be properly filtered before being copied to the project folder. Also the project requires the geranimo stax api instead of stax-api. so i replaced the relevant code in .classpath and pom to have geranimo stax.

> automate the axis2 tools eclipse plugin projects creations at the maven2 at build time with additional parameters
> -----------------------------------------------------------------------------------------------------------------
>
>                 Key: AXIS2-3855
>                 URL: https://issues.apache.org/jira/browse/AXIS2-3855
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: Tools
>            Reporter: saminda wijeratne
>            Assignee: Lahiru Sandakith
>         Attachments: AXIS2-3855-patch-service-plugin.txt, AXIS2-3855_missing_geranimo_stax_and_filter.txt, patch.txt
>
>
> Currently after the build we cannot directly import the both eclipse-services and the eclipse-codegen plugins as plugin projects to eclipse without manually copying the contents of the conf folder to the relevant project locations. We need to improve the maven2 build of these two projects to automate to copy these.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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


[jira] Resolved: (AXIS2-3855) automate the axis2 tools eclipse plugin projects creations at the maven2 at build time with additional parameters

Posted by "Lahiru Sandakith (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2-3855?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Lahiru Sandakith resolved AXIS2-3855.
-------------------------------------

    Resolution: Fixed

Resolving the issue. 

Commit Log 
=======

svn commit -m "committing the  AXIS2-3855-patch-service-plugin.txt by saminda wijeratne for the issue 3855"
Sending        modules/tool/axis2-eclipse-service-plugin/pom.xml
Sending        modules/tool/conf/service/.classpath
Transmitting file data ..
Committed revision 673001.


> automate the axis2 tools eclipse plugin projects creations at the maven2 at build time with additional parameters
> -----------------------------------------------------------------------------------------------------------------
>
>                 Key: AXIS2-3855
>                 URL: https://issues.apache.org/jira/browse/AXIS2-3855
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: Tools
>            Reporter: saminda wijeratne
>            Assignee: Lahiru Sandakith
>         Attachments: AXIS2-3855-patch-service-plugin.txt, patch.txt
>
>
> Currently after the build we cannot directly import the both eclipse-services and the eclipse-codegen plugins as plugin projects to eclipse without manually copying the contents of the conf folder to the relevant project locations. We need to improve the maven2 build of these two projects to automate to copy these.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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


[jira] Updated: (AXIS2-3855) automate the axis2 tools eclipse plugin projects creations at the maven2 at build time with additional parameters

Posted by "saminda wijeratne (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2-3855?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

saminda wijeratne updated AXIS2-3855:
-------------------------------------

    Attachment: AXIS2-3855-patch-service-plugin.txt

This patch will contain the necessary changes to create the axis2 eclipse service plugin project. however the ant commands which copy the dependant jar files are commented. when u want to create the eclipse plugin project for service uncomment the lines in pom.xml of axis2.eclipse.service.... plugin which copies the jars and build the project using
"$maven2 clean install" 

> automate the axis2 tools eclipse plugin projects creations at the maven2 at build time with additional parameters
> -----------------------------------------------------------------------------------------------------------------
>
>                 Key: AXIS2-3855
>                 URL: https://issues.apache.org/jira/browse/AXIS2-3855
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: Tools
>            Reporter: saminda wijeratne
>            Assignee: Lahiru Sandakith
>         Attachments: AXIS2-3855-patch-service-plugin.txt, patch.txt
>
>
> Currently after the build we cannot directly import the both eclipse-services and the eclipse-codegen plugins as plugin projects to eclipse without manually copying the contents of the conf folder to the relevant project locations. We need to improve the maven2 build of these two projects to automate to copy these.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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


[jira] Updated: (AXIS2-3855) automate the axis2 tools eclipse plugin projects creations at the maven2 at build time with additional parameters

Posted by "saminda wijeratne (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2-3855?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

saminda wijeratne updated AXIS2-3855:
-------------------------------------

    Comment: was deleted

> automate the axis2 tools eclipse plugin projects creations at the maven2 at build time with additional parameters
> -----------------------------------------------------------------------------------------------------------------
>
>                 Key: AXIS2-3855
>                 URL: https://issues.apache.org/jira/browse/AXIS2-3855
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: Tools
>            Reporter: saminda wijeratne
>            Assignee: Lahiru Sandakith
>         Attachments: AXIS2-3855-patch-service-plugin.txt, AXIS2-3855_missing_geranimo_stax_and_filter.txt, patch.txt
>
>
> Currently after the build we cannot directly import the both eclipse-services and the eclipse-codegen plugins as plugin projects to eclipse without manually copying the contents of the conf folder to the relevant project locations. We need to improve the maven2 build of these two projects to automate to copy these.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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


[jira] Commented: (AXIS2-3855) automate the axis2 tools eclipse plugin projects creations at the maven2 at build time with additional parameters

Posted by "Lahiru Sandakith (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AXIS2-3855?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12608348#action_12608348 ] 

Lahiru Sandakith commented on AXIS2-3855:
-----------------------------------------

I have reviewed and committed this patch in to the trunk. Committed on New Revision: 671485

Thanks Saminda, its great that we have this improvement on directly importing the plugin project in to eclipse workbench for developers for directly to startup developing with out manual classpath and other setting altering. 

I have tested this patch with latest eclipse jee ganymede and with maven 2.0.8

> automate the axis2 tools eclipse plugin projects creations at the maven2 at build time with additional parameters
> -----------------------------------------------------------------------------------------------------------------
>
>                 Key: AXIS2-3855
>                 URL: https://issues.apache.org/jira/browse/AXIS2-3855
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: Tools
>            Reporter: saminda wijeratne
>            Assignee: Lahiru Sandakith
>         Attachments: patch.txt
>
>
> Currently after the build we cannot directly import the both eclipse-services and the eclipse-codegen plugins as plugin projects to eclipse without manually copying the contents of the conf folder to the relevant project locations. We need to improve the maven2 build of these two projects to automate to copy these.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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


[jira] Closed: (AXIS2-3855) automate the axis2 tools eclipse plugin projects creations at the maven2 at build time with additional parameters

Posted by "saminda wijeratne (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2-3855?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

saminda wijeratne closed AXIS2-3855.
------------------------------------


fixed

> automate the axis2 tools eclipse plugin projects creations at the maven2 at build time with additional parameters
> -----------------------------------------------------------------------------------------------------------------
>
>                 Key: AXIS2-3855
>                 URL: https://issues.apache.org/jira/browse/AXIS2-3855
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: Tools
>            Reporter: saminda wijeratne
>            Assignee: Lahiru Sandakith
>         Attachments: AXIS2-3855-patch-service-plugin.txt, AXIS2-3855_missing_geranimo_stax_and_filter.txt, patch.txt
>
>
> Currently after the build we cannot directly import the both eclipse-services and the eclipse-codegen plugins as plugin projects to eclipse without manually copying the contents of the conf folder to the relevant project locations. We need to improve the maven2 build of these two projects to automate to copy these.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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