Stefan Bodewig wrote: > >> Doing an explicit build of XO (using Ant's <javac> task directly) >> might help work around these issues. > > This is one of two possible solutions: > > (1) build the stuff Maven depends upon without Maven > > (2) bootstrap Maven with some precompiled dependencies, build the > stuff Maven depends upon with the bootstrapped Maven version, rebuild > Maven with the latest dependencies.
A third option is for the bootstrap of Maven to compile some of it's dependencies itself. The Tomcat projects are headed in this direction. - Sam Ruby -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
