For debugging purposes, I'd like to get only the Muse 2.1.0 source code by following the instructions on the Muse webpage: http://ws.apache.org/muse/source-code.html But I am running into errors. Here's the steps I took: 1) Installed Ant 1.6.5. Then added the \bin to my PATH variable. 2) Installed Maven 2.0.4. Then added the \bin to my PATH variable. 3) Installed TortoiseSVN. Then restarted my machine. 4) Downloaded the build.xml from the link above. Then ran "ant" to execute the build. I get the following error: C:\dev\Muse-2.1.0>ant Buildfile: build.xml cond_check: check_environment: checkout: [echo] A copy of this output is in C:\dev\Muse-2.1.0/log.txt BUILD FAILED C:\dev\Muse-2.1.0\build.xml:51: Execute failed: java.io.IOException: CreateProcess: svn co http://svn.apache.org/repos/asf/webservices/muse/trunk/modules modules --non-i nteractive error=2 Total time: 0 seconds
Am I missing a step? I also tried to run "svn" at the command line, but the command is not recognized. -Vinh
