You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by Sam Ruby <ru...@us.ibm.com> on 2003/08/21 14:44:20 UTC

[GUMP] Build Failure - commons-attributes

----------------------------------------------------
This email is autogenerated from the output from:
<http://cvs.apache.org/builds/gump/2003-08-21/commons-attributes.html>
----------------------------------------------------

Buildfile: build.xml does not exist!
Build failed

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org


RE: [GUMP] Build Failure - commons-attributes

Posted by Leo Sutic <le...@inspireinfrastructure.com>.
Nice seeing a familiar face - thanks for the help.

/LS

> From: news [mailto:news@sea.gmane.org] On Behalf Of Leo Simons
>
> at the moment, its the only way. 


---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org


RE: [GUMP] Build Failure - commons-attributes

Posted by Leo Sutic <le...@inspireinfrastructure.com>.
Nice seeing a familiar face - thanks for the help.

/LS

> From: news [mailto:news@sea.gmane.org] On Behalf Of Leo Simons
>
> at the moment, its the only way. 


Re: [GUMP] Build Failure - commons-attributes

Posted by Leo Simons <le...@apache.org>.
Leo Sutic wrote:
>>From: Sam Ruby [mailto:rubys@us.ibm.com] 
>>
>>----------------------------------------------------
>>This email is autogenerated from the output from: 
>><http://cvs.apache.org/builds/gump/2003-08-21/commons-attributes.html>
>>----------------------------------------------------
>>
>>Buildfile: build.xml does not exist!
>>Build failed
> 
> It's a Maven project. How do I solve this? I note that
> some other sandbox projects have build.xmls that duplicate
> the Maven functionality. Is this the only way or is there
> a better one?

at the moment, its the only way. For the avalon cvs repo I wrote a 
script that works a little differently, but I wouldn't recommend using 
that @ commons. There exist plans (in my head) to allow maven/gump 
integration) but none exists atm.

Take a look at the documentation for the 'ant' and 'gump' plugins. You 
can generate the relevant files like so:

maven ant
maven gump

cheers,

- other Leo



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org


Re: [GUMP] Build Failure - commons-attributes

Posted by Leo Simons <le...@apache.org>.
Leo Sutic wrote:
>>From: Sam Ruby [mailto:rubys@us.ibm.com] 
>>
>>----------------------------------------------------
>>This email is autogenerated from the output from: 
>><http://cvs.apache.org/builds/gump/2003-08-21/commons-attributes.html>
>>----------------------------------------------------
>>
>>Buildfile: build.xml does not exist!
>>Build failed
> 
> It's a Maven project. How do I solve this? I note that
> some other sandbox projects have build.xmls that duplicate
> the Maven functionality. Is this the only way or is there
> a better one?

at the moment, its the only way. For the avalon cvs repo I wrote a 
script that works a little differently, but I wouldn't recommend using 
that @ commons. There exist plans (in my head) to allow maven/gump 
integration) but none exists atm.

Take a look at the documentation for the 'ant' and 'gump' plugins. You 
can generate the relevant files like so:

maven ant
maven gump

cheers,

- other Leo



RE: [GUMP] Build Failure - commons-attributes

Posted by Leo Sutic <le...@inspireinfrastructure.com>.
Thanks!

/LS

> From: Henri Yandell [mailto:bayard@generationjava.com] 


RE: [GUMP] Build Failure - commons-attributes

Posted by Leo Sutic <le...@inspireinfrastructure.com>.
Thanks!

/LS

> From: Henri Yandell [mailto:bayard@generationjava.com] 


---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org


RE: [GUMP] Build Failure - commons-attributes

Posted by Henri Yandell <ba...@generationjava.com>.
Maven have a goal which generates a build.xml that mimics what Maven does.

Hen

On Thu, 21 Aug 2003, Leo Sutic wrote:

>
>
> > From: Sam Ruby [mailto:rubys@us.ibm.com]
> >
> > ----------------------------------------------------
> > This email is autogenerated from the output from:
> > <http://cvs.apache.org/builds/gump/2003-08-21/commons-attributes.html>
> > ----------------------------------------------------
> >
> > Buildfile: build.xml does not exist!
> > Build failed
>
> It's a Maven project. How do I solve this? I note that
> some other sandbox projects have build.xmls that duplicate
> the Maven functionality. Is this the only way or is there
> a better one?
>
> /LS
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: commons-dev-help@jakarta.apache.org
>


RE: [GUMP] Build Failure - commons-attributes

Posted by Henri Yandell <ba...@generationjava.com>.
Maven have a goal which generates a build.xml that mimics what Maven does.

Hen

On Thu, 21 Aug 2003, Leo Sutic wrote:

>
>
> > From: Sam Ruby [mailto:rubys@us.ibm.com]
> >
> > ----------------------------------------------------
> > This email is autogenerated from the output from:
> > <http://cvs.apache.org/builds/gump/2003-08-21/commons-attributes.html>
> > ----------------------------------------------------
> >
> > Buildfile: build.xml does not exist!
> > Build failed
>
> It's a Maven project. How do I solve this? I note that
> some other sandbox projects have build.xmls that duplicate
> the Maven functionality. Is this the only way or is there
> a better one?
>
> /LS
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: commons-dev-help@jakarta.apache.org
>


---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org


RE: [GUMP] Build Failure - commons-attributes

Posted by di...@multitask.com.au.
Generate an ant build file:

maven ant

will do it.
--
dIon Gillard, Multitask Consulting
Blog:      http://blogs.codehaus.org/people/dion/


"Leo Sutic" <le...@inspireinfrastructure.com> wrote on 21/08/2003 
11:06:38 PM:

> 
> 
> > From: Sam Ruby [mailto:rubys@us.ibm.com] 
> > 
> > ----------------------------------------------------
> > This email is autogenerated from the output from: 
> > <http://cvs.apache.org/builds/gump/2003-08-21/commons-attributes.html>
> > ----------------------------------------------------
> > 
> > Buildfile: build.xml does not exist!
> > Build failed
> 
> It's a Maven project. How do I solve this? I note that
> some other sandbox projects have build.xmls that duplicate
> the Maven functionality. Is this the only way or is there
> a better one?
> 
> /LS
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: commons-dev-help@jakarta.apache.org
> 

RE: [GUMP] Build Failure - commons-attributes

Posted by Leo Sutic <le...@inspireinfrastructure.com>.

> From: Sam Ruby [mailto:rubys@us.ibm.com] 
> 
> ----------------------------------------------------
> This email is autogenerated from the output from: 
> <http://cvs.apache.org/builds/gump/2003-08-21/commons-attributes.html>
> ----------------------------------------------------
> 
> Buildfile: build.xml does not exist!
> Build failed

It's a Maven project. How do I solve this? I note that
some other sandbox projects have build.xmls that duplicate
the Maven functionality. Is this the only way or is there
a better one?

/LS


---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org


RE: [GUMP] Build Failure - commons-attributes

Posted by Leo Sutic <le...@inspireinfrastructure.com>.

> From: Sam Ruby [mailto:rubys@us.ibm.com] 
> 
> ----------------------------------------------------
> This email is autogenerated from the output from: 
> <http://cvs.apache.org/builds/gump/2003-08-21/commons-attributes.html>
> ----------------------------------------------------
> 
> Buildfile: build.xml does not exist!
> Build failed

It's a Maven project. How do I solve this? I note that
some other sandbox projects have build.xmls that duplicate
the Maven functionality. Is this the only way or is there
a better one?

/LS