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:Stefan Bodewig (bode@apache.org)
Date:Jun 26, 2003 12:59:59 am
List:org.apache.struts.dev

On 26 Jun 2003, Stefan Bodewig <bode@apache.org> wrote:

I'll see what I can do to fix the struts build on my personal Gump installation and will commit an updated Gump descriptor (and tell you after the fact 8-).

OK, I've committed an altered Gump descriptor that successfully builds Struts. I've also removed the <ant> task from Struts' build.xml that invokes the legacy build locally and it still works.

Oh, and ...

On Thu, 26 Jun 2003, Rob Leland <rlel@apache.org> wrote:

The only funny thing is that the target is for the struts-legacy.jar is under struts/target/class instead of contrib/struts-legacy/target/class but the jar produced is correct.

happens because the definition of build.home in your top level build file overrides the definition in contrib/struts-legacy/build.xml when you use <ant> - which in turn has the effect you observe on legacy's javac's destdir attribute.

Stefan