You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Jarek Gawor (JIRA)" <ji...@apache.org> on 2008/03/21 15:01:27 UTC

[jira] Commented: (GERONIMO-3665) Create ghell commands for wsgen and wsimport tools

    [ https://issues.apache.org/jira/browse/GERONIMO-3665?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12581080#action_12581080 ] 

Jarek Gawor commented on GERONIMO-3665:
---------------------------------------

What needs to be done to register the commands in java ee assemblies:

1) Edit etc/gsh-classworlds.conf and add the following line:

load ${gshell.home}/lib/geronimo-jaxws-builder-2.1.jar

2) Edit etc/layout.xml and add the following:

       <group>
           <name>jaxws</name>
           <nodes>
               <command>
                   <name>wsgen</name>
                   <id>geronimo-jaxws-builder:wsgen</id>
               </command>
               <command>
                   <name>wsimport</name>
                   <id>geronimo-jaxws-builder:wsimport</id>
               </command>
           </nodes>
       </group>

> Create ghell commands for wsgen and wsimport tools
> --------------------------------------------------
>
>                 Key: GERONIMO-3665
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-3665
>             Project: Geronimo
>          Issue Type: New Feature
>      Security Level: public(Regular issues) 
>    Affects Versions: 2.1
>            Reporter: Jarek Gawor
>            Assignee: Jarek Gawor
>


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