You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by Nicola Ken Barozzi <ni...@apache.org> on 2002/11/20 15:40:37 UTC

Can someone please apply my patch for the [GUMP] Build Failure - jakarta-ant-embed?

Can someone please apply my patch for the [GUMP] Build Failure - 
jakarta-ant-embed?

I reattach it here for simplicity.

Thanks, and excuse me for being a PITA ;-)

Nicola Ken Barozzi wrote:
> ----------------------------------------------------
> This email is autogenerated from the output from:
> <http://cvs.apache.org/builds/gump/2002-11-20/jakarta-ant-embed.html>
> ----------------------------------------------------
> 
> Buildfile: build.xml
> 
> main:
>     [mkdir] Created dir: /home/rubys/jakarta/jakarta-ant/proposal/embed/build/classes
>     [javac] Compiling 13 source files to /home/rubys/jakarta/jakarta-ant/proposal/embed/build/classes
>     [javac] Note: Some input files use or override a deprecated API.
>     [javac] Note: Recompile with -deprecation for details.
>      [copy] Copying 1 file to /home/rubys/jakarta/jakarta-ant/proposal/embed/build/classes
> 
> BUILD FAILED
> file:///home/rubys/jakarta/jakarta-ant/proposal/embed/build.xml:38: Manifest file: /home/rubys/jakarta/jakarta-ant/proposal/embed/src/java/META-INF/MANIFEST does not exist.
> 
> Total time: 12 seconds

-- 
Nicola Ken Barozzi                   nicolaken@apache.org
             - verba volant, scripta manent -
    (discussions get forgotten, just code remains)
---------------------------------------------------------------------

Re: Can someone please apply my patch for the [GUMP] Build Failure - jakarta-ant-embed?

Posted by Stefan Bodewig <bo...@apache.org>.
On Wed, 20 Nov 2002, Nicola Ken Barozzi <ni...@apache.org> wrote:

> Yeah, I've seen that, and it's new to me as a construct, cool!

You should regenerate the Gump site from CVS and read the information
there instead of Gump's website ;-)

Stefan

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: Can someone please apply my patch for the [GUMP] Build Failure - jakarta-ant-embed?

Posted by Nicola Ken Barozzi <ni...@apache.org>.
Stefan Bodewig wrote:
> On Wed, 20 Nov 2002, Nicola Ken Barozzi <ni...@apache.org> wrote:
> 
> 
>>Can someone please apply my patch for the [GUMP] Build Failure -
> 
> I've applied a slightly different patch, please check it still does
> what you want 8-)
> 
> Basically I've removed the manifest attributes (guess Costin has
> forgotten to commit the manifest), added <mkdir>s for ${ant.home}/lib
> and added the two targets you needed.

Ok, these are the main points :-)

> I have not touched Costin's original property definitions 

:-P  Seems that they follow his HD config....

> but replace
> them from within the Gump descriptor instead. 

Yeah, I've seen that, and it's new to me as a construct, cool!

> I have no idea what
> velocity-dep might be, though.

Me too.

Thanks, man, let's see if it works now B-)

-- 
Nicola Ken Barozzi                   nicolaken@apache.org
             - verba volant, scripta manent -
    (discussions get forgotten, just code remains)
---------------------------------------------------------------------


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


[PATCH] another embed build tweak (Re: Can someone please apply my patch for the [GUMP] Build Failure - jakarta-ant-embed?)

Posted by Nicola Ken Barozzi <ni...@apache.org>.

Costin Manolache wrote:
> Stefan Bodewig wrote:
> 
> 
>>On Wed, 20 Nov 2002, Nicola Ken Barozzi <ni...@apache.org> wrote:
>>
>>
>>>np, Stefan came to the rescue :-)
>>
>>But did it wrong, expect another nag.
> 
> 
> Do you want me to commit my gump descriptor ? It seems to be working fine.
> 

Attached is a proposed buildfile for embed.
I can now build it easily on my machine with it :-)

-- 
Nicola Ken Barozzi                   nicolaken@apache.org
             - verba volant, scripta manent -
    (discussions get forgotten, just code remains)
---------------------------------------------------------------------

Re: Can someone please apply my patch for the [GUMP] Build Failure - jakarta-ant-embed?

Posted by Costin Manolache <cm...@yahoo.com>.
Stefan Bodewig wrote:

> On Wed, 20 Nov 2002, Nicola Ken Barozzi <ni...@apache.org> wrote:
> 
>> np, Stefan came to the rescue :-)
> 
> But did it wrong, expect another nag.

Do you want me to commit my gump descriptor ? It seems to be working fine.


Costin



--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: Can someone please apply my patch for the [GUMP] Build Failure - jakarta-ant-embed?

Posted by Stefan Bodewig <bo...@apache.org>.
On Wed, 20 Nov 2002, Nicola Ken Barozzi <ni...@apache.org> wrote:

> np, Stefan came to the rescue :-)

But did it wrong, expect another nag.

Stefan

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: Can someone please apply my patch for the [GUMP] Build Failure - jakarta-ant-embed?

Posted by Nicola Ken Barozzi <ni...@apache.org>.
Costin Manolache wrote:
> Stefan Bodewig wrote:
> 
> 
>>On Wed, 20 Nov 2002, Nicola Ken Barozzi <ni...@apache.org> wrote:
>>
>>
>>>Can someone please apply my patch for the [GUMP] Build Failure -
>>
>>I've applied a slightly different patch, please check it still does
>>what you want 8-)
>>
>>Basically I've removed the manifest attributes (guess Costin has
>>forgotten to commit the manifest), added <mkdir>s for ${ant.home}/lib
>>and added the two targets you needed.
>>
>>I have not touched Costin's original property definitions but replace
>>them from within the Gump descriptor instead.  I have no idea what
>>velocity-dep might be, though.
> 
> 
> Sorry, I didn't have time to do the commit 

np, Stefan came to the rescue :-)

> - the velocity-dep was used
> to test the velocity dynamic properties, it's something that seems to be 
> generated in the build process for velocity. 

Ah.

> My home internet is broken, and I have some high priority things to do -
> but I would like to start removing the embed proposal ( and move what is 
> acceptable into the main tree ). The only major issue is a decision on the 
> top-level execution ( which is different in the main tree and embed ). 

Anyway there are still some patches I have to roll in there, and in the 
meantime this gump thing will help. Centipede relies very heavily on it, 
so we need it to work darn well ;-)

Thanks for taking time to reply, hoping to see ya back soon!

-- 
Nicola Ken Barozzi                   nicolaken@apache.org
             - verba volant, scripta manent -
    (discussions get forgotten, just code remains)
---------------------------------------------------------------------


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: Can someone please apply my patch for the [GUMP] Build Failure - jakarta-ant-embed?

Posted by Costin Manolache <cm...@yahoo.com>.
Stefan Bodewig wrote:

> On Wed, 20 Nov 2002, Nicola Ken Barozzi <ni...@apache.org> wrote:
> 
>> Can someone please apply my patch for the [GUMP] Build Failure -
> 
> I've applied a slightly different patch, please check it still does
> what you want 8-)
> 
> Basically I've removed the manifest attributes (guess Costin has
> forgotten to commit the manifest), added <mkdir>s for ${ant.home}/lib
> and added the two targets you needed.
> 
> I have not touched Costin's original property definitions but replace
> them from within the Gump descriptor instead.  I have no idea what
> velocity-dep might be, though.

Sorry, I didn't have time to do the commit - the velocity-dep was used
to test the velocity dynamic properties, it's something that seems to be 
generated in the build process for velocity. 

My home internet is broken, and I have some high priority things to do -
but I would like to start removing the embed proposal ( and move what is 
acceptable into the main tree ). The only major issue is a decision on the 
top-level execution ( which is different in the main tree and embed ). 


Costin



--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: Can someone please apply my patch for the [GUMP] Build Failure - jakarta-ant-embed?

Posted by Stefan Bodewig <bo...@apache.org>.
On Wed, 20 Nov 2002, Nicola Ken Barozzi <ni...@apache.org> wrote:

> Can someone please apply my patch for the [GUMP] Build Failure -

I've applied a slightly different patch, please check it still does
what you want 8-)

Basically I've removed the manifest attributes (guess Costin has
forgotten to commit the manifest), added <mkdir>s for ${ant.home}/lib
and added the two targets you needed.

I have not touched Costin's original property definitions but replace
them from within the Gump descriptor instead.  I have no idea what
velocity-dep might be, though.

Stefan

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>