You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cxf.apache.org by Benson Margulies <bi...@gmail.com> on 2009/03/19 01:43:33 UTC

Can't build

[INFO] Compiling 2 source files to
/Users/benson/cxf/trunk/tools/wsdlto/frontend/jaxws/target/classes
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure
error: in class file
/Users/benson/.m2/repository/org/apache/geronimo/specs/geronimo-ws-metadata_2.0_spec/1.1.2/geronimo-ws-metadata_2.0_spec-1.1.2.jar(javax/jws/soap/SOAPBinding.class):
unknown enum constant javax.jws.soap.SOAPBinding.Style.DOCUMENT


error: in class file
/Users/benson/.m2/repository/org/apache/geronimo/specs/geronimo-ws-metadata_2.0_spec/1.1.2/geronimo-ws-metadata_2.0_spec-1.1.2.jar(javax/jws/soap/SOAPBinding.class):
unknown enum constant javax.jws.soap.SOAPBinding.Style.DOCUMENT

[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 25 seconds
[INFO] Finished at: Wed Mar 18 20:43:13 EDT 2009
[INFO] Final Memory: 39M/71M
[INFO] ------------------------------------------------------------------------
/Users/benson/cxf/trunk

Re: Can't build

Posted by Benson Margulies <bi...@gmail.com>.
I forced mvn to redownload it, and it still croaked. I didn't force
our copy into my local repo.

On Wed, Mar 18, 2009 at 10:35 PM, Willem Jiang <wi...@gmail.com> wrote:
> Hi Benson,
>
> There must be something wrong with the spec jar.
> Did you try to clean it or replace with the CXF shipped jar?
>
> Willem
>
> Benson Margulies wrote:
>> [INFO] Compiling 2 source files to
>> /Users/benson/cxf/trunk/tools/wsdlto/frontend/jaxws/target/classes
>> [INFO] ------------------------------------------------------------------------
>> [ERROR] BUILD FAILURE
>> [INFO] ------------------------------------------------------------------------
>> [INFO] Compilation failure
>> error: in class file
>> /Users/benson/.m2/repository/org/apache/geronimo/specs/geronimo-ws-metadata_2.0_spec/1.1.2/geronimo-ws-metadata_2.0_spec-1.1.2.jar(javax/jws/soap/SOAPBinding.class):
>> unknown enum constant javax.jws.soap.SOAPBinding.Style.DOCUMENT
>>
>>
>> error: in class file
>> /Users/benson/.m2/repository/org/apache/geronimo/specs/geronimo-ws-metadata_2.0_spec/1.1.2/geronimo-ws-metadata_2.0_spec-1.1.2.jar(javax/jws/soap/SOAPBinding.class):
>> unknown enum constant javax.jws.soap.SOAPBinding.Style.DOCUMENT
>>
>> [INFO] ------------------------------------------------------------------------
>> [INFO] For more information, run Maven with the -e switch
>> [INFO] ------------------------------------------------------------------------
>> [INFO] Total time: 25 seconds
>> [INFO] Finished at: Wed Mar 18 20:43:13 EDT 2009
>> [INFO] Final Memory: 39M/71M
>> [INFO] ------------------------------------------------------------------------
>> /Users/benson/cxf/trunk
>>
>
>

Re: Can't build

Posted by Willem Jiang <wi...@gmail.com>.
Hi Benson,

There must be something wrong with the spec jar.
Did you try to clean it or replace with the CXF shipped jar?

Willem

Benson Margulies wrote:
> [INFO] Compiling 2 source files to
> /Users/benson/cxf/trunk/tools/wsdlto/frontend/jaxws/target/classes
> [INFO] ------------------------------------------------------------------------
> [ERROR] BUILD FAILURE
> [INFO] ------------------------------------------------------------------------
> [INFO] Compilation failure
> error: in class file
> /Users/benson/.m2/repository/org/apache/geronimo/specs/geronimo-ws-metadata_2.0_spec/1.1.2/geronimo-ws-metadata_2.0_spec-1.1.2.jar(javax/jws/soap/SOAPBinding.class):
> unknown enum constant javax.jws.soap.SOAPBinding.Style.DOCUMENT
> 
> 
> error: in class file
> /Users/benson/.m2/repository/org/apache/geronimo/specs/geronimo-ws-metadata_2.0_spec/1.1.2/geronimo-ws-metadata_2.0_spec-1.1.2.jar(javax/jws/soap/SOAPBinding.class):
> unknown enum constant javax.jws.soap.SOAPBinding.Style.DOCUMENT
> 
> [INFO] ------------------------------------------------------------------------
> [INFO] For more information, run Maven with the -e switch
> [INFO] ------------------------------------------------------------------------
> [INFO] Total time: 25 seconds
> [INFO] Finished at: Wed Mar 18 20:43:13 EDT 2009
> [INFO] Final Memory: 39M/71M
> [INFO] ------------------------------------------------------------------------
> /Users/benson/cxf/trunk
>