RE: Struts-EL - BUILD FAILED

2002-10-23 Thread Karr, David
Dunno. I've never tried to use relative paths myself. -Original Message- From: Eddie Bush [mailto:ekbush;swbell.net] Sent: Monday, October 21, 2002 11:46 AM To: Struts Developers List Subject: Re: Struts-EL - BUILD FAILED Ok - exploring that path. I need to know how

Re: Struts-EL - BUILD FAILED

2002-10-22 Thread Eddie Bush
I got angry because the more I fixed the more that got broke - and wound up just hacking it to work. I'll revisit this soon and give it a proper fix. I was actually trying to do something else when this cropped up ... Karr, David wrote: Dunno. I've never tried to use relative paths myself.

Re: Struts-EL - BUILD FAILED

2002-10-21 Thread Eddie Bush
Ok - exploring that path. I need to know how the directory structure is on the machine nightlies run on (Craig's machine?). Does he have the different servlet APIs out there on the same level as the Struts directory? Either all paths have to be specified as relative or they must be absolute

Re: Struts-EL - BUILD FAILED

2002-10-21 Thread Eddie Bush
Well the default build is looking at things like ../somewhere and it needs to at least go to ../../../somewhere. At least, I'd think it should. Yes, it could probably be overriden in a custom properties file, but shouldn't there be reasonable default values? Martin Cooper wrote: I haven't

RE: Struts-EL - BUILD FAILED

2002-10-21 Thread Karr, David
-Original Message- From: Eddie Bush [mailto:ekbush;swbell.net] Sent: Monday, October 21, 2002 10:55 AM To: Struts Developers List Subject: Struts-EL - BUILD FAILED The build script for struts-el seems to not be working for me. I'm fixing it right now. Anyone else experiencing

RE: Struts-EL - BUILD FAILED

2002-10-21 Thread James Mitchell
- From: Eddie Bush [mailto:ekbush;swbell.net] Sent: Monday, October 21, 2002 3:00 PM To: Struts Developers List Subject: Re: Struts-EL - BUILD FAILED Well the default build is looking at things like ../somewhere and it needs to at least go to ../../../somewhere. At least, I'd think

RE: Struts-EL - BUILD FAILED

2002-10-21 Thread Craig R. McClanahan
On Mon, 21 Oct 2002, James Mitchell wrote: Date: Mon, 21 Oct 2002 15:24:33 -0400 From: James Mitchell [EMAIL PROTECTED] Reply-To: Struts Developers List [EMAIL PROTECTED] To: Struts Developers List [EMAIL PROTECTED] Subject: RE: Struts-EL - BUILD FAILED Well, before I submit

Re: Struts-EL - BUILD FAILED

2002-10-21 Thread Eddie Bush
Karr, David wrote: Well, the exercise-taglib is supposed to do some of this. Over time, I've been adding several things to the strutsel-exercise-taglib that aren't in the base app. Every time I write an example that I realize isn't covered, I add it to the app. Some of these could be added to

RE: Struts-EL - BUILD FAILED

2002-10-21 Thread Karr, David
Solutions: 1. Comment out those 2 lines so as not to cause confusion. I guess that would make it so that the default build doesn't build struts-el. Craig was trying to ensure that it was built in the default build. I don't know whether this matters. 2. Leave them 'as is' and add comments

Re: Struts-EL - BUILD FAILED

2002-10-21 Thread Eddie Bush
Craig R. McClanahan wrote: On Mon, 21 Oct 2002, Eddie Bush wrote: Date: Mon, 21 Oct 2002 13:45:38 -0500 From: Eddie Bush [EMAIL PROTECTED] Reply-To: Struts Developers List [EMAIL PROTECTED] To: Struts Developers List [EMAIL PROTECTED] Subject: Re: Struts-EL - BUILD FAILED Ok - exploring

RE: Struts-EL - BUILD FAILED

2002-10-21 Thread Karr, David
, I'll check my source. -Original Message- From: Eddie Bush [mailto:ekbush;swbell.net] Sent: Monday, October 21, 2002 11:27 AM To: Struts Developers List Subject: Re: Struts-EL - BUILD FAILED David - where does it dump out the JARs for the standard taglib? Do they really go

Re: Struts-EL - BUILD FAILED

2002-10-21 Thread Eddie Bush
Message- From: Eddie Bush [mailto:ekbush;swbell.net] Sent: Monday, October 21, 2002 10:55 AM To: Struts Developers List Subject: Struts-EL - BUILD FAILED The build script for struts-el seems to not be working for me. I'm fixing it right now. Anyone else experiencing difficulties? I

Re: Struts-EL - BUILD FAILED

2002-10-21 Thread Eddie Bush
Any thoughts on going maven in 1.2? Craig R. McClanahan wrote: On Mon, 21 Oct 2002, Eddie Bush wrote: [snip] For things like servlet api, do you prefer servlet.jar (we're actually using two different ones here, right?) or should (for struts-el) we use something like servlet23.jar? For the

RE: Struts-EL - BUILD FAILED

2002-10-21 Thread Karr, David
You don't really need to build the JSTL, just use the binary package. -Original Message- From: Eddie Bush [mailto:ekbush;swbell.net] Sent: Monday, October 21, 2002 11:21 AM To: Struts Developers List Subject: Re: Struts-EL - BUILD FAILED It appears to be using incorrect relative

RE: Struts-EL - BUILD FAILED

2002-10-21 Thread James Mitchell
-Original Message- From: Karr, David [mailto:david.karr;attws.com] Sent: Monday, October 21, 2002 3:47 PM To: 'Struts Developers List' Subject: RE: Struts-EL - BUILD FAILED Solutions: 1. Comment out those 2 lines so as not to cause confusion. I guess that would make it so

Struts-EL - BUILD FAILED

2002-10-21 Thread Eddie Bush
The build script for struts-el seems to not be working for me. I'm fixing it right now. Anyone else experiencing difficulties? -- Eddie Bush -- To unsubscribe, e-mail: mailto:struts-dev-unsubscribe;jakarta.apache.org For additional commands, e-mail:

RE: Struts-EL - BUILD FAILED

2002-10-21 Thread James Mitchell
-Original Message- From: Karr, David [mailto:david.karr;attws.com] Sent: Monday, October 21, 2002 3:47 PM To: 'Struts Developers List' Subject: RE: Struts-EL - BUILD FAILED Solutions: 1. Comment out those 2 lines so as not to cause confusion. I guess that would make it so

RE: Struts-EL - BUILD FAILED

2002-10-21 Thread James Mitchell
, October 21, 2002 4:41 PM To: Struts Developers List Subject: RE: Struts-EL - BUILD FAILED The quickest solution for me (temporary solution, since my refresh overwrites everything) was to change the struts-el from: property file=${user.home}/build.properties/ to: property file

RE: Struts-EL - BUILD FAILED

2002-10-21 Thread Craig R. McClanahan
On Mon, 21 Oct 2002, Karr, David wrote: Date: Mon, 21 Oct 2002 12:46:31 -0700 From: Karr, David [EMAIL PROTECTED] Reply-To: Struts Developers List [EMAIL PROTECTED] To: 'Struts Developers List' [EMAIL PROTECTED] Subject: RE: Struts-EL - BUILD FAILED Solutions: 1. Comment out those 2

Re: Struts-EL - BUILD FAILED

2002-10-21 Thread Craig R. McClanahan
On Mon, 21 Oct 2002, Eddie Bush wrote: Date: Mon, 21 Oct 2002 15:28:43 -0500 From: Eddie Bush [EMAIL PROTECTED] Reply-To: Struts Developers List [EMAIL PROTECTED] To: Struts Developers List [EMAIL PROTECTED] Subject: Re: Struts-EL - BUILD FAILED Any thoughts on going maven in 1.2? It's

RE: Struts-EL - BUILD FAILED

2002-10-21 Thread Craig R. McClanahan
On Mon, 21 Oct 2002, James Mitchell wrote: Date: Mon, 21 Oct 2002 16:47:36 -0400 From: James Mitchell [EMAIL PROTECTED] Reply-To: Struts Developers List [EMAIL PROTECTED] To: Struts Developers List [EMAIL PROTECTED] Subject: RE: Struts-EL - BUILD FAILED -Original Message- From

Re: Struts-EL - BUILD FAILED

2002-10-21 Thread Eddie Bush
PROTECTED] Subject: RE: Struts-EL - BUILD FAILED The quickest solution for me (temporary solution, since my refresh overwrites everything) was to change the struts-el from: property file=${user.home}/build.properties/ to: property file=../../build.properties/ Why not just add this as a third source

Re: Struts-EL - BUILD FAILED

2002-10-21 Thread Eddie Bush
Craig R. McClanahan wrote: On Mon, 21 Oct 2002, Eddie Bush wrote: Date: Mon, 21 Oct 2002 15:28:43 -0500 From: Eddie Bush [EMAIL PROTECTED] Reply-To: Struts Developers List [EMAIL PROTECTED] To: Struts Developers List [EMAIL PROTECTED] Subject: Re: Struts-EL - BUILD FAILED Any thoughts

RE: Struts-EL - BUILD FAILED

2002-10-21 Thread Karr, David
-Original Message- From: Eddie Bush [mailto:ekbush;swbell.net] Sent: Monday, October 21, 2002 1:56 PM Karr, David wrote: Perhaps it might be useful to add checks in the build script for whether it finds a build.properties file, and emits a warning if it does not? It's

RE: Struts-EL - BUILD FAILED

2002-10-21 Thread Karr, David
-Original Message- From: Eddie Bush [mailto:ekbush;swbell.net] Sent: Monday, October 21, 2002 12:17 PM So far as testing: Wouldn't it be good of us to have a struts-test app which we could exercise things in? ... or struts-regressions? ... something we target our tests on

RE: Struts-EL - BUILD FAILED

2002-10-21 Thread James Mitchell
Any thoughts on going maven in 1.2? It's definitely on the list of things I want to look at. I'd sure like to see them get to a 1.0 final first, though. Ya, I heard they are waiting for Struts 1.1 Final Release (DOH!! Just kidding) The quickest solution for me (temporary solution,

Re: Struts-EL - BUILD FAILED

2002-10-21 Thread Craig R. McClanahan
On Mon, 21 Oct 2002, Eddie Bush wrote: Date: Mon, 21 Oct 2002 16:00:51 -0500 From: Eddie Bush [EMAIL PROTECTED] Reply-To: Struts Developers List [EMAIL PROTECTED] To: Struts Developers List [EMAIL PROTECTED] Subject: Re: Struts-EL - BUILD FAILED Craig R. McClanahan wrote: On Mon, 21

Re: Struts-EL - BUILD FAILED

2002-10-21 Thread Eddie Bush
Something like that should be post 1.1 though, IMHO. (as useful as it would be) Eddie Bush wrote: Did you patch it already? If you have file the bug and attach the patch. If not, I'll continue as per what has been discussed here (going off Craig's suggestions). So far as testing:

Re: Struts-EL - BUILD FAILED

2002-10-21 Thread Craig R. McClanahan
On Mon, 21 Oct 2002, Eddie Bush wrote: Date: Mon, 21 Oct 2002 13:45:38 -0500 From: Eddie Bush [EMAIL PROTECTED] Reply-To: Struts Developers List [EMAIL PROTECTED] To: Struts Developers List [EMAIL PROTECTED] Subject: Re: Struts-EL - BUILD FAILED Ok - exploring that path. I need to know

RE: Struts-EL - BUILD FAILED

2002-10-21 Thread Martin Cooper
-Original Message- From: Karr, David [mailto:david.karr;attws.com] Sent: Monday, October 21, 2002 12:47 PM To: 'Struts Developers List' Subject: RE: Struts-EL - BUILD FAILED Solutions: 1. Comment out those 2 lines so as not to cause confusion. I guess that would make

RE: Struts-EL - BUILD FAILED

2002-10-21 Thread Martin Cooper
-Original Message- From: Craig R. McClanahan [mailto:craigmcc;apache.org] Sent: Monday, October 21, 2002 1:51 PM To: Struts Developers List Subject: RE: Struts-EL - BUILD FAILED On Mon, 21 Oct 2002, Karr, David wrote: Date: Mon, 21 Oct 2002 12:46:31 -0700 From: Karr

RE: Struts-EL - BUILD FAILED

2002-10-21 Thread Martin Cooper
-Original Message- From: Craig R. McClanahan [mailto:craigmcc;apache.org] Sent: Monday, October 21, 2002 2:16 PM To: Struts Developers List Subject: Re: Struts-EL - BUILD FAILED On Mon, 21 Oct 2002, Eddie Bush wrote: Date: Mon, 21 Oct 2002 16:00:51 -0500 From: Eddie