You are viewing a plain text version of this content. The canonical link for it is here.
Posted to muse-user@ws.apache.org by "Vinh Nguyen (vinguye2)" <vi...@cisco.com> on 2007/01/27 01:46:01 UTC

how to get 2.1.0 src

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

Re: how to get 2.1.0 src

Posted by Daniel Jemiolo <da...@us.ibm.com>.
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\)" <vi...@cisco.com> 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: muse-user-unsubscribe@ws.apache.org
For additional commands, e-mail: muse-user-help@ws.apache.org


RE: how to get 2.1.0 src

Posted by "Baseer Khan (bakhan)" <ba...@cisco.com>.
Avoid going through SVN. Just directly get the sources from zip file and
drop it in the project structure.

--Baseer 

-----Original Message-----
From: Vinh Nguyen (vinguye2) 
Sent: Friday, January 26, 2007 4:46 PM
To: muse-user@ws.apache.org
Subject: how to get 2.1.0 src

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: muse-user-unsubscribe@ws.apache.org
For additional commands, e-mail: muse-user-help@ws.apache.org