Looks like you didn't add SVN to your PATH - the SVN installer doesn't do 
this for you. And as I recall, Tortoise SVN doesn't have the normal 
svn.exe executable - you might just want to install the standard SVN 
package.

However, Baseer is right: if you don't care about the latest code and just 
want the 2.1 branch, you don't need SVN, Ant, or Maven - just download the 
muse-2.1.0-src.zip file.

If you're using Eclipse, you can extract the -src zip file to your Eclipse 
workspace and the follow step 5 (adding the Eclipse project files):

        http://ws.apache.org/muse/source-code.html#eclipse

This will allow you to compile and build the individual modules as 
separate Eclipse projects, plus you get all of the features like 
Ctrl-click to follow code paths. When you've finished the overlay of the 
Eclipse project files, you can import all of the modules as projects using 
File > Import > Project From Existing Location.

Dan



"Vinh Nguyen \(vinguye2\)" <[EMAIL PROTECTED]> wrote on 01/26/2007 
07:46:01 PM:

> 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


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to