javaee / metro-jaxws-commons

Metro has been contributed to Eclipse Foundation. This repository is for legacy review only. Please refer to the Eclipse EE4J Metro project for the very latest
https://eclipse-ee4j.github.io/metro-wsit/
Other
10 stars 9 forks source link

Allow "fork" #81

Closed glassfishrobot closed 11 years ago

glassfishrobot commented 12 years ago

Instead of forcing a requirement to use the Sun reference implementation of wsimport, I suggest a code change to allow forking the process and execute "wsimport" as a shell command.

This will allow the use of the IBM wsimport command

Environment

IBM JDK

glassfishrobot commented 12 years ago

Reported by atrajano

glassfishrobot commented 12 years ago

@lukasj said: primary focus of this plugin is Metro itself (JAX-WS RI + some other stuff), eventually Oracle's JDK but will look at this for the next version

glassfishrobot commented 11 years ago

@lukasj said: wsgen/wsimport tools are invoked as forked from revision 1012 - this is tied to Sun/Oracle implementations available in maven repo.

If other tools are required - be it directly from Sun/Oracle or IBM JDK - it can be passed to mojos as executable. In that case passed in binary executable file is responsible for handling all arguments available in Sun/Oracle's JDK. Possible limitations can be workarounded either by using args or by some wrapper script.

http://java.net/projects/jax-ws-commons/sources/svn/revision/1015 http://java.net/projects/jax-ws-commons/sources/svn/revision/1017 http://java.net/projects/jax-ws-commons/sources/svn/revision/1018 (test)

glassfishrobot commented 11 years ago

@lukasj said: closing issues after 2.2.1 release

glassfishrobot commented 7 years ago

This issue was imported from java.net JIRA JAX_WS_COMMONS-81

glassfishrobot commented 11 years ago

Marked as fixed on Monday, February 25th 2013, 5:33:42 pm