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
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]