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 <[EMAIL PROTECTED]>
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 <[EMAIL PROTECTED]> 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 <[EMAIL PROTECTED]>
> >
> >
> > 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 <[EMAIL PROTECTED]>
> 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 <
> [EMAIL PROTECTED]>
> >  > >
> >  > >
> >  > > 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 <
> [EMAIL PROTECTED]>
> >  > 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 <
> [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://people.apache.org/%7Elresende>
> >  > >  > <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://people.apache.org/%7Elresende>
> >  > <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://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://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]
>
>

Reply via email to