James Mitchell wrote:

On Monday 23 June 2003 11:43, Martin Cooper wrote:


On Mon, 23 Jun 2003, James Mitchell wrote:


On Monday 23 June 2003 11:18, Christopher Lenz wrote:


I don't think the Gump builds have anything todo with the nightly
builds of Struts. The Gump descriptors are in the jakarta-gump
directory on cvs.apache.org, and every Apache committer has commit
access to that directory.

http://jakarta.apache.org/gump/


Yes, that sounds like what I was vaguely remembering.

So, at this point, noone can fix this but Craig?


No, any Jakarta committer can fix it. The issue is one of figuring out how
to modify the Struts Gump descriptor to build struts-legacy first, and
then have the main build refer to that. Any committer can check in the
change, we just need to figure out what that change looks like. ;-)



Ok ok!! So I'm lazy ;) I finally got around to reading this: http://jakarta.apache.org/gump/faq.html

So, unless anyone else gets to it first, I'll try to fix this tonight.



Also looking at the gump output at : http://cvs.apache.org/builds/gump/latest/jakarta-struts.html

It looks like it is building with an old version of the struts build.xml file.
Notice the targets:
When gump executes the 'dist' target we get:
init:
[echo] --------- jakarta-struts 1.1-rc2 ---------
prepare.dist
prepare.library:
is printed out.


when I do a 'ant dist' from a clean state I get, and should get :

dist.legacy:
init:
    [echo] ---------- Struts Legacy Distribution 1.1-rc2 ----------
prepare:
resources:
compile:
docs:
init:
    [echo] --------- jakarta-struts 1.1-rc2 ---------

Let me post this on the gump list to get some feedback.

-Rob







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



Reply via email to