RE: cvs commit: maven-plugins/cruisecontrol project.xml

2004-07-23 Thread Maczka Michal


> -Original Message-
> From: Brett Porter [mailto:[EMAIL PROTECTED]
> Sent: Friday, July 23, 2004 4:51 PM
> To: Maven Developers List
> Subject: Re: cvs commit: maven-plugins/cruisecontrol project.xml
> 
> 
> Eric,
> 
> 1.5-SNAPSHOT is the standard notation.
> 
> - Brett
> 

"Just wanted to let everyone know that I'm taking a break. I'll be
holidaying
until the 16th of August and will be avoiding computers like the plague
while
I'm away. If I respond to emails during that time, please remind me that I'm
supposed to be taking a break :)"


be gone! ;)

Michal

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: cvs commit: maven-plugins/cruisecontrol project.xml

2004-07-23 Thread Brett Porter
Eric,

1.5-SNAPSHOT is the standard notation.

- Brett

Quoting [EMAIL PROTECTED]:

> epugh   2004/07/23 02:07:55
> 
>   Modified:cruisecontrol project.xml
>   Log:
>   We are working on 1.5-dev!
>   
>   Revision  ChangesPath
>   1.27  +1 -1  maven-plugins/cruisecontrol/project.xml
>   
>   Index: project.xml
>   ===
>   RCS file: /home/cvs/maven-plugins/cruisecontrol/project.xml,v
>   retrieving revision 1.26
>   retrieving revision 1.27
>   diff -u -r1.26 -r1.27
>   --- project.xml 11 Jul 2004 01:35:31 -  1.26
>   +++ project.xml 23 Jul 2004 09:07:55 -  1.27
>   @@ -22,7 +22,7 @@
>  ../plugin-parent/project.xml
>  maven-cruisecontrol-plugin
>  Maven Cruise Control Plugin
>   -  1.4
>   +  1.5-dev
>  A plugin to handle the generating and maintaining of Cruise
> Control configuration. Requires Maven 1.0 RC2.
>  Cruise Control Plugin for Maven
>  http://maven.apache.org/reference/plugins/cruisecontrol/
>   
>   
>   
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: cvs commit: maven-plugins/cruisecontrol project.xml

2004-07-23 Thread Emmanuel Venisse
>   -  1.4
>   +  1.5-dev

It must be 1.5-SNAPSHOT.

Emmanuel

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: cvs commit: maven-plugins/cruisecontrol project.xml

2004-07-08 Thread Brett Porter
bump to 1.4-SNAPSHOT please.
Cheers,
Brett
[EMAIL PROTECTED] wrote:
epugh   2004/07/08 06:17:27
 Modified:cruisecontrol project.xml
 Log:
 bump version to 1.4-dev!
 
 Revision  ChangesPath
 1.25  +1 -1  maven-plugins/cruisecontrol/project.xml
 
 Index: project.xml
 ===
 RCS file: /home/cvs/maven-plugins/cruisecontrol/project.xml,v
 retrieving revision 1.24
 retrieving revision 1.25
 diff -u -r1.24 -r1.25
 --- project.xml	23 Jun 2004 10:31:52 -	1.24
 +++ project.xml	8 Jul 2004 13:17:27 -	1.25
 @@ -22,7 +22,7 @@
../plugin-parent/project.xml
maven-cruisecontrol-plugin
Maven Cruise Control Plugin
 -  1.3
 +  1.4-dev
A plugin to handle the generating and maintaining of Cruise Control configuration. Requires Maven 1.0 RC2.
Cruise Control Plugin for Maven
http://maven.apache.org/reference/plugins/cruisecontrol/
 
 
 

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
.
 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


RE: cvs commit: maven-plugins/cruisecontrol project.xml

2003-12-07 Thread Brett Porter
> I'm not sure it is a bug. It may be an artifact of separating out the 
> classloaders.

I didn't do that part of the code because it was supposed to be too error
prone, but obviously I've changed it a little still.

> 
> Question is:
> 
> - Do plugin dependencies get automatically added to the jelly 
> classloader?

There should be:
- standard java classloader
- root classloader
- maven root classloader
- project + plugin deps classloader.

I thought this was as it was in RC1. To be honest this is the part I haven't
looked at closely as I've wanted to get the contexts sorted out first. I'm
sure this one is just a small mistake.

- Brett


RE: cvs commit: maven-plugins/cruisecontrol project.xml

2003-12-07 Thread dion
Brett Porter <[EMAIL PROTECTED]> wrote on 08/12/2003 09:45:41 AM:

> Thanks dion.
> 
> I'd prefer not to modify any plugins to work with 1.0, but sintead fix 
the
> incompatibilities introduced since the refactoring (unless it was an
> existing bug).

I'm not sure it is a bug. It may be an artifact of separating out the 
classloaders.

Question is:

- Do plugin dependencies get automatically added to the jelly classloader?

> Sounds like there are a couple of classloader issues.
Yep
--
dIon Gillard, Multitask Consulting
Blog:  http://blogs.codehaus.org/people/dion/




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: cvs commit: maven-plugins/cruisecontrol project.xml

2003-12-07 Thread Brett Porter
Thanks dion.

I'd prefer not to modify any plugins to work with 1.0, but sintead fix the
incompatibilities introduced since the refactoring (unless it was an
existing bug).

Sounds like there are a couple of classloader issues.

Cheers,
Brett

> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
> Sent: Monday, 8 December 2003 12:24 AM
> To: [EMAIL PROTECTED]
> Subject: cvs commit: maven-plugins/cruisecontrol project.xml
> 
> 
> dion2003/12/07 05:24:26
> 
>   Modified:cruisecontrol project.xml
>   Log:
>   Add classloader property.
>   This is currently required for the 1.0 branch to load this plugin
>   
>   Revision  ChangesPath
>   1.6   +2 -0  maven-plugins/cruisecontrol/project.xml
>   
>   Index: project.xml
>   ===
>   RCS file: /home/cvs/maven-plugins/cruisecontrol/project.xml,v
>   retrieving revision 1.5
>   retrieving revision 1.6
>   diff -u -r1.5 -r1.6
>   --- project.xml 22 Nov 2003 00:36:04 -  1.5
>   +++ project.xml 7 Dec 2003 13:24:26 -   1.6
>   @@ -31,12 +31,14 @@
>  commons-jelly-tags-xml
>  20030211.142705
>  http://jakarta.apache.org/commons/jelly/libs/xml/
>   +  
> root.maven
>
>
>  commons-jelly
>  commons-jelly-tags-jsl
>  20030211.143151
>  http://jakarta.apache.org/commons/jelly/libs/jsl/
>   +  
> root.maven
>
>  
>  
>   
>   
>   
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>