cvs commit: maven/src/plugins-build/cactus plugin.jelly

2003-09-11 Thread vmassol
vmassol 2003/09/11 05:14:10 Modified:src/plugins-build/cactus/xdocs changes.xml goals.xml src/plugins-build/cactus plugin.jelly Log: New cactus:jar-install goal to install the Cactus jar in the local Maven repository. This is useful if you wish to put Cactus test clas

cvs commit: maven/src/plugins-build/cactus plugin.jelly

2003-09-11 Thread vmassol
vmassol 2003/09/11 05:04:01 Modified:src/plugins-build/cactus/xdocs changes.xml goals.xml src/plugins-build/cactus plugin.jelly Log: New cactus:jar goal to generate a jar containing the Cactus test classes. This is useful if you wish to put Cactus test classes in one

cvs commit: maven/src/plugins-build/cactus plugin.jelly project.xml plugin.properties

2003-08-14 Thread dion
dion2003/08/12 23:57:11 Modified:src/plugins-build/cactus/xdocs Tag: MAVEN_RC1_STABLE properties.xml changes.xml src/plugins-build/cactus Tag: MAVEN_RC1_STABLE plugin.jelly project.xml plugin.properties Log: Pick up r

cvs commit: maven/src/plugins-build/cactus plugin.jelly

2003-08-14 Thread vmassol
vmassol 2003/08/05 06:45:01 Modified:src/plugins-build/cactus plugin.jelly Log: the weblogic container task needs a beaHome property defined. The weblogic 7x integration is *not* working yet. Revision ChangesPath 1.31 +6 -3 maven/src/plugins-build/cactus/plugin

cvs commit: maven/src/plugins-build/cactus plugin.jelly

2003-08-05 Thread vmassol
vmassol 2003/08/05 03:27:36 Modified:src/plugins-build/cactus/xdocs changes.xml src/plugins-build/cactus plugin.jelly Log: Added back support for WL 7.x. I haven't tested it though. If someone who has WL7 on his machine could test it, that would be great... :-) R

cvs commit: maven/src/plugins-build/cactus plugin.jelly

2003-07-10 Thread epugh
epugh 2003/07/10 08:58:12 Modified:src/plugins-build/cactus/xdocs changes.xml tasks.xml goals.xml src/plugins-build/cactus plugin.jelly Log: Added cactus:match goal. Need to refactor catus:test/match/single goals to reuse code. Revision

RE: cvs commit: maven/src/plugins-build/cactus plugin.jelly

2003-07-10 Thread Vincent Massol
plugin. Thanks -Vincent > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: 10 July 2003 17:30 > To: [EMAIL PROTECTED] > Subject: RE: cvs commit: maven/src/plugins-build/cactus plugin.jelly > > The Plexus plugin was a great example, and

RE: cvs commit: maven/src/plugins-build/cactus plugin.jelly

2003-07-10 Thread EPugh
The Plexus plugin was a great example, and I can see how using tags is going to be helpful in lots of areas.. Now, here is my current question. Becasue the target is an Ant task with various embedded tasks, I wanted to take some of the common ones, like and put them in their own tags. That way

RE: cvs commit: maven/src/plugins-build/cactus plugin.jelly

2003-07-10 Thread Jason van Zyl
On Thu, 2003-07-10 at 09:44, Vincent Massol wrote: > > -Original Message- > > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > > Sent: 10 July 2003 15:26 > > To: [EMAIL PROTECTED] > > Subject: RE: cvs commit: maven/src/plugins-build/cactus plugin.jelly >

RE: cvs commit: maven/src/plugins-build/cactus plugin.jelly

2003-07-10 Thread Vincent Massol
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: 10 July 2003 15:26 > To: [EMAIL PROTECTED] > Subject: RE: cvs commit: maven/src/plugins-build/cactus plugin.jelly > > Vincent, > > When I put in the cactus:single, I knew th

RE: cvs commit: maven/src/plugins-build/cactus plugin.jelly

2003-07-10 Thread EPugh
Then call that from cactus:test and cactus:single... ERic -Original Message- From: Vincent Massol To: 'Maven Developers List' Sent: 7/10/03 8:35 AM Subject: RE: cvs commit: maven/src/plugins-build/cactus plugin.jelly Hi Eric, Can you add a comment mentioning that the code you have a

RE: cvs commit: maven/src/plugins-build/cactus plugin.jelly

2003-07-10 Thread Vincent Massol
s -Vincent > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: 10 July 2003 14:10 > To: [EMAIL PROTECTED] > Subject: cvs commit: maven/src/plugins-build/cactus plugin.jelly > > epugh 2003/07/10 05:09:38 > > Modified:src/p

cvs commit: maven/src/plugins-build/cactus plugin.jelly

2003-07-10 Thread epugh
epugh 2003/07/10 05:09:38 Modified:src/plugins-build/cactus/xdocs changes.xml goals.xml src/plugins-build/cactus plugin.jelly Log: Added new cactus:single target to run just one testcase. Revision ChangesPath 1.14 +6 -2 maven/src/plugins-build/c

cvs commit: maven/src/plugins-build/cactus plugin.jelly

2003-07-08 Thread epugh
epugh 2003/07/08 01:17:01 Modified:src/plugins-build/cactus plugin.jelly Log: Changed dependency handle to follow pattern used by test plugin Revision ChangesPath 1.26 +8 -7 maven/src/plugins-build/cactus/plugin.jelly Index: plugin.jelly ===

cvs commit: maven/src/plugins-build/cactus plugin.jelly

2003-07-02 Thread vmassol
vmassol 2003/07/02 00:03:24 Modified:src/plugins-build/cactus plugin.jelly Log: Make the core independent of the repo layout. Thanks to dIon. Actually, I never used the Artifact object. I'll need to check its source code as it looks good. Revision ChangesPath 1.24 +

Re: cvs commit: maven/src/plugins-build/cactus plugin.jelly

2003-07-01 Thread dion
[EMAIL PROTECTED] wrote on 02/07/2003 07:34:20 AM: > vmassol 2003/07/01 14:34:20 > > Modified:src/plugins-build/cactus plugin.jelly > Log: > Now using pom.artifacts to support override Bzzzt. > > Revision ChangesPath > 1.23 +2 -1 maven/src/plugins-build/cactus/

cvs commit: maven/src/plugins-build/cactus plugin.jelly

2003-07-01 Thread vmassol
vmassol 2003/07/01 14:34:20 Modified:src/plugins-build/cactus plugin.jelly Log: Now using pom.artifacts to support override Revision ChangesPath 1.23 +2 -1 maven/src/plugins-build/cactus/plugin.jelly Index: plugin.jelly ==

cvs commit: maven/src/plugins-build/cactus plugin.jelly

2003-06-07 Thread vmassol
vmassol 2003/06/07 08:42:20 Modified:src/plugins-build/cactus plugin.jelly Log: Make it work with Cactus tests using HttpUnit Revision ChangesPath 1.19 +25 -17maven/src/plugins-build/cactus/plugin.jelly Index: plugin.jelly =

cvs commit: maven/src/plugins-build/cactus plugin.jelly

2003-06-05 Thread vmassol
vmassol 2003/06/04 22:35:33 Modified:src/plugins-build/cactus plugin.jelly Log: Applied Florin's patch for Fileset include/exclude so that comma separated list are supported. Revision ChangesPath 1.18 +9 -12 maven/src/plugins-build/cactus/plugin.jelly Index

cvs commit: maven/src/plugins-build/cactus plugin.jelly

2003-05-28 Thread vmassol
vmassol 2003/05/28 02:41:44 Modified:src/plugins-build/cactus plugin.jelly Log: now using the "plain" formatter instead of the "brief" one in order to get list of tests printed in the console. Revision ChangesPath 1.17 +1 -1 maven/src/plugins-build/cactus/plugi

RE: cvs commit: maven/src/plugins-build/cactus plugin.jelly

2003-03-30 Thread Vincent Massol
*sigh* ... If only I could find a nice XML editor for Eclipse which doesn't introduce tabs... Thanks dIon! -Vincent > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: 30 March 2003 18:18 > To: [EMAIL PROTECTED] > Subject: cvs commit: mav

cvs commit: maven/src/plugins-build/cactus plugin.jelly

2003-03-30 Thread dion
dion2003/03/30 08:18:05 Modified:src/plugins-build/cactus plugin.jelly Log: detab Revision ChangesPath 1.13 +5 -5 maven/src/plugins-build/cactus/plugin.jelly Index: plugin.jelly === RCS

cvs commit: maven/src/plugins-build/cactus plugin.jelly

2003-03-23 Thread vmassol
vmassol 2003/03/23 01:30:31 Modified:src/plugins-build/cactus plugin.jelly Log: Added default goal Revision ChangesPath 1.9 +9 -0 maven/src/plugins-build/cactus/plugin.jelly Index: plugin.jelly

cvs commit: maven/src/plugins-build/cactus plugin.jelly

2003-03-22 Thread vmassol
vmassol 2003/03/22 13:25:28 Modified:src/plugins-build/cactus plugin.jelly Log: Generic support for any container defined in the Cactus/Ant Integration module. Revision ChangesPath 1.8 +34 -17maven/src/plugins-build/cactus/plugin.jelly Index: plugin.jelly

cvs commit: maven/src/plugins-build/cactus plugin.jelly

2003-03-19 Thread vmassol
vmassol 2003/03/19 03:54:15 Modified:src/plugins-build/cactus plugin.jelly Log: Removed comments for goals that are not public Revision ChangesPath 1.6 +9 -20 maven/src/plugins-build/cactus/plugin.jelly Index: plugin.jelly