You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@tuscany.apache.org by Jasbinder Bali <js...@gmail.com> on 2008/03/25 22:04:22 UTC

Initial tuscany run mvn problems

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

Re: Initial tuscany run mvn problems

Posted by Dan Becker <da...@gmail.com>.
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%


-- 
Thanks, Dan Becker

---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-user-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-user-help@ws.apache.org


Re: Initial tuscany run mvn problems

Posted by Jasbinder Bali <js...@gmail.com>.
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 Resende <lu...@gmail.com>
wrote:

> What's your goal ? Probably your next step is to generate eclipse
> project files and load the source into eclipse for further
> investigation and execution of samples ?
>
> Another good approach is to follow the Getting started document, that
> gives you step by step directions on how to build a store application
> using Tuscany.
>
> [1] http://incubator.apache.org/tuscany/getting-started-with-tuscany.html
>
> On Tue, Mar 25, 2008 at 3:01 PM, Jasbinder Bali <js...@gmail.com> wrote:
> > So I have been successful up till here as per instructions in the
> BUILDING
> >  FILE
> >
> >
> >  Building
> >  --------
> >
> >  1) Change to the top level directory of Apache Tuscany source
> distribution.
> >  2) Run
> >
> >     $> mvn
> >
> >    This will compile Apache Tuscany and run all of the tests in the
> source
> >    distribution.
> >
> >    Depending on the load of remote Maven 2.0 repositories, you may have
> >    to run "mvn" several times utill the required dependencies are
> >    all located in your local maven repository. It usually takes some
> time
> >  for
> >    maven to download required dependencies in the first build. Once all
> the
> >    dependencies have been downloaded you may use the -o option to run
> maven
> >    in offline mode, for example, 'mvn clean install -o'.
> >
> >
> >  Building the distributions
> >  --------------------------
> >
> >  1) Change to the distributions folder
> >  2) Run
> >
> >     $> mvn
> >
> >    This will build the binary and source distribution with .zip and .gz
> >    formats in the distribution/target directory.
> >
> >  What needs to be done after that ?
> >
> >  Thanks
> >
> >  On Tue, Mar 25, 2008 at 4:54 PM, Luciano Resende <lu...@gmail.com>
> >
> >
> > wrote:
> >
> >  > I'd recommend starting with stable source from a source distribution,
> >  > as you are doing now.
> >  >
> >  > Once you are comfortable with that, try either subversion client, or
> >  > something more integrated with windows and more easy to use such as
> >  > TortoiseSVN.
> >  >
> >  > On Tue, Mar 25, 2008 at 2:44 PM, Jasbinder Bali <js...@gmail.com>
> wrote:
> >  > > 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 <
> luckbr1975@gmail.com>
> >  > >
> >  > >
> >  > > wrote:
> >  > >
> >  > >  > 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
> https://svn.apache.org/repos/asf/incubator/tuscany/java/sca
> >  > >  >
> >  > >  > Let me know if this helps.
> >  > >  >
> >  > >  >
> >  > >  > On Tue, Mar 25, 2008 at 2:34 PM, Jasbinder Bali <
> jsbali@gmail.com>
> >  > wrote:
> >  > >  > > also where do you suggest to download tuscany source code
> from?
> >  > >  > >  Thanks
> >  > >  > >  jas
> >  > >  > >
> >  > >  > >
> >  > >  > >
> >  > >  > >  On Tue, Mar 25, 2008 at 4:31 PM, Jasbinder Bali <
> jsbali@gmail.com>
> >  > >  > 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 <
> >  > >  > luckbr1975@gmail.com>
> >  > >  > >  > 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 <
> >  > jsbali@gmail.com>
> >  > >  > >  > > 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 <
> >  > >  > >  > > luckbr1975@gmail.com>
> >  > >  > >  > > >  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 <
> >  > >  > jsbali@gmail.com>
> >  > >  > >  > > 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://people.apache.org/%7Elresende>
> >  > >  > <http://people.apache.org/%7Elresende><
> >  > >  > >  > > http://people.apache.org/%7Elresende>
> >  > >  > >  > > >  > http://lresende.blogspot.com/
> >  > >  > >  > > >  >
> >  > >  > >  > > >  >
> >  > >  > >  > >
> >  > >  >
> ---------------------------------------------------------------------
> >  > >  > >  > > >  > To unsubscribe, e-mail:
> >  > tuscany-user-unsubscribe@ws.apache.org
> >  > >  > >  > > >  > For additional commands, e-mail:
> >  > >  > tuscany-user-help@ws.apache.org
> >  > >  > >  > > >  >
> >  > >  > >  > > >  >
> >  > >  > >  > > >
> >  > >  > >  > >
> >  > >  > >  > >
> >  > >  > >  > >
> >  > >  > >  > > --
> >  > >  > >  > > Luciano Resende
> >  > >  > >  > > Apache Tuscany Committer
> >  > >  > >  > > http://people.apache.org/~lresende<http://people.apache.org/%7Elresende>
> <http://people.apache.org/%7Elresende>
> >  > <http://people.apache.org/%7Elresende>
> >  > >  > <http://people.apache.org/%7Elresende>
> >  > >  > >  > > http://lresende.blogspot.com/
> >  > >  > >  > >
> >  > >  > >  > >
> >  > >  >
> ---------------------------------------------------------------------
> >  > >  > >  > > To unsubscribe, e-mail:
> tuscany-user-unsubscribe@ws.apache.org
> >  > >  > >  > > For additional commands, e-mail:
> >  > tuscany-user-help@ws.apache.org
> >  > >  > >  > >
> >  > >  > >  > >
> >  > >  > >  >
> >  > >  > >
> >  > >  >
> >  > >  >
> >  > >  >
> >  > >  > --
> >  > >  > Luciano Resende
> >  > >  > Apache Tuscany Committer
> >  > >  > http://people.apache.org/~lresende<http://people.apache.org/%7Elresende>
> <http://people.apache.org/%7Elresende><
> >  > http://people.apache.org/%7Elresende>
> >  > >  > http://lresende.blogspot.com/
> >  > >  >
> >  > >  >
> ---------------------------------------------------------------------
> >  > >  > To unsubscribe, e-mail: tuscany-user-unsubscribe@ws.apache.org
> >  > >  > For additional commands, e-mail: tuscany-user-help@ws.apache.org
> >  > >  >
> >  > >  >
> >  > >
> >  >
> >  >
> >  >
> >  > --
> >  > 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: tuscany-user-unsubscribe@ws.apache.org
> >  > For additional commands, e-mail: tuscany-user-help@ws.apache.org
> >  >
> >  >
> >
>
>
>
> --
> Luciano Resende
> Apache Tuscany Committer
> http://people.apache.org/~lresende <http://people.apache.org/%7Elresende>
> http://lresende.blogspot.com/
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tuscany-user-unsubscribe@ws.apache.org
> For additional commands, e-mail: tuscany-user-help@ws.apache.org
>
>

Re: Initial tuscany run mvn problems

Posted by Luciano Resende <lu...@gmail.com>.
What failures ? in witch module ?

mvn -fae should get you further.

On Tue, Mar 25, 2008 at 3:22 PM, Jasbinder Bali <js...@gmail.com> wrote:
> I am getting build failures now.
>  How should i go about it?
>  Do you have any suggestions ?
>
>  when i run mvn in top root folder of tuscany source code, it say
>  [ERROR] BUILD FAILURE
>  [INFO] There are test failures
>
>
>  On Tue, Mar 25, 2008 at 5:16 PM, Luciano Resende <lu...@gmail.com>
>
>
> wrote:
>
>  > What's your goal ? Probably your next step is to generate eclipse
>  > project files and load the source into eclipse for further
>  > investigation and execution of samples ?
>  >
>  > Another good approach is to follow the Getting started document, that
>  > gives you step by step directions on how to build a store application
>  > using Tuscany.
>  >
>  > [1] http://incubator.apache.org/tuscany/getting-started-with-tuscany.html
>  >
>  > On Tue, Mar 25, 2008 at 3:01 PM, Jasbinder Bali <js...@gmail.com> wrote:
>  > > So I have been successful up till here as per instructions in the
>  > BUILDING
>  > >  FILE
>  > >
>  > >
>  > >  Building
>  > >  --------
>  > >
>  > >  1) Change to the top level directory of Apache Tuscany source
>  > distribution.
>  > >  2) Run
>  > >
>  > >     $> mvn
>  > >
>  > >    This will compile Apache Tuscany and run all of the tests in the
>  > source
>  > >    distribution.
>  > >
>  > >    Depending on the load of remote Maven 2.0 repositories, you may have
>  > >    to run "mvn" several times utill the required dependencies are
>  > >    all located in your local maven repository. It usually takes some
>  > time
>  > >  for
>  > >    maven to download required dependencies in the first build. Once all
>  > the
>  > >    dependencies have been downloaded you may use the -o option to run
>  > maven
>  > >    in offline mode, for example, 'mvn clean install -o'.
>  > >
>  > >
>  > >  Building the distributions
>  > >  --------------------------
>  > >
>  > >  1) Change to the distributions folder
>  > >  2) Run
>  > >
>  > >     $> mvn
>  > >
>  > >    This will build the binary and source distribution with .zip and .gz
>  > >    formats in the distribution/target directory.
>  > >
>  > >  What needs to be done after that ?
>  > >
>  > >  Thanks
>  > >
>  > >  On Tue, Mar 25, 2008 at 4:54 PM, Luciano Resende <lu...@gmail.com>
>  > >
>  > >
>  > > wrote:
>  > >
>  > >  > I'd recommend starting with stable source from a source distribution,
>  > >  > as you are doing now.
>  > >  >
>  > >  > Once you are comfortable with that, try either subversion client, or
>  > >  > something more integrated with windows and more easy to use such as
>  > >  > TortoiseSVN.
>  > >  >
>  > >  > On Tue, Mar 25, 2008 at 2:44 PM, Jasbinder Bali <js...@gmail.com>
>  > wrote:
>  > >  > > 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 <
>  > luckbr1975@gmail.com>
>  > >  > >
>  > >  > >
>  > >  > > wrote:
>  > >  > >
>  > >  > >  > 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
>  > https://svn.apache.org/repos/asf/incubator/tuscany/java/sca
>  > >  > >  >
>  > >  > >  > Let me know if this helps.
>  > >  > >  >
>  > >  > >  >
>  > >  > >  > On Tue, Mar 25, 2008 at 2:34 PM, Jasbinder Bali <
>  > jsbali@gmail.com>
>  > >  > wrote:
>  > >  > >  > > also where do you suggest to download tuscany source code
>  > from?
>  > >  > >  > >  Thanks
>  > >  > >  > >  jas
>  > >  > >  > >
>  > >  > >  > >
>  > >  > >  > >
>  > >  > >  > >  On Tue, Mar 25, 2008 at 4:31 PM, Jasbinder Bali <
>  > jsbali@gmail.com>
>  > >  > >  > 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 <
>  > >  > >  > luckbr1975@gmail.com>
>  > >  > >  > >  > 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 <
>  > >  > jsbali@gmail.com>
>  > >  > >  > >  > > 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 <
>  > >  > >  > >  > > luckbr1975@gmail.com>
>  > >  > >  > >  > > >  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 <
>  > >  > >  > jsbali@gmail.com>
>  > >  > >  > >  > > 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://people.apache.org/%7Elresende>
>  > >  > >  > <http://people.apache.org/%7Elresende><
>  > >  > >  > >  > > http://people.apache.org/%7Elresende>
>  > >  > >  > >  > > >  > http://lresende.blogspot.com/
>  > >  > >  > >  > > >  >
>  > >  > >  > >  > > >  >
>  > >  > >  > >  > >
>  > >  > >  >
>  > ---------------------------------------------------------------------
>  > >  > >  > >  > > >  > To unsubscribe, e-mail:
>  > >  > tuscany-user-unsubscribe@ws.apache.org
>  > >  > >  > >  > > >  > For additional commands, e-mail:
>  > >  > >  > tuscany-user-help@ws.apache.org
>  > >  > >  > >  > > >  >
>  > >  > >  > >  > > >  >
>  > >  > >  > >  > > >
>  > >  > >  > >  > >
>  > >  > >  > >  > >
>  > >  > >  > >  > >
>  > >  > >  > >  > > --
>  > >  > >  > >  > > Luciano Resende
>  > >  > >  > >  > > Apache Tuscany Committer
>  > >  > >  > >  > > http://people.apache.org/~lresende<http://people.apache.org/%7Elresende>
>  > <http://people.apache.org/%7Elresende>
>  > >  > <http://people.apache.org/%7Elresende>
>  > >  > >  > <http://people.apache.org/%7Elresende>
>  > >  > >  > >  > > http://lresende.blogspot.com/
>  > >  > >  > >  > >
>  > >  > >  > >  > >
>  > >  > >  >
>  > ---------------------------------------------------------------------
>  > >  > >  > >  > > To unsubscribe, e-mail:
>  > tuscany-user-unsubscribe@ws.apache.org
>  > >  > >  > >  > > For additional commands, e-mail:
>  > >  > tuscany-user-help@ws.apache.org
>  > >  > >  > >  > >
>  > >  > >  > >  > >
>  > >  > >  > >  >
>  > >  > >  > >
>  > >  > >  >
>  > >  > >  >
>  > >  > >  >
>  > >  > >  > --
>  > >  > >  > Luciano Resende
>  > >  > >  > Apache Tuscany Committer
>  > >  > >  > http://people.apache.org/~lresende<http://people.apache.org/%7Elresende>
>  > <http://people.apache.org/%7Elresende><
>  > >  > http://people.apache.org/%7Elresende>
>  > >  > >  > http://lresende.blogspot.com/
>  > >  > >  >
>  > >  > >  >
>  > ---------------------------------------------------------------------
>  > >  > >  > To unsubscribe, e-mail: tuscany-user-unsubscribe@ws.apache.org
>  > >  > >  > For additional commands, e-mail: tuscany-user-help@ws.apache.org
>  > >  > >  >
>  > >  > >  >
>  > >  > >
>  > >  >
>  > >  >
>  > >  >
>  > >  > --
>  > >  > 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: tuscany-user-unsubscribe@ws.apache.org
>  > >  > For additional commands, e-mail: tuscany-user-help@ws.apache.org
>  > >  >
>  > >  >
>  > >
>  >
>  >
>  >
>  > --
>  > Luciano Resende
>  > Apache Tuscany Committer
>  > http://people.apache.org/~lresende <http://people.apache.org/%7Elresende>
>  > http://lresende.blogspot.com/
>  >
>  > ---------------------------------------------------------------------
>  > To unsubscribe, e-mail: tuscany-user-unsubscribe@ws.apache.org
>  > For additional commands, e-mail: tuscany-user-help@ws.apache.org
>  >
>  >
>



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

---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-user-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-user-help@ws.apache.org


Re: Initial tuscany run mvn problems

Posted by Jasbinder Bali <js...@gmail.com>.
I am getting build failures now.
How should i go about it?
Do you have any suggestions ?

when i run mvn in top root folder of tuscany source code, it say
[ERROR] BUILD FAILURE
[INFO] There are test failures


On Tue, Mar 25, 2008 at 5:16 PM, Luciano Resende <lu...@gmail.com>
wrote:

> What's your goal ? Probably your next step is to generate eclipse
> project files and load the source into eclipse for further
> investigation and execution of samples ?
>
> Another good approach is to follow the Getting started document, that
> gives you step by step directions on how to build a store application
> using Tuscany.
>
> [1] http://incubator.apache.org/tuscany/getting-started-with-tuscany.html
>
> On Tue, Mar 25, 2008 at 3:01 PM, Jasbinder Bali <js...@gmail.com> wrote:
> > So I have been successful up till here as per instructions in the
> BUILDING
> >  FILE
> >
> >
> >  Building
> >  --------
> >
> >  1) Change to the top level directory of Apache Tuscany source
> distribution.
> >  2) Run
> >
> >     $> mvn
> >
> >    This will compile Apache Tuscany and run all of the tests in the
> source
> >    distribution.
> >
> >    Depending on the load of remote Maven 2.0 repositories, you may have
> >    to run "mvn" several times utill the required dependencies are
> >    all located in your local maven repository. It usually takes some
> time
> >  for
> >    maven to download required dependencies in the first build. Once all
> the
> >    dependencies have been downloaded you may use the -o option to run
> maven
> >    in offline mode, for example, 'mvn clean install -o'.
> >
> >
> >  Building the distributions
> >  --------------------------
> >
> >  1) Change to the distributions folder
> >  2) Run
> >
> >     $> mvn
> >
> >    This will build the binary and source distribution with .zip and .gz
> >    formats in the distribution/target directory.
> >
> >  What needs to be done after that ?
> >
> >  Thanks
> >
> >  On Tue, Mar 25, 2008 at 4:54 PM, Luciano Resende <lu...@gmail.com>
> >
> >
> > wrote:
> >
> >  > I'd recommend starting with stable source from a source distribution,
> >  > as you are doing now.
> >  >
> >  > Once you are comfortable with that, try either subversion client, or
> >  > something more integrated with windows and more easy to use such as
> >  > TortoiseSVN.
> >  >
> >  > On Tue, Mar 25, 2008 at 2:44 PM, Jasbinder Bali <js...@gmail.com>
> wrote:
> >  > > 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 <
> luckbr1975@gmail.com>
> >  > >
> >  > >
> >  > > wrote:
> >  > >
> >  > >  > 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
> https://svn.apache.org/repos/asf/incubator/tuscany/java/sca
> >  > >  >
> >  > >  > Let me know if this helps.
> >  > >  >
> >  > >  >
> >  > >  > On Tue, Mar 25, 2008 at 2:34 PM, Jasbinder Bali <
> jsbali@gmail.com>
> >  > wrote:
> >  > >  > > also where do you suggest to download tuscany source code
> from?
> >  > >  > >  Thanks
> >  > >  > >  jas
> >  > >  > >
> >  > >  > >
> >  > >  > >
> >  > >  > >  On Tue, Mar 25, 2008 at 4:31 PM, Jasbinder Bali <
> jsbali@gmail.com>
> >  > >  > 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 <
> >  > >  > luckbr1975@gmail.com>
> >  > >  > >  > 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 <
> >  > jsbali@gmail.com>
> >  > >  > >  > > 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 <
> >  > >  > >  > > luckbr1975@gmail.com>
> >  > >  > >  > > >  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 <
> >  > >  > jsbali@gmail.com>
> >  > >  > >  > > 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://people.apache.org/%7Elresende>
> >  > >  > <http://people.apache.org/%7Elresende><
> >  > >  > >  > > http://people.apache.org/%7Elresende>
> >  > >  > >  > > >  > http://lresende.blogspot.com/
> >  > >  > >  > > >  >
> >  > >  > >  > > >  >
> >  > >  > >  > >
> >  > >  >
> ---------------------------------------------------------------------
> >  > >  > >  > > >  > To unsubscribe, e-mail:
> >  > tuscany-user-unsubscribe@ws.apache.org
> >  > >  > >  > > >  > For additional commands, e-mail:
> >  > >  > tuscany-user-help@ws.apache.org
> >  > >  > >  > > >  >
> >  > >  > >  > > >  >
> >  > >  > >  > > >
> >  > >  > >  > >
> >  > >  > >  > >
> >  > >  > >  > >
> >  > >  > >  > > --
> >  > >  > >  > > Luciano Resende
> >  > >  > >  > > Apache Tuscany Committer
> >  > >  > >  > > http://people.apache.org/~lresende<http://people.apache.org/%7Elresende>
> <http://people.apache.org/%7Elresende>
> >  > <http://people.apache.org/%7Elresende>
> >  > >  > <http://people.apache.org/%7Elresende>
> >  > >  > >  > > http://lresende.blogspot.com/
> >  > >  > >  > >
> >  > >  > >  > >
> >  > >  >
> ---------------------------------------------------------------------
> >  > >  > >  > > To unsubscribe, e-mail:
> tuscany-user-unsubscribe@ws.apache.org
> >  > >  > >  > > For additional commands, e-mail:
> >  > tuscany-user-help@ws.apache.org
> >  > >  > >  > >
> >  > >  > >  > >
> >  > >  > >  >
> >  > >  > >
> >  > >  >
> >  > >  >
> >  > >  >
> >  > >  > --
> >  > >  > Luciano Resende
> >  > >  > Apache Tuscany Committer
> >  > >  > http://people.apache.org/~lresende<http://people.apache.org/%7Elresende>
> <http://people.apache.org/%7Elresende><
> >  > http://people.apache.org/%7Elresende>
> >  > >  > http://lresende.blogspot.com/
> >  > >  >
> >  > >  >
> ---------------------------------------------------------------------
> >  > >  > To unsubscribe, e-mail: tuscany-user-unsubscribe@ws.apache.org
> >  > >  > For additional commands, e-mail: tuscany-user-help@ws.apache.org
> >  > >  >
> >  > >  >
> >  > >
> >  >
> >  >
> >  >
> >  > --
> >  > 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: tuscany-user-unsubscribe@ws.apache.org
> >  > For additional commands, e-mail: tuscany-user-help@ws.apache.org
> >  >
> >  >
> >
>
>
>
> --
> Luciano Resende
> Apache Tuscany Committer
> http://people.apache.org/~lresende <http://people.apache.org/%7Elresende>
> http://lresende.blogspot.com/
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tuscany-user-unsubscribe@ws.apache.org
> For additional commands, e-mail: tuscany-user-help@ws.apache.org
>
>

Re: Initial tuscany run mvn problems

Posted by Luciano Resende <lu...@gmail.com>.
What's your goal ? Probably your next step is to generate eclipse
project files and load the source into eclipse for further
investigation and execution of samples ?

Another good approach is to follow the Getting started document, that
gives you step by step directions on how to build a store application
using Tuscany.

[1] http://incubator.apache.org/tuscany/getting-started-with-tuscany.html

On Tue, Mar 25, 2008 at 3:01 PM, Jasbinder Bali <js...@gmail.com> wrote:
> So I have been successful up till here as per instructions in the BUILDING
>  FILE
>
>
>  Building
>  --------
>
>  1) Change to the top level directory of Apache Tuscany source distribution.
>  2) Run
>
>     $> mvn
>
>    This will compile Apache Tuscany and run all of the tests in the source
>    distribution.
>
>    Depending on the load of remote Maven 2.0 repositories, you may have
>    to run "mvn" several times utill the required dependencies are
>    all located in your local maven repository. It usually takes some time
>  for
>    maven to download required dependencies in the first build. Once all the
>    dependencies have been downloaded you may use the -o option to run maven
>    in offline mode, for example, 'mvn clean install -o'.
>
>
>  Building the distributions
>  --------------------------
>
>  1) Change to the distributions folder
>  2) Run
>
>     $> mvn
>
>    This will build the binary and source distribution with .zip and .gz
>    formats in the distribution/target directory.
>
>  What needs to be done after that ?
>
>  Thanks
>
>  On Tue, Mar 25, 2008 at 4:54 PM, Luciano Resende <lu...@gmail.com>
>
>
> wrote:
>
>  > I'd recommend starting with stable source from a source distribution,
>  > as you are doing now.
>  >
>  > Once you are comfortable with that, try either subversion client, or
>  > something more integrated with windows and more easy to use such as
>  > TortoiseSVN.
>  >
>  > On Tue, Mar 25, 2008 at 2:44 PM, Jasbinder Bali <js...@gmail.com> wrote:
>  > > 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 <lu...@gmail.com>
>  > >
>  > >
>  > > wrote:
>  > >
>  > >  > 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 https://svn.apache.org/repos/asf/incubator/tuscany/java/sca
>  > >  >
>  > >  > Let me know if this helps.
>  > >  >
>  > >  >
>  > >  > On Tue, Mar 25, 2008 at 2:34 PM, Jasbinder Bali <js...@gmail.com>
>  > wrote:
>  > >  > > also where do you suggest to download tuscany source code from?
>  > >  > >  Thanks
>  > >  > >  jas
>  > >  > >
>  > >  > >
>  > >  > >
>  > >  > >  On Tue, Mar 25, 2008 at 4:31 PM, Jasbinder Bali <js...@gmail.com>
>  > >  > 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 <
>  > >  > luckbr1975@gmail.com>
>  > >  > >  > 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 <
>  > jsbali@gmail.com>
>  > >  > >  > > 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 <
>  > >  > >  > > luckbr1975@gmail.com>
>  > >  > >  > > >  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 <
>  > >  > jsbali@gmail.com>
>  > >  > >  > > 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://people.apache.org/%7Elresende><
>  > >  > >  > > http://people.apache.org/%7Elresende>
>  > >  > >  > > >  > http://lresende.blogspot.com/
>  > >  > >  > > >  >
>  > >  > >  > > >  >
>  > >  > >  > >
>  > >  > ---------------------------------------------------------------------
>  > >  > >  > > >  > To unsubscribe, e-mail:
>  > tuscany-user-unsubscribe@ws.apache.org
>  > >  > >  > > >  > For additional commands, e-mail:
>  > >  > tuscany-user-help@ws.apache.org
>  > >  > >  > > >  >
>  > >  > >  > > >  >
>  > >  > >  > > >
>  > >  > >  > >
>  > >  > >  > >
>  > >  > >  > >
>  > >  > >  > > --
>  > >  > >  > > Luciano Resende
>  > >  > >  > > Apache Tuscany Committer
>  > >  > >  > > http://people.apache.org/~lresende<http://people.apache.org/%7Elresende>
>  > <http://people.apache.org/%7Elresende>
>  > >  > <http://people.apache.org/%7Elresende>
>  > >  > >  > > http://lresende.blogspot.com/
>  > >  > >  > >
>  > >  > >  > >
>  > >  > ---------------------------------------------------------------------
>  > >  > >  > > To unsubscribe, e-mail: tuscany-user-unsubscribe@ws.apache.org
>  > >  > >  > > For additional commands, e-mail:
>  > tuscany-user-help@ws.apache.org
>  > >  > >  > >
>  > >  > >  > >
>  > >  > >  >
>  > >  > >
>  > >  >
>  > >  >
>  > >  >
>  > >  > --
>  > >  > 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: tuscany-user-unsubscribe@ws.apache.org
>  > >  > For additional commands, e-mail: tuscany-user-help@ws.apache.org
>  > >  >
>  > >  >
>  > >
>  >
>  >
>  >
>  > --
>  > Luciano Resende
>  > Apache Tuscany Committer
>  > http://people.apache.org/~lresende <http://people.apache.org/%7Elresende>
>  > http://lresende.blogspot.com/
>  >
>  > ---------------------------------------------------------------------
>  > To unsubscribe, e-mail: tuscany-user-unsubscribe@ws.apache.org
>  > For additional commands, e-mail: tuscany-user-help@ws.apache.org
>  >
>  >
>



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

---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-user-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-user-help@ws.apache.org


Re: Initial tuscany run mvn problems

Posted by Jasbinder Bali <js...@gmail.com>.
So I have been successful up till here as per instructions in the BUILDING
FILE

Building
--------

1) Change to the top level directory of Apache Tuscany source distribution.
2) Run

    $> mvn

   This will compile Apache Tuscany and run all of the tests in the source
   distribution.

   Depending on the load of remote Maven 2.0 repositories, you may have
   to run "mvn" several times utill the required dependencies are
   all located in your local maven repository. It usually takes some time
for
   maven to download required dependencies in the first build. Once all the
   dependencies have been downloaded you may use the -o option to run maven
   in offline mode, for example, 'mvn clean install -o'.


Building the distributions
--------------------------

1) Change to the distributions folder
2) Run

    $> mvn

   This will build the binary and source distribution with .zip and .gz
   formats in the distribution/target directory.

What needs to be done after that ?

Thanks

On Tue, Mar 25, 2008 at 4:54 PM, Luciano Resende <lu...@gmail.com>
wrote:

> I'd recommend starting with stable source from a source distribution,
> as you are doing now.
>
> Once you are comfortable with that, try either subversion client, or
> something more integrated with windows and more easy to use such as
> TortoiseSVN.
>
> On Tue, Mar 25, 2008 at 2:44 PM, Jasbinder Bali <js...@gmail.com> wrote:
> > 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 <lu...@gmail.com>
> >
> >
> > wrote:
> >
> >  > 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 https://svn.apache.org/repos/asf/incubator/tuscany/java/sca
> >  >
> >  > Let me know if this helps.
> >  >
> >  >
> >  > On Tue, Mar 25, 2008 at 2:34 PM, Jasbinder Bali <js...@gmail.com>
> wrote:
> >  > > also where do you suggest to download tuscany source code from?
> >  > >  Thanks
> >  > >  jas
> >  > >
> >  > >
> >  > >
> >  > >  On Tue, Mar 25, 2008 at 4:31 PM, Jasbinder Bali <js...@gmail.com>
> >  > 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 <
> >  > luckbr1975@gmail.com>
> >  > >  > 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 <
> jsbali@gmail.com>
> >  > >  > > 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 <
> >  > >  > > luckbr1975@gmail.com>
> >  > >  > > >  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 <
> >  > jsbali@gmail.com>
> >  > >  > > 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://people.apache.org/%7Elresende><
> >  > >  > > http://people.apache.org/%7Elresende>
> >  > >  > > >  > http://lresende.blogspot.com/
> >  > >  > > >  >
> >  > >  > > >  >
> >  > >  > >
> >  > ---------------------------------------------------------------------
> >  > >  > > >  > To unsubscribe, e-mail:
> tuscany-user-unsubscribe@ws.apache.org
> >  > >  > > >  > For additional commands, e-mail:
> >  > tuscany-user-help@ws.apache.org
> >  > >  > > >  >
> >  > >  > > >  >
> >  > >  > > >
> >  > >  > >
> >  > >  > >
> >  > >  > >
> >  > >  > > --
> >  > >  > > Luciano Resende
> >  > >  > > Apache Tuscany Committer
> >  > >  > > http://people.apache.org/~lresende<http://people.apache.org/%7Elresende>
> <http://people.apache.org/%7Elresende>
> >  > <http://people.apache.org/%7Elresende>
> >  > >  > > http://lresende.blogspot.com/
> >  > >  > >
> >  > >  > >
> >  > ---------------------------------------------------------------------
> >  > >  > > To unsubscribe, e-mail: tuscany-user-unsubscribe@ws.apache.org
> >  > >  > > For additional commands, e-mail:
> tuscany-user-help@ws.apache.org
> >  > >  > >
> >  > >  > >
> >  > >  >
> >  > >
> >  >
> >  >
> >  >
> >  > --
> >  > 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: tuscany-user-unsubscribe@ws.apache.org
> >  > For additional commands, e-mail: tuscany-user-help@ws.apache.org
> >  >
> >  >
> >
>
>
>
> --
> Luciano Resende
> Apache Tuscany Committer
> http://people.apache.org/~lresende <http://people.apache.org/%7Elresende>
> http://lresende.blogspot.com/
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tuscany-user-unsubscribe@ws.apache.org
> For additional commands, e-mail: tuscany-user-help@ws.apache.org
>
>

Re: Initial tuscany run mvn problems

Posted by Luciano Resende <lu...@gmail.com>.
I'd recommend starting with stable source from a source distribution,
as you are doing now.

Once you are comfortable with that, try either subversion client, or
something more integrated with windows and more easy to use such as
TortoiseSVN.

On Tue, Mar 25, 2008 at 2:44 PM, Jasbinder Bali <js...@gmail.com> wrote:
> 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 <lu...@gmail.com>
>
>
> wrote:
>
>  > 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 https://svn.apache.org/repos/asf/incubator/tuscany/java/sca
>  >
>  > Let me know if this helps.
>  >
>  >
>  > On Tue, Mar 25, 2008 at 2:34 PM, Jasbinder Bali <js...@gmail.com> wrote:
>  > > also where do you suggest to download tuscany source code from?
>  > >  Thanks
>  > >  jas
>  > >
>  > >
>  > >
>  > >  On Tue, Mar 25, 2008 at 4:31 PM, Jasbinder Bali <js...@gmail.com>
>  > 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 <
>  > luckbr1975@gmail.com>
>  > >  > 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 <js...@gmail.com>
>  > >  > > 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 <
>  > >  > > luckbr1975@gmail.com>
>  > >  > > >  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 <
>  > jsbali@gmail.com>
>  > >  > > 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://people.apache.org/%7Elresende>
>  > >  > > >  > http://lresende.blogspot.com/
>  > >  > > >  >
>  > >  > > >  >
>  > >  > >
>  > ---------------------------------------------------------------------
>  > >  > > >  > To unsubscribe, e-mail: tuscany-user-unsubscribe@ws.apache.org
>  > >  > > >  > For additional commands, e-mail:
>  > tuscany-user-help@ws.apache.org
>  > >  > > >  >
>  > >  > > >  >
>  > >  > > >
>  > >  > >
>  > >  > >
>  > >  > >
>  > >  > > --
>  > >  > > 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: tuscany-user-unsubscribe@ws.apache.org
>  > >  > > For additional commands, e-mail: tuscany-user-help@ws.apache.org
>  > >  > >
>  > >  > >
>  > >  >
>  > >
>  >
>  >
>  >
>  > --
>  > Luciano Resende
>  > Apache Tuscany Committer
>  > http://people.apache.org/~lresende <http://people.apache.org/%7Elresende>
>  > http://lresende.blogspot.com/
>  >
>  > ---------------------------------------------------------------------
>  > To unsubscribe, e-mail: tuscany-user-unsubscribe@ws.apache.org
>  > For additional commands, e-mail: tuscany-user-help@ws.apache.org
>  >
>  >
>



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

---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-user-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-user-help@ws.apache.org


Re: Initial tuscany run mvn problems

Posted by Jasbinder Bali <js...@gmail.com>.
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 <lu...@gmail.com>
wrote:

> 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 https://svn.apache.org/repos/asf/incubator/tuscany/java/sca
>
> Let me know if this helps.
>
>
> On Tue, Mar 25, 2008 at 2:34 PM, Jasbinder Bali <js...@gmail.com> wrote:
> > also where do you suggest to download tuscany source code from?
> >  Thanks
> >  jas
> >
> >
> >
> >  On Tue, Mar 25, 2008 at 4:31 PM, Jasbinder Bali <js...@gmail.com>
> 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 <
> luckbr1975@gmail.com>
> >  > 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 <js...@gmail.com>
> >  > > 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 <
> >  > > luckbr1975@gmail.com>
> >  > > >  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 <
> jsbali@gmail.com>
> >  > > 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://people.apache.org/%7Elresende>
> >  > > >  > http://lresende.blogspot.com/
> >  > > >  >
> >  > > >  >
> >  > >
> ---------------------------------------------------------------------
> >  > > >  > To unsubscribe, e-mail: tuscany-user-unsubscribe@ws.apache.org
> >  > > >  > For additional commands, e-mail:
> tuscany-user-help@ws.apache.org
> >  > > >  >
> >  > > >  >
> >  > > >
> >  > >
> >  > >
> >  > >
> >  > > --
> >  > > 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: tuscany-user-unsubscribe@ws.apache.org
> >  > > For additional commands, e-mail: tuscany-user-help@ws.apache.org
> >  > >
> >  > >
> >  >
> >
>
>
>
> --
> Luciano Resende
> Apache Tuscany Committer
> http://people.apache.org/~lresende <http://people.apache.org/%7Elresende>
> http://lresende.blogspot.com/
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tuscany-user-unsubscribe@ws.apache.org
> For additional commands, e-mail: tuscany-user-help@ws.apache.org
>
>

Re: Initial tuscany run mvn problems

Posted by Luciano Resende <lu...@gmail.com>.
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 https://svn.apache.org/repos/asf/incubator/tuscany/java/sca

Let me know if this helps.


On Tue, Mar 25, 2008 at 2:34 PM, Jasbinder Bali <js...@gmail.com> wrote:
> also where do you suggest to download tuscany source code from?
>  Thanks
>  jas
>
>
>
>  On Tue, Mar 25, 2008 at 4:31 PM, Jasbinder Bali <js...@gmail.com> 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 <lu...@gmail.com>
>  > 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 <js...@gmail.com>
>  > > 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 <
>  > > luckbr1975@gmail.com>
>  > > >  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 <js...@gmail.com>
>  > > 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: tuscany-user-unsubscribe@ws.apache.org
>  > > >  > For additional commands, e-mail: tuscany-user-help@ws.apache.org
>  > > >  >
>  > > >  >
>  > > >
>  > >
>  > >
>  > >
>  > > --
>  > > Luciano Resende
>  > > Apache Tuscany Committer
>  > > http://people.apache.org/~lresende<http://people.apache.org/%7Elresende>
>  > > http://lresende.blogspot.com/
>  > >
>  > > ---------------------------------------------------------------------
>  > > To unsubscribe, e-mail: tuscany-user-unsubscribe@ws.apache.org
>  > > For additional commands, e-mail: tuscany-user-help@ws.apache.org
>  > >
>  > >
>  >
>



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

---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-user-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-user-help@ws.apache.org


Re: Initial tuscany run mvn problems

Posted by Jasbinder Bali <js...@gmail.com>.
also where do you suggest to download tuscany source code from?
Thanks
jas

On Tue, Mar 25, 2008 at 4:31 PM, Jasbinder Bali <js...@gmail.com> 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 <lu...@gmail.com>
> 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 <js...@gmail.com>
> > 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 <
> > luckbr1975@gmail.com>
> > >  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 <js...@gmail.com>
> > 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: tuscany-user-unsubscribe@ws.apache.org
> > >  > For additional commands, e-mail: tuscany-user-help@ws.apache.org
> > >  >
> > >  >
> > >
> >
> >
> >
> > --
> > Luciano Resende
> > Apache Tuscany Committer
> > http://people.apache.org/~lresende<http://people.apache.org/%7Elresende>
> > http://lresende.blogspot.com/
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: tuscany-user-unsubscribe@ws.apache.org
> > For additional commands, e-mail: tuscany-user-help@ws.apache.org
> >
> >
>

Re: Initial tuscany run mvn problems

Posted by Luciano Resende <lu...@gmail.com>.
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 <js...@gmail.com> 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 <lu...@gmail.com>
>
>
> 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 <js...@gmail.com> 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 <lu...@gmail.com>
>  > >  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 <js...@gmail.com>
>  > 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: tuscany-user-unsubscribe@ws.apache.org
>  > >  > For additional commands, e-mail: tuscany-user-help@ws.apache.org
>  > >  >
>  > >  >
>  > >
>  >
>  >
>  >
>  > --
>  > Luciano Resende
>  > Apache Tuscany Committer
>  > http://people.apache.org/~lresende <http://people.apache.org/%7Elresende>
>  > http://lresende.blogspot.com/
>  >
>  > ---------------------------------------------------------------------
>  > To unsubscribe, e-mail: tuscany-user-unsubscribe@ws.apache.org
>  > For additional commands, e-mail: tuscany-user-help@ws.apache.org
>  >
>  >
>



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

---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-user-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-user-help@ws.apache.org


Re: Initial tuscany run mvn problems

Posted by Jasbinder Bali <js...@gmail.com>.
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 <lu...@gmail.com>
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 <js...@gmail.com> 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 <lu...@gmail.com>
> >  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 <js...@gmail.com>
> 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: tuscany-user-unsubscribe@ws.apache.org
> >  > For additional commands, e-mail: tuscany-user-help@ws.apache.org
> >  >
> >  >
> >
>
>
>
> --
> Luciano Resende
> Apache Tuscany Committer
> http://people.apache.org/~lresende <http://people.apache.org/%7Elresende>
> http://lresende.blogspot.com/
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tuscany-user-unsubscribe@ws.apache.org
> For additional commands, e-mail: tuscany-user-help@ws.apache.org
>
>

Re: Initial tuscany run mvn problems

Posted by Luciano Resende <lu...@gmail.com>.
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 <js...@gmail.com> 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 <lu...@gmail.com>
>  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 <js...@gmail.com> 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://lresende.blogspot.com/
>  >
>  > ---------------------------------------------------------------------
>  > To unsubscribe, e-mail: tuscany-user-unsubscribe@ws.apache.org
>  > For additional commands, e-mail: tuscany-user-help@ws.apache.org
>  >
>  >
>



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

---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-user-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-user-help@ws.apache.org


Re: Initial tuscany run mvn problems

Posted by Jasbinder Bali <js...@gmail.com>.
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 <lu...@gmail.com>
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 <js...@gmail.com> 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://lresende.blogspot.com/
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tuscany-user-unsubscribe@ws.apache.org
> For additional commands, e-mail: tuscany-user-help@ws.apache.org
>
>

Re: Initial tuscany run mvn problems

Posted by Luciano Resende <lu...@gmail.com>.
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 <js...@gmail.com> 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://lresende.blogspot.com/

---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-user-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-user-help@ws.apache.org