On Thu, Mar 28, 2002 at 03:45:48PM -0500, Glenn A. McAllister wrote: > I can get maven to bootstrap and install reasonably well > (./build-bootstrap.sh followed by "ant maven:install-jar" and renaming > the maven-1.0-b2-dev.jar to maven.jar)
On a side note, you no longer have to do all that "stuff" to build Maven. Just type: ant -f build-bootstrap.xml bootstrap It'll take care of all the details for you. The build documentation for Maven has been updated to reflect this recent change. > junit-xml: > [dvsl] Loading stylesheet > /export/home/glenn/maven/stylesheets/junit.dvsl > [dvsl] [error] ResourceManager : unable to find resource > 'VM_global_library.vm' in any resource loader. Although it says "[error]", this is not really an error, in fact its normal. I need to suppress this message from Velocity, but there is a little issue that is preventing me right now. > cvs-change-log: > [change-log] Error in class org.apache.maven.ChangeLog > > BUILD FAILED > > /export/home/glenn/maven/build-docs.xml:155: > java.lang.reflect.InvocationTargetException > > Unfortunately, no stack trace. Any suggestions? How about the output of ant -debug? Thanks, Pete -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
