Re: Missing OM* classes

2009-09-03 Thread Daniel Kulp

I'm not sure why you would be getting that error.   We don't reference 
org.apache.axiom.om.OMElement
(or any other org.apache.axiom things) in our code at all.   Thus, the 
compiler should never need to parse it.

Very strange.

Dan


On Tue September 1 2009 4:39:34 am karypid wrote:
 Ok, so I've added the dependency in cxf-api/pom.xml, which allowed
 compilation to proceed:
 
   dependency
   groupIdorg.apache.ws.commons.axiom/groupId
   artifactIdaxiom-impl/artifactId
   version1.2.7/version
   /dependency
 
 Is this an omission? I downloaded my local copy from:
 
 http://svn.apache.org/repos/asf/cxf/tags/cxf-2.2.3
 
 Is that not the official release tag?
 
 karypid wrote:
  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] Compiling 263 source files to
  D:\aiq\jbossws\projects\cxf-2.2.3\api\target\classes
  [INFO]
  
  [ERROR] BUILD FAILURE
  [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;
^
  ...
 

-- 
Daniel Kulp
dk...@apache.org
http://www.dankulp.com/blog


Re: Missing OM* classes

2009-09-01 Thread karypid

Ok, so I've added the dependency in cxf-api/pom.xml, which allowed
compilation to proceed:

dependency
groupIdorg.apache.ws.commons.axiom/groupId
artifactIdaxiom-impl/artifactId
version1.2.7/version
/dependency

Is this an omission? I downloaded my local copy from:

http://svn.apache.org/repos/asf/cxf/tags/cxf-2.2.3

Is that not the official release tag?


karypid wrote:
 
 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] Compiling 263 source files to 
 D:\aiq\jbossws\projects\cxf-2.2.3\api\target\classes
 [INFO] 
 
 [ERROR] BUILD FAILURE
 [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;
   ^
 ...
 

-- 
View this message in context: 
http://www.nabble.com/Missing-OM*-classes-tp25224076p25236469.html
Sent from the cxf-dev mailing list archive at Nabble.com.