]
R Searls commented on JBWS-3824:
--------------------------------
Code added to generate manifest-only jar file for both wsprovide and wsconsume.
Subversion: Committed revision 19436.
repo:
"Input line is too long" when running wsprovide in fork
mode on Windows
-----------------------------------------------------------------------
Key: JBWS-3824
URL:
https://issues.jboss.org/browse/JBWS-3824
Project: JBoss Web Services
Issue Type: Bug
Components: jaxws-tools-maven-plugin
Affects Versions: jbossws-jaxws-tools-maven-plugin-1.1.2.Final
Reporter: Alessio Soldano
Assignee: R Searls
When running the tools in fork mode on Windows OS, we can end up building a command line
which is too long.
We should prevent this by using a pathing jar solution, similarly to what Surefire plugin
does (a jar with manifest pointing to the actual dependency jars).