[
https://issues.apache.org/jira/browse/GERONIMO-3665?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12581080#action_12581080
]
[EMAIL PROTECTED] edited comment on GERONIMO-3665 at 3/21/08 7:01 AM:
----------------------------------------------------------------
What needs to be done to register the commands in java ee assemblies:
1) Edit etc/gsh-classworlds.conf and add the following line:
{noformat}
load ${gshell.home}/lib/geronimo-jaxws-builder-2.1.jar
{noformat}
2) Edit etc/layout.xml and add the following:
{noformat}
<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>
{noformat}
was (Author: [EMAIL PROTECTED]):
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.