bch007 / eid-idp

Automatically exported from code.google.com/p/eid-idp
Other
0 stars 0 forks source link

Building from source fails, wsimport -encoding #11

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Oracle Java JDK 1.7.0.45 (32-bit) with Netbeans 7.4

Checking out of latest source, building from scratch yields this error:

Processing: 
.../NetBeansProjects/idp/trunk/eid-idp-ws-trust/src/wsdl/ws-trust-1.3.wsdl
jaxws:wsimport args: ...
unrecognized parameter -encoding

Usage: wsimport [options] <WSDL_URI>
....

Apparently jaxws-tools 2.2.5 does not support encoding parameter.
Changing version to 2.2.6 in eid-idp-ws-trust\pom.xml seems to fix it.

Original issue reported on code.google.com by bhfed...@gmail.com on 31 Oct 2013 at 7:38