Bertrand Delacretaz wrote: > Le 6 janv. 06, à 02:43, Jorg Heymans a écrit : >> ...things are still pretty rough overall, expect improvements soon.. > > FYI, I tried > > mvn -Dmaven.test.skip=true compile > > after doing svn up and mvn clean, and compilation fails here (macosx / > JDK 1.4.2): > > ... > Compiling 690 source files to > /Users/bert/workspace/apache/cocoon/trunk/cocoon-core/target/classes > ... > /Users/bert/workspace/apache/cocoon/trunk/cocoon-core/src/main/java/org/apache/cocoon/xml/dom/DocumentWrapper.java:[26,19] > cannot resolve symbol > symbol : class DOMConfiguration > location: package dom >
Are you still on mvn 2.0 by any chance? I remember there were some problems with xml-apis relocation code in 2.0. Try upgrading to 2.0.1 or one of the latest snapshots (http://maven.zones.apache.org/~maven/builds/branches/maven-2.0.x/) Even so, there are still a few repo problems apparently which i didn't spot until now when i tried compiling with a clean repository. If you want to try with a clean repo do mvn -s settings.xml ... . It will create a tempRepo directory in trunk and download everything new. This is the best way to make sure all dependencies are downloadable somewhere. Thanks for testing! Jorg