atom feed40 messages in org.apache.struts.devRe: [GUMP] Build Failure - jakarta-st...
FromSent OnAttachments
Craig McClanahanJun 8, 2003 2:33 am 
Martin CooperJun 8, 2003 10:27 am 
Ted HustedJun 8, 2003 11:41 am 
Martin CooperJun 8, 2003 11:52 pm 
Craig McClanahanJun 9, 2003 2:52 am 
Craig McClanahanJun 10, 2003 3:30 am 
Martin CooperJun 11, 2003 1:03 am 
Craig McClanahanJun 11, 2003 2:25 am 
Craig McClanahanJun 12, 2003 3:34 am 
Craig McClanahanJun 17, 2003 3:02 am 
Craig McClanahanJun 18, 2003 3:29 am 
Rob LelandJun 18, 2003 7:19 pm 
Craig McClanahanJun 19, 2003 3:31 am 
Craig McClanahanJun 21, 2003 5:57 am 
Craig McClanahanJun 22, 2003 5:25 am 
Craig McClanahanJun 23, 2003 4:59 am 
James MitchellJun 23, 2003 6:40 am 
James MitchellJun 23, 2003 6:41 am 
David GrahamJun 23, 2003 6:46 am 
James MitchellJun 23, 2003 6:51 am 
David GrahamJun 23, 2003 6:54 am 
Christopher LenzJun 23, 2003 8:18 am 
James MitchellJun 23, 2003 8:19 am 
Martin CooperJun 23, 2003 8:22 am 
Martin CooperJun 23, 2003 8:42 am 
James MitchellJun 23, 2003 9:07 am 
Christopher LenzJun 23, 2003 9:08 am 
Craig R. McClanahanJun 23, 2003 10:09 am 
Rob LelandJun 23, 2003 6:11 pm 
Rob LelandJun 23, 2003 6:43 pm 
James MitchellJun 23, 2003 6:55 pm 
Craig McClanahanJun 24, 2003 4:24 am 
Craig McClanahanJun 25, 2003 4:15 am 
Rob LelandJun 26, 2003 12:10 am 
Stefan BodewigJun 26, 2003 12:20 am 
Stefan BodewigJun 26, 2003 12:35 am 
Stefan BodewigJun 26, 2003 12:59 am 
Stefan BodewigJun 26, 2003 1:22 am 
Craig McClanahanJun 26, 2003 5:12 am 
Martin CooperJun 26, 2003 9:21 pm 
Subject:Re: [GUMP] Build Failure - jakarta-struts
From:Christopher Lenz (cml@gmx.de)
Date:Jun 23, 2003 9:08:42 am
List:org.apache.struts.dev

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. ;-)

Revision 1.35 of the Gump descriptor looked a lot better than the current one IMHO. Basically, there need to be two projects:

- jakarta-struts-legacy, which builds the struts-legacy JAR - jakarta-struts, which depends on the jakarta-struts-legacy project

A glue project as in Revision 1.35 should not be needed. The important thing is that the 'dist' target of the main Struts build-file should not try to build struts-legacy. And without having looked at the Struts build file, I suspect there's some kind of chicken & egg problem lurking ;-)

- chris