RE: [scaffold] New build + a few updates

2002-01-01 Thread Vincent Massol
Done. -Original Message- From: Ted Husted [mailto:[EMAIL PROTECTED]] Sent: 01 January 2002 20:58 To: Struts Developers List Subject: Re: [scaffold] New build + a few updates Vincent Massol wrote: No, that's something I forgot to add during my refactoring. I'll add it. What I

RE: cvs commit: jakarta-struts/contrib/scaffold build.xml

2002-01-01 Thread Vincent Massol
];Vincent Massol/a -@version $Id: build.xml,v 1.2 2001/12/28 13:34:56 vmassol Exp $ +@version $Id: build.xml,v 1.3 2002/01/01 21:03:50 vmassol Exp $ == == = -- project name=Scaffold default=dist

RE: cvs commit: jakarta-struts/contrib/scaffold build.xml

2002-01-01 Thread Vincent Massol
--- build.xml 28 Dec 2001 13:34:56 - 1.2 +++ build.xml 1 Jan 2002 21:03:50 - 1.3 @@ -57,7 +57,7 @@ @author a href=mailto:[EMAIL PROTECTED];Ted Husted/a @author a href=mailto:[EMAIL PROTECTED];Vincent Massol/a -@version $Id: build.xml,v 1.2 2001/12/28

RE: cvs commit: jakarta-struts/contrib/scaffold build.xml

2002-01-01 Thread Vincent Massol
Message - From: Vincent Massol [EMAIL PROTECTED] To: 'Struts Developers List' [EMAIL PROTECTED] Sent: Tuesday, January 01, 2002 1:37 PM Subject: RE: cvs commit: jakarta-struts/contrib/scaffold build.xml -Original Message- From: Ted Husted [mailto:[EMAIL PROTECTED]] Sent

Re: cvs commit: jakarta-struts/contrib/validator/conf/test cactus.properties

2001-07-09 Thread Vincent Massol
Hi, Looking at the comments in the cactus.properties file it looks like you're using an old copy of this file (it mentions J2EEUnit !). Of course it has no effect on the properties themselves, but it looks like some reminiscence of the past ... :) Good luck. -Vincent - Original Message

Cactus suite of tests for Struts - Done

2001-05-06 Thread Vincent Massol
Ok, here it is ! I have committed the changes to enable running cactus unit tests within Struts. Please have a look and tell me what you think. Please note that although I have committed the changes, David Winterfeldt was the one who initially wrote this Cactus integration with Struts and sent it

Cactus suite of tests for Struts

2001-05-05 Thread Vincent Massol
I have been working with David Winterfeldt on adding Cactus tests to Struts. The plan is to add all build-related stuff tomorrow (Sunday) in Struts CVS with a very simple test class. The second step will be to gather all available help to write some other unit tests and ensuring that all new

Re: Struts Unit Testing

2001-04-26 Thread Vincent Massol
- Original Message - From: David Winterfeldt [EMAIL PROTECTED] To: Vincent Massol [EMAIL PROTECTED] Sent: Thursday, April 26, 2001 9:29 PM Subject: Re: Struts Unit Testing I have Tomcat 3.2 starting, running the tests, and shutting down. I'll modify it to handle multiple servers

Re: J2EEUnit suite of tests for Struts

2001-04-06 Thread Vincent Massol
- Original Message - From: "Craig R. McClanahan" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, April 06, 2001 8:34 PM Subject: RE: J2EEUnit suite of tests for Struts On Thu, 5 Apr 2001, RPower wrote: Hi, I'm very keen to get involved with the J2EEUnit suite of tests for

Request go ahead for structural changes in CVS

2001-03-18 Thread Vincent Massol
I'd like to have the go ahead for making the changes to the struts directory structure, as mentionned in the thread "[PROPOSAL] Struts Source Directory Structure". Namely, I'd like to commit the following changes that I have locally on my computer (step 1) : - Move jakarta-struts/src/doc to

Re: Request go ahead for structural changes in CVS

2001-03-18 Thread Vincent Massol
- Original Message - From: "Robert Leland" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Sunday, March 18, 2001 3:23 PM Subject: Re: Request go ahead for structural changes in CVS Vincent Massol wrote: I'd like to have the go ahead for making the changes to the struts

J2EEUnit suite of tests for Struts

2001-03-17 Thread Vincent Massol
he changes on next monday. It will contain some unit tests for ServletAction, then goal being to do the integration and automatic testing using Ant. Then, once this is done, all volunteers can participate to improve the suite of tests. Thanks. Vincent Massol.

Re: PROPOSAL - Testing Framework

2001-02-24 Thread Vincent Massol
I am now looking at Struts in order to write the test suite (I have only looked at build.bat and build.xml so far ...) and I have notice the following details that may need to be corrected/improved : 1- In build.bat, the CP variable does not define an XML parser. %ANT_HOME%\lib\jaxp.jar and

Re: PROPOSAL - Testing Framework

2001-02-22 Thread Vincent Massol
Give me until tomorrow and I'll come up with a structure, organization, and some tests proposals ... :) Thanks. Vincent. - Original Message - From: "Rob Leland" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, February 22, 2001 9:47 PM Subject: Re: PROPOSAL - Testing Framework

Re: PROPOSAL - Testing Framework

2001-02-20 Thread Vincent Massol
in version 0.7 (in CVS). Vincent Massol. - Original Message - From: "Rob Leland" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, February 19, 2001 7:36 PM Subject: PROPOSAL - Testing Framework I would like to add some additional Unit tests to the struts framework. T