error building struts-faces

2004-03-23 Thread a s
Hi, I am trying to build struts-faces. I got the following error -- C:\apache\struts-facesant Buildfile: build.xml BUILD FAILED C:\apache\struts-faces\build.xml:29: The file or path you specified (..\..\..\bu ild.properties) is invalid relative to C:\apache\struts-faces Total time: 2

Re: error building struts-faces

2004-03-23 Thread James Mitchell
: jmitchtx MSN: [EMAIL PROTECTED] Yahoo IM:[EMAIL PROTECTED] - Original Message - From: a s [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, March 23, 2004 8:20 PM Subject: error building struts-faces Hi, I am trying to build struts-faces. I got the following error -- C

Getting started building struts from source - need a little help

2004-01-07 Thread Daniel Rabe
I'm trying to build struts from current CVS source. I've run into a couple of issues and thought I'd mention them here (because I don't know what else to do with them): - If I want to run test.junit, it looks like I still have to set up the cactus properties, because the init target in

Re: Getting started building struts from source - need a little help

2004-01-07 Thread Paul Sundling
If you look at some of my earlier messages you'll see I encountered the problem as well. You notice that Joe Germuska was even kind enough to add a comment to the project.xml as I suggested. So you can go and get the jar for the new validator from the URL in the comment below and then put it

Building Struts - Validator exeception

2003-10-23 Thread Philip Mark Donaghy
For my latest project I have dowloaded all the source code for struts 1.1 (I may be able to help when I get the hang of it :) I am having a problem with the class ValidatorPlugin and the method ValidatorResourcesInitializer.initialize(ValidatorResources resources, InputStream in, boolean

Re: Building struts-legacy (was: Re: Nightly build is generating empty binary distribution file)

2003-07-23 Thread Martin Cooper
Steve Peterson [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] While you are talking about updating the build, another small item for the todo list would be to sync the version number assignment up with the now-project-standard a.b.c style release numbering. I have personally seen

Re: Building struts-legacy (was: Re: Nightly build is generating empty binary distribution file)

2003-07-23 Thread David Graham
--- Martin Cooper [EMAIL PROTECTED] wrote: Steve Peterson [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] While you are talking about updating the build, another small item for the todo list would be to sync the version number assignment up with the now-project-standard a.b.c

Tiles w/o JSP (was: Re: Building struts-legacy (was: ...)

2003-07-23 Thread Nathan Bubna
Ted Husted said: Craig R. McClanahan wrote: Splitting Tiles and Validator is a little tougher if we go for the previously popular idea of melding all the custom request processor subclasses into a single one (since we don't have multiple inheritance and don't have a decomposition solution

Re: Building struts-legacy (was: Re: Nightly build is generating empty binary distribution file)

2003-07-23 Thread Martin Cooper
David Graham [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] --- Martin Cooper [EMAIL PROTECTED] wrote: Steve Peterson [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] While you are talking about updating the build, another small item for the todo list would be

Re: Building struts-legacy (was: Re: Nightly build is generatingempty binary distribution file)

2003-07-22 Thread Ted Husted
Craig R. McClanahan wrote: Splitting Tiles and Validator is a little tougher if we go for the previously popular idea of melding all the custom request processor subclasses into a single one (since we don't have multiple inheritance and don't have a decomposition solution yet - which is at least

Re: Building struts-legacy (was: Re: Nightly build is generatingempty binary distribution file)

2003-07-22 Thread Ted Husted
Craig R. McClanahan wrote: Do we really want to wait that long? CAN we wait that long? How long is a piece of String. =:0) We can do a 1.2 release candidate this month, and then figure on doing 1.3 by the end of August. As long as week keep 1.x.x in evolutionary mode, I don't think we need to

Re: Building struts-legacy (was: Re: Nightly build is generating empty binary distribution file)

2003-07-22 Thread Steve Peterson
While you are talking about updating the build, another small item for the todo list would be to sync the version number assignment up with the now-project-standard a.b.c style release numbering. I have personally seen some (small) confusion related to release 1.1.0 being stored in

RE: Building struts-legacy (was: Re: Nightly build is generating empty binary distribution file)

2003-07-22 Thread Edgar Dollin
] Sent: Monday, July 21, 2003 10:56 PM To: 'Struts Developers List'; Edgar Dollin Cc: '[EMAIL PROTECTED]' Subject: RE: Building struts-legacy (was: Re: Nightly build is generating empty binary distribution file) On Mon, 21 Jul 2003, Edgar Dollin wrote: Date: Mon, 21 Jul 2003 20:04:11 -0400 From

Building struts-legacy (was: Re: Nightly build is generating empty binary distribution file)

2003-07-21 Thread Martin Cooper
Craig R. McClanahan [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] On Sun, 20 Jul 2003, Steve Raeburn wrote: Date: Sun, 20 Jul 2003 22:21:16 -0700 From: Steve Raeburn [EMAIL PROTECTED] Reply-To: Struts Developers List [EMAIL PROTECTED], [EMAIL PROTECTED] To: Struts

Re: Building struts-legacy (was: Re: Nightly build is generating empty binary distribution file)

2003-07-21 Thread David Graham
--- Martin Cooper [EMAIL PROTECTED] wrote: Craig R. McClanahan [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] On Sun, 20 Jul 2003, Steve Raeburn wrote: Date: Sun, 20 Jul 2003 22:21:16 -0700 From: Steve Raeburn [EMAIL PROTECTED] Reply-To: Struts Developers List

Re: Building struts-legacy (was: Re: Nightly build is generatingempty binary distribution file)

2003-07-21 Thread Craig R. McClanahan
On Mon, 21 Jul 2003, Martin Cooper wrote: Given that we have struts-legacy on its own release cycle, I think we need to decouple the struts-legacy build from the main Struts build. They were coupled shortly before the 1.1 final release, and that was a big pain when I was creating the

Re: Building struts-legacy (was: Re: Nightly build is generatingempty binary distribution file)

2003-07-21 Thread Ted Husted
Craig R. McClanahan wrote: It wouldn't bother me to break the overall build for a while in order to get this sorted out -- IMHO it's pretty broken already :-). But we might also want to do a 1.2.0 first. Comments? I'd agree that we should do a 1.2.0 first to get the first round of patches and

Re: Building struts-legacy (was: Re: Nightly build is generatingempty binary distribution file)

2003-07-21 Thread Craig R. McClanahan
On Mon, 21 Jul 2003, Ted Husted wrote: Date: Mon, 21 Jul 2003 16:50:34 -0400 From: Ted Husted [EMAIL PROTECTED] Reply-To: Struts Developers List [EMAIL PROTECTED] To: Struts Developers List [EMAIL PROTECTED] Subject: Re: Building struts-legacy (was: Re: Nightly build is generating

Re: Building struts-legacy (was: Re: Nightly build is generating empty binary distribution file)

2003-07-21 Thread Martin Cooper
Craig R. McClanahan [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] On Mon, 21 Jul 2003, Martin Cooper wrote: Given that we have struts-legacy on its own release cycle, I think we need to decouple the struts-legacy build from the main Struts build. They were coupled shortly

RE: Building struts-legacy (was: Re: Nightly build is generating empty binary distribution file)

2003-07-21 Thread Edgar Dollin
Does it cost anything to leave in the struts-legacy? If not could you leave it until the 2.0 release? Thanks Edgar -Original Message- From: David Graham [mailto:[EMAIL PROTECTED] Sent: Monday, July 21, 2003 1:55 PM To: 'Struts Developers List' Subject: Re: Building struts-legacy

RE: Building struts-legacy (was: Re: Nightly build is generatingempty binary distribution file)

2003-07-21 Thread Craig R. McClanahan
On Mon, 21 Jul 2003, Edgar Dollin wrote: Date: Mon, 21 Jul 2003 20:04:11 -0400 From: Edgar Dollin [EMAIL PROTECTED] Reply-To: Struts Developers List [EMAIL PROTECTED], [EMAIL PROTECTED] To: 'Struts Developers List' [EMAIL PROTECTED], [EMAIL PROTECTED] Subject: RE: Building

Re: Building struts-legacy (was: Re: Nightly build is generatingempty binary distribution file)

2003-07-21 Thread Craig R. McClanahan
On Mon, 21 Jul 2003, Martin Cooper wrote: Decoupling this would probably be nice, but I don't think we're done if we just fix that. I never thought I'd see a build environment more complex than the one for Tomcat 4.1, but I think we've grown ourselves one :-(. I agree that we're not

Re: compiling and building struts

2003-03-10 Thread Robert Leland
asatrasala wrote: Hello, Is there any one place I can download all the dependent jars necessary for compiling struts Yes download a nightly build and use the included commons-* jars. -Rob - To unsubscribe, e-mail: [EMAIL

Re: compiling and building struts

2003-03-09 Thread asatrasala
Hello, Is there any one place I can download all the dependent jars necessary for compiling struts Thanks, -Aswath [EMAIL PROTECTED] wrote: It's pretty straightforward. 1. Check out Struts into a new project via the Eclipse CVS integration. 2. Download .jar dependencies 3. Edit Eclipse

Re: compiling and building struts

2003-03-09 Thread Craig R. McClanahan
On Sun, 9 Mar 2003, asatrasala wrote: Date: Sun, 09 Mar 2003 18:40:58 -0800 From: asatrasala [EMAIL PROTECTED] Reply-To: Struts Developers List [EMAIL PROTECTED] To: Struts Developers List [EMAIL PROTECTED] Subject: Re: compiling and building struts Hello, Is there any one place I can

Re: compiling and building struts

2003-03-06 Thread Steve Peterson
It's pretty straightforward. 1. Check out Struts into a new project via the Eclipse CVS integration. 2. Download .jar dependencies 3. Edit Eclipse project classpath settings to refer to .jar files from #2, and set source paths properly. After this step, Struts should be compiling with no

Building Struts and Servlet/JSP Versions

2003-03-06 Thread Craig R. McClanahan
FYI, it turns out we have one additional servlet/JSP versioning issue. I put in a patch last night to add jsp.jar to the classpath (if it is set), because the servlet and JSP jars were separated for Servlet 2.4 / JSP 2.0. But it turns out this is not sufficient to support building Struts against

Re: Building Struts and Servlet/JSP Versions

2003-03-06 Thread David Graham
to support building Struts against these JAR files. In Servlet 2.4, some additional methods got added to HttpServletRequest, which causes compile errors on org.apache.struts.upload.MultipartRequestWrapper. However, if we were to add the new methods and try to delegate them to the underlying request object

compiling and building struts

2003-03-05 Thread asatrasala
Sorry to grab into the 'Build Broken' thread. I think this is a developer question. I am looking to compile/build struts in the eclipse environment, including checkingout all the sources and jars needed from CVS etc needed to compile/build struts. I tried, but could not understand some of

Re: Building Struts

2002-10-31 Thread Ted Husted
I'm sure Craig or Martin will chime in about this, but many of the Commons components are now able to automatically download the JARs you need. I haven't had a chance to backtrack the technicalities myself, but I'm guessing this may be an offshoot of the Maven functionality. Jelly in the

Re: Building Struts

2002-10-31 Thread Craig R. McClanahan
On Wed, 30 Oct 2002, David Graham wrote: Date: Wed, 30 Oct 2002 20:32:31 -0700 From: David Graham [EMAIL PROTECTED] Reply-To: Struts Developers List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Building Struts I'm starting to work on source patches so I'm setting up my build

Re: Building Struts

2002-10-31 Thread David Graham
Developers List [EMAIL PROTECTED] Subject: Re: Building Struts Date: Thu, 31 Oct 2002 09:05:45 -0800 (PST) On Wed, 30 Oct 2002, David Graham wrote: Date: Wed, 30 Oct 2002 20:32:31 -0700 From: David Graham [EMAIL PROTECTED] Reply-To: Struts Developers List [EMAIL PROTECTED] To: [EMAIL PROTECTED

RE: Building Struts

2002-10-31 Thread Karr, David
-Original Message- From: David Graham [mailto:dgraham1980;hotmail.com] Sent: Thursday, October 31, 2002 9:42 AM This is my first time using Ant so I'm ignorant of all the details. I was thinking we could zip up a build environment with all the required jars in it and a

Re: Building Struts

2002-10-31 Thread Craig R. McClanahan
On Thu, 31 Oct 2002, David Graham wrote: Date: Thu, 31 Oct 2002 10:42:19 -0700 From: David Graham [EMAIL PROTECTED] Reply-To: Struts Developers List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: Building Struts This is my first time using Ant so I'm ignorant of all the details. I

RE: Building Struts

2002-10-31 Thread Craig R. McClanahan
On Thu, 31 Oct 2002, Karr, David wrote: Date: Thu, 31 Oct 2002 10:11:38 -0800 From: Karr, David [EMAIL PROTECTED] Reply-To: Struts Developers List [EMAIL PROTECTED] To: Struts Developers List [EMAIL PROTECTED] Subject: RE: Building Struts -Original Message- From: David Graham

RE: Building Struts

2002-10-31 Thread James Holmes
10:11:38 -0800 From: Karr, David [EMAIL PROTECTED] Reply-To: Struts Developers List [EMAIL PROTECTED] To: Struts Developers List [EMAIL PROTECTED] Subject: RE: Building Struts -Original Message- From: David Graham [mailto:dgraham1980;hotmail.com] Sent: Thursday, October

RE: Building Struts

2002-10-31 Thread Karr, David
PROTECTED] To: Struts Developers List [EMAIL PROTECTED] Subject: RE: Building Struts I think it might be feasible to build a zip file containing all the distributions that are needed, but not the Struts build.properties file. That would at least make part of the process easier. But which

RE: Building Struts

2002-10-31 Thread David Graham
PROTECTED] To: Struts Developers List [EMAIL PROTECTED] Subject: RE: Building Struts Date: Thu, 31 Oct 2002 11:11:41 -0800 -Original Message- From: Craig R. McClanahan [mailto:craigmcc;apache.org] Sent: Thursday, October 31, 2002 11:08 AM On Thu, 31 Oct 2002, Karr, David wrote: Date: Thu

RE: Building Struts

2002-10-31 Thread Craig R. McClanahan
On Thu, 31 Oct 2002, James Holmes wrote: Date: Thu, 31 Oct 2002 11:10:22 -0800 (PST) From: James Holmes [EMAIL PROTECTED] Reply-To: Struts Developers List [EMAIL PROTECTED] To: Struts Developers List [EMAIL PROTECTED] Subject: RE: Building Struts I think it would be nice if we could run

Building Struts

2002-10-30 Thread David Graham
I'm starting to work on source patches so I'm setting up my build environment for testing purposes. I've found this exercise both mundane and time consuming. Would it be worthwhile to post a zipped up build environment with a build.properties that's ready to go? Getting all the appropriate

Re: Building Struts

2002-10-30 Thread James Holmes
I wholeheatedly agree. Just had to redo my environment on a new machine. +1. -james --- David Graham [EMAIL PROTECTED] wrote: I'm starting to work on source patches so I'm setting up my build environment for testing purposes. I've found this exercise both mundane and time consuming.

Re: Building Struts

2002-10-30 Thread David Graham
Ok, When I get this working I'll clean it up and we can decide where to post it. David From: James Holmes [EMAIL PROTECTED] Reply-To: Struts Developers List [EMAIL PROTECTED] To: Struts Developers List [EMAIL PROTECTED] Subject: Re: Building Struts Date: Wed, 30 Oct 2002 19:40:21 -0800

DO NOT REPLY [Bug 9615] - cannot run ant test.all after building struts

2002-06-15 Thread bugzilla
/show_bug.cgi?id=9615 cannot run ant test.all after building struts [EMAIL PROTECTED] changed: What|Removed |Added Status|NEW |RESOLVED Resolution

DO NOT REPLY [Bug 9615] New: - cannot run ant test.all after building struts

2002-06-04 Thread bugzilla
/show_bug.cgi?id=9615 cannot run ant test.all after building struts Summary: cannot run ant test.all after building struts Product: Struts Version: Nightly Build Platform: Other OS/Version: Linux Status: NEW Severity: Normal

Building Struts From Source

2002-03-11 Thread Suneet Shah
I am trying to build struts from the source in an attempt to resolve a parsing problem I am experiencing. The documentation on the site mentions that the commons-* jars are prerequisites for this. However, in reviewing the build.xml file, I don't see any reference to this. Also, the docs

Re: Building Struts From Source

2002-03-11 Thread Martin Cooper
the Struts 1.0.x builds include them. -- Martin Cooper - Original Message - From: Suneet Shah [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, March 11, 2002 2:19 PM Subject: Building Struts From Source I am trying to build struts from the source in an attempt to resolve

Notes on building Struts from scratch (CVS Main)

2002-03-05 Thread Immanuel, Gidado-Yisa
I was trying to build struts from source (nightlies and CVS-MAIN), and found it a little less than straight forward. I did not see any help in the archives...So this text documents my trials to succesfully build struts from scratch...it's here for the record. Also, if there is a much simpler

RE: Notes on building Struts from scratch (CVS Main)

2002-03-05 Thread Immanuel, Gidado-Yisa
. In the process of building struts... I ended up with: PRODUCT VERSION commons-collections.jar 1.0 commons-pool.jarCVS-Main commons-logging.jar CVS-Main commons-validator.jar CVS-Main commons-dbcp.jarCVS-Main commons-digester.jarCVS-Main commons

Building Struts 1.0.1rc1: Missing xalan

2002-01-01 Thread David M. Karr
I'd like to experiment with some ideas for modifying the html:radio tag. Before I make changes, I'm first trying to build Struts1.0.1rc1 OOTB. The build.xml script talks about setting jdbc20ext.jar and servlet.jar, which I've done (pointing to my Tomcat4.0.1b2 distribution), but when I try to

Re: Ted Husted: An entry for the FAQ(Re: building struts)

2001-02-23 Thread Rob Leland
I left out one important point. That is to copy the ant/dist/lib files to your ant/lib dir so the revised FAQ entry would look like: This should go in the FAQ: Question: I cannot building struts, I keep getting either a java.lang.ClassNotFoundException

RE: building struts

2001-02-22 Thread Schachter, Michael
Rob, That seems like a JAXP problem to me. Make sure you don't have parser.jar in your classpath, and no other application uses jaxp.jar from JAXP 1.0 -Original Message- From: Rob Leland To: [EMAIL PROTECTED] Sent: 2/22/01 3:50 PM Subject: building struts Ok: I am trying to build