I am trying to write a testcase for a bug, but I can't build trunk at the moment. It's missing ObjectResolver and DefaultObjectResolver in package org.codehaus.xfire.service, used by xfire-annotations:

[INFO] Compilation failure

/home/bruyeron/workspace3/xfire-trunk2/xfire-annotations/src/main/org/codehaus/xfire/annotations/AnnotationServiceFactory.java:[22,33] cannot find symbol
symbol  : class DefaultObjectResolver
location: package org.codehaus.xfire.service

/home/bruyeron/workspace3/xfire-trunk2/xfire-annotations/src/main/org/codehaus/xfire/annotations/AnnotationServiceFactory.java:[23,33] cannot find symbol
symbol  : class ObjectResolver
location: package org.codehaus.xfire.service

/home/bruyeron/workspace3/xfire-trunk2/xfire-annotations/src/main/org/codehaus/xfire/annotations/AnnotationServiceFactory.java:[49,12] cannot find symbol
symbol  : class ObjectResolver
location: class org.codehaus.xfire.annotations.AnnotationServiceFactory

/home/bruyeron/workspace3/xfire-trunk2/xfire-annotations/src/main/org/codehaus/xfire/annotations/AnnotationServiceFactory.java:[320,11] cannot find symbol
symbol  : class ObjectResolver
location: class org.codehaus.xfire.annotations.AnnotationServiceFactory

/home/bruyeron/workspace3/xfire-trunk2/xfire-annotations/src/main/org/codehaus/xfire/annotations/AnnotationServiceFactory.java:[325,31] cannot find symbol
symbol  : class ObjectResolver
location: class org.codehaus.xfire.annotations.AnnotationServiceFactory

/home/bruyeron/workspace3/xfire-trunk2/xfire-annotations/src/main/org/codehaus/xfire/annotations/AnnotationServiceFactory.java:[49,48] cannot find symbol
symbol  : class DefaultObjectResolver
location: class org.codehaus.xfire.annotations.AnnotationServiceFactory

/home/bruyeron/workspace3/xfire-trunk2/xfire-annotations/src/main/org/codehaus/xfire/annotations/AnnotationServiceFactory.java:[332,8] cannot find symbol
symbol  : class ObjectResolver
location: class org.codehaus.xfire.annotations.AnnotationServiceFactory


I am building using jdk6 like this:
% mvn6 clean install -Dxfire.java5=true -Dmaven.test.skip=true

(I have to skip tests otherwise xfire-aegis fails the MapTypeTest)

What's the catch? It looks like the repo is like this since mid-May - has it moved somewhere else?

 - Renaud


---------------------------------------------------------------------
To unsubscribe from this list please visit:

   http://xircles.codehaus.org/manage_email

Reply via email to