Hi all,

I'm having a problems compiling CXF 2.2.3. Very early, when it reaches "Apache CXF API" it hits errors for missing the AXIOM classes:

[INFO] ------------------------------------------------------------------------
[INFO] Building Apache CXF API
[INFO]    task-segment: [install]
[INFO] ------------------------------------------------------------------------
[INFO] [dependency:unpack {execution: unpack-schemas}]
[INFO] Configured Artifact: org.apache.cxf:cxf-common-schemas:2.2.3:jar
[INFO] Unpacking D:\.m2\repository\org\apache\cxf\cxf-common-schemas\2.2.3\cxf-common-schemas-2.2.3.jar to
 D:\aiq\jbossws\projects\cxf-2.2.3\api\target\schemas
  with includes null and excludes:null
[INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
[INFO] [cxf-common-xsd:xsdtojava {execution: generate-sources}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 15 resources
[INFO] skip non existing resourceDirectory D:\aiq\jbossws\projects\cxf-2.2.3\api\src\main\resources [INFO] skip non existing resourceDirectory D:\aiq\jbossws\projects\cxf-2.2.3\api\src\main\resources-filtered [INFO] skip non existing resourceDirectory D:\aiq\jbossws\projects\cxf-2.2.3\api\target\generated\src\main\resources
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 263 source files to D:\aiq\jbossws\projects\cxf-2.2.3\api\target\classes [INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure

could not parse error message: org\apache\neethi\PolicyReference.java(org\apache\neethi:PolicyReference.java):35: package org.apache.axiom.om does not exist
import org.apache.axiom.om.OMElement;
                         ^

could not parse error message: org\apache\neethi\PolicyReference.java(org\apache\neethi:PolicyReference.java):36: package org.apache.axiom.om.impl.builder does not exist
import org.apache.axiom.om.impl.builder.StAXOMBuilder;
.....GOES ON LIKE THIS


Reply via email to