Hello Martin, I was curious if we really have a building problem when starting with the trunk zip...
I took the trunk.zip from the link you write above and Java 6 and Maven 2.0.9 - and I even removed the castor stuff from my local Maven repository... but sorry mvn clean install is successful I also had a look onto the log file you provided -> the code generation step in your build has either failed was was not executed and this causes the compilation errors is it possible that you have a modified castor-maven-plugin in your Maven repository? HTH Joachim 2008/11/3 Martin S. Weber <[EMAIL PROTECTED]>: > Quoting "Werner Guttmann" <[EMAIL PROTECTED]>: >> >> (...) >> That's odd, as this basically does a SVN checkout behind the scenes, >> packages the files obtaind and ships it to you. (...) > > Well if you want to amuse yourself, have a look at > http://ayaken.net/mvn.log > (which is result of running mvn -e clean install > ..\mvn.log in trunk dir). > > java is: > ...\Desktop\trunk>java -version > java version "1.6.0_10" > Java(TM) SE Runtime Environment (build 1.6.0_10-b33) > Java HotSpot(TM) Client VM (build 11.0-b15, mixed mode, sharing) > > maven is: > ...\Desktop\trunk>mvn --version > Maven version: 2.0.9 > Java version: 1.6.0_10 > OS name: "windows xp" version: "5.1" arch: "x86" Family: "windows" > > Next steps: pack up a unit test case triggering the problem that made me > want to build it in the first place and test your suggested solution (using > a mapping file although I'm pretty confident that that'll work -- it'll > remove the clashes which you produce, so why should it fail?) although I > still think the real bug is that you produce clashing symbols in the first > place. > > Regards, > > -Martin > > --------------------------------------------------------------------- > To unsubscribe from this list, please visit: > > http://xircles.codehaus.org/manage_email > > > --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email

