Consider you have maven installed at
   c:\apache-maven-2.0.8\

And the tuscany source distribution at
   c:\tuscany\tuscany-sca-1.1-incubating-src

Then you do :

c:
cd tuscany\tuscany-sca-1.1-incubating-src
c:\apache-maven-2.0.8\bin\mvn

if you want to specify any options to maven, you can do like

c:
cd tuscany\tuscany-sca-1.1-incubating-src
c:\apache-maven-2.0.8\bin\mvn -fae clean install


On Tue, Mar 25, 2008 at 2:31 PM, Jasbinder Bali <[EMAIL PROTECTED]> wrote:
> This mean cd to a directory where mvn is physically there and then simply
>  issue mvn.
>  however mvn should have some options with it like
>  mvn install or something right ?
>
>  Also, I have three things as of now.
>  1. Tuscany source code
>  2. jdk 1.0.5_06
>  3 maven 2.0.8
>
>  please let me know
>  thanks
>  jas
>
>  On Tue, Mar 25, 2008 at 4:28 PM, Luciano Resende <[EMAIL PROTECTED]>
>
>
> 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
>  >
>  > 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 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 with something like this in your
>  > >  > /etc/bashrc
>  > >  >
>  > >  > export PATH=/opt/apache-maven-2.0.8/bin:$PATH
>  > >  >
>  > >  > On Tue, Mar 25, 2008 at 2:04 PM, Jasbinder Bali <[EMAIL PROTECTED]>
>  > wrote:
>  > >  > > 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 there's no mvn there.
>  > >  > >  Can anyone tell me what needs to be done here ?
>  > >  > >
>  > >  > >  Thanks
>  > >  > >
>  > >  >
>  > >  >
>  > >  >
>  > >  > --
>  > >  > Luciano Resende
>  > >  > Apache Tuscany Committer
>  > >  > 
> http://people.apache.org/~lresende<http://people.apache.org/%7Elresende><
>  > http://people.apache.org/%7Elresende>
>  > >  > http://lresende.blogspot.com/
>  > >  >
>  > >  > ---------------------------------------------------------------------
>  > >  > To unsubscribe, e-mail: [EMAIL PROTECTED]
>  > >  > For additional commands, e-mail: [EMAIL PROTECTED]
>  > >  >
>  > >  >
>  > >
>  >
>  >
>  >
>  > --
>  > Luciano Resende
>  > Apache Tuscany Committer
>  > http://people.apache.org/~lresende <http://people.apache.org/%7Elresende>
>  > http://lresende.blogspot.com/
>  >
>  > ---------------------------------------------------------------------
>  > To unsubscribe, e-mail: [EMAIL PROTECTED]
>  > For additional commands, e-mail: [EMAIL PROTECTED]
>  >
>  >
>



-- 
Luciano Resende
Apache Tuscany Committer
http://people.apache.org/~lresende
http://lresende.blogspot.com/

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

Reply via email to