Initial tuscany run mvn problems

2008-03-25 Thread Jasbinder Bali
Hi, I have downloaded tuscany source code, JDK and maven. Quoting from the BUILDING file Building 1) Change to the top level directory of Apache Tuscany source distribution. 2) Run $ mvn running mvn fails in the dos prompt saying that it can't recognize mvn, true enough cuz

Re: Initial tuscany run mvn problems

2008-03-25 Thread Jasbinder Bali
I am working on windows. Trying to do the set up on windows. Would you have different suggestions for windows? Thanks On Tue, Mar 25, 2008 at 4:23 PM, Luciano Resende [EMAIL PROTECTED] wrote: The mvn command should be available after you install maven. You might have to add it to your path

Re: Initial tuscany run mvn problems

2008-03-25 Thread Luciano Resende
Then you just need to add to your PATH environment variable, another way to try is to just issue the command like : d:\apache-maven-2.0.8\bin\mvn On Tue, Mar 25, 2008 at 2:25 PM, Jasbinder Bali [EMAIL PROTECTED] wrote: I am working on windows. Trying to do the set up on windows. Would you

Re: Initial tuscany run mvn problems

2008-03-25 Thread Dan Becker
Luciano Resende wrote: Then you just need to add to your PATH environment variable, another way to try is to just issue the command like : d:\apache-maven-2.0.8\bin\mvn Try running this command at the command prompt or adding it to a bat file: set PATH=d:\apache-maven-2.0.8\bin\mvn;%PATH%

Re: Initial tuscany run mvn problems

2008-03-25 Thread Luciano Resende
Latest Tuscany source code (also known as trunk) is available at https://svn.apache.org/repos/asf/incubator/tuscany/java/ To download it, you can do a svn checkout of the code, below is a command to checkout the SCA project from tuscany svn repository. svn co

Re: Initial tuscany run mvn problems

2008-03-25 Thread Jasbinder Bali
to issue svn command, i think i'll have to install subversion, right? Do you want me to issue svn command in command prompt ? On Tue, Mar 25, 2008 at 4:41 PM, Luciano Resende [EMAIL PROTECTED] wrote: Latest Tuscany source code (also known as trunk) is available at

Re: Initial tuscany run mvn problems

2008-03-25 Thread Jasbinder Bali
now as per this link, it really doesn't ask you to do anything on command line, something like issuing mvn and stuff. It just uses eclipse to do a bunch of tasks. I'm not sure whats is the right way to do it now. please suggest something. thanks jas On Tue, Mar 25, 2008 at 5:16 PM, Luciano