cvs commit: jakarta-cactus/integration/ant/src/test/org/apache/cactus/integration/ant AntTestCase.java

2003-10-19 Thread cmlenz
cmlenz 2003/10/19 14:32:51 Modified:integration/ant/src/test/org/apache/cactus/integration/ant AntTestCase.java Log: Replace a method deprecated in Ant 1.6 by its recommended replacement. Revision ChangesPath 1.10 +3 -2 jakarta-cactus/i

RE: cvs commit: jakarta-cactus/framework build.xml

2003-10-19 Thread Vincent Massol
Thanks! :-) -Vincent > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: 19 October 2003 22:01 > To: [EMAIL PROTECTED] > Subject: cvs commit: jakarta-cactus/framework build.xml > > cmlenz 2003/10/19 13:00:55 > > Modified:framework build.xml > Lo

cvs commit: jakarta-cactus/framework build.xml

2003-10-19 Thread cmlenz
cmlenz 2003/10/19 13:00:55 Modified:framework build.xml Log: The tests wouldn't run if clover was enabled, because logging.properties was not available. This change makes the tests work with as well as without clover enabled. Revision ChangesPath 1.73 +7 -3

Looking for Cactus information

2003-10-19 Thread Rosemarie Graham
I am interested acquiring information on Cactus for Developer.com and Gamelan.com. Right now there is no information about Cactus on our site. Would you or anyone you know be interested in publishing an article with us? I would like to start off with a introductory article on the what, when, and wh

RE: building using maven?

2003-10-19 Thread Vincent Massol
> -Original Message- > From: Christopher Lenz [mailto:[EMAIL PROTECTED] > Sent: 19 October 2003 20:52 > To: Cactus Developers List > Subject: Re: building using maven? [snip] > > > > There's a better solution: to use a stylesheet (I've posted the solution > > some time ago when answering

Re: building using maven?

2003-10-19 Thread Christopher Lenz
Vincent Massol wrote: -Original Message- From: Christopher Lenz [mailto:[EMAIL PROTECTED] Sent: 19 October 2003 17:04 To: Cactus Developers List Subject: Re: building using maven? In the context of our build system, I'd like to eventually experiment with Ant 1.6, which I think could conside

cvs commit: jakarta-cactus/documentation/docs/xdocs/participating todo.xml

2003-10-19 Thread vmassol
vmassol 2003/10/19 11:33:51 Modified:documentation/docs/xdocs/participating todo.xml Log: Added API stability item Revision ChangesPath 1.41 +4 -0 jakarta-cactus/documentation/docs/xdocs/participating/todo.xml Index: todo.xml =

cvs commit: jakarta-cactus/documentation/docs/xdocs/participating todo.xml

2003-10-19 Thread vmassol
vmassol 2003/10/19 11:32:25 Modified:documentation/docs/xdocs/participating todo.xml Log: A few more ideas Revision ChangesPath 1.40 +9 -1 jakarta-cactus/documentation/docs/xdocs/participating/todo.xml Index: todo.xml =

RE: building using maven?

2003-10-19 Thread Vincent Massol
> -Original Message- > From: Christopher Lenz [mailto:[EMAIL PROTECTED] > Sent: 19 October 2003 17:04 > To: Cactus Developers List > Subject: Re: building using maven? > > Vincent Massol wrote: > > Hi Per, > > > > You should really use the Ant-based build for now. This is the current > >

RE: building using maven?

2003-10-19 Thread Vincent Massol
> -Original Message- > From: Christopher Lenz [mailto:[EMAIL PROTECTED] > Sent: 19 October 2003 17:04 > To: Cactus Developers List > Subject: Re: building using maven? > > Vincent Massol wrote: > > Hi Per, > > > > You should really use the Ant-based build for now. This is the current > >

cvs commit: jakarta-cactus/documentation/docs/xdocs changes.xml

2003-10-19 Thread vmassol
vmassol 2003/10/19 11:15:58 Modified:documentation/docs/xdocs changes.xml Log: Make logging system really work. Tested with JDK 1.4, Log4j and simple logging. Also tested with several app server Revision ChangesPath 1.136 +5 -0 jakarta-cactus/documentation/docs/

cvs commit: jakarta-cactus/samples/servlet logging_client.properties.sample logging_server.properties.sample build.xml build.properties.sample .cvsignore

2003-10-19 Thread vmassol
vmassol 2003/10/19 11:15:31 Modified:samples/servlet/src/scripts/share build.xml samples/servlet build.xml build.properties.sample .cvsignore Added: samples/servlet logging_client.properties.sample logging_server.properties.sample Log: M

cvs commit: jakarta-cactus/integration/ant/src/java/org/apache/cactus/integration/ant/container AbstractJavaContainer.java ContainerRunner.java ContainerWrapper.java Container.java AbstractContainer.java

2003-10-19 Thread vmassol
vmassol 2003/10/19 11:08:43 Modified: integration/ant/src/java/org/apache/cactus/integration/ant/container/resin Resin2xContainer.java integration/ant/src/test/org/apache/cactus/integration/ant/container MockContainer.java

cvs commit: jakarta-cactus/framework/src/java/j2ee13/org/apache/cactus/server FilterTestRedirector.java

2003-10-19 Thread vmassol
vmassol 2003/10/19 11:06:47 Modified:framework build.xml logging.properties.sample framework/src/java/share/org/apache/cactus/server ServletTestRedirector.java JspTestRedirector.java framework/src/test/share/org/apache/cactus

Re: building using maven?

2003-10-19 Thread Christopher Lenz
Vincent Massol wrote: Hi Per, You should really use the Ant-based build for now. This is the current official build and is documented on Cactus web site. The Maven build is a work in progress, it is far from being finished and is not documented yet. That's unless you're a Maven expert and wish to

Re: Serializing test case classes

2003-10-19 Thread Christopher Lenz
Vincent Massol wrote: I'd like to propose a change of implementation for Cactus 1.6. I'd like to serialize test case classes on the client side and pass them to the server side, instead of recreating the test case class on the server side. Benefits? This will allow several new use cases, such as pa

Re: Use HTTP header instead of unique ID?

2003-10-19 Thread Christopher Lenz
Vincent Massol wrote: -Original Message- From: Christopher Lenz [mailto:[EMAIL PROTECTED] Sent: 18 October 2003 21:55 To: Cactus Developers List Subject: Re: Use HTTP header instead of unique ID? Vincent Massol wrote: Nick has started a unique id generator to support execution of concurrent