Re: [vote] release Maven 1.0.2

2004-12-06 Thread Dion Gillard
Wont be able to get to it for 24 hours On Mon, 06 Dec 2004 22:24:55 +1100, Brett Porter <[EMAIL PROTECTED]> wrote: > Done, due to the regression with the latest CC release. That will be the > last inclusion. > > I'll cut the release in 24 hours - I haven't got enough time tonight. > Also hop

Re: Adding my own Jelly Library to Maven

2004-12-06 Thread Dion Gillard
On Fri, 3 Dec 2004 17:20:04 -0800, Andreas Schaefer <[EMAIL PROTECTED]> wrote: > Hi Brett > > Thanks for you support, it worked (ufff). So finally I could introduce > Jelly's getStatic() method into Maven 1.0/1.1 without breaking it (it > seemed that Jelly's current beta version does break the Jav

Re: Passing properties into subprojects using the reactor

2004-12-06 Thread Brett Porter
So, in summary my questions are: 1) Am I missing something obvious such as an additional property that can help me out? nope 2) Is my understanding of contexts correct? yep 3) Is setting values on the parent context good or bad practice? probably bad. Incidentally, you can use it in your

[jira] Updated: (MAVEN-1525) ant tasknames and ant output gets out of sync

2004-12-06 Thread jira
The following issue has been updated: Updater: Trygve Laugstol (mailto:[EMAIL PROTECTED]) Date: Mon, 6 Dec 2004 12:58 PM Changes: summary changed from ant tasknames and ant output doesninside to ant tasknames and ant output gets out of sync ---

Re: [proposal] Move Maven 1.x from CVS to Subversion

2004-12-06 Thread Trygve Laugstøl
On man, 2004-12-06 at 12:26, Brett Porter wrote: > Ok, every seems pretty keen on this. I'll start investigating the > necessary steps. In the mean time, if anyone has any different > preferences for the layout, please say so. I'd like to make sure this will be compatible with the artifact path

[jira] Commented: (MPASPECTJ-14) Unable to weave only sources defined in argument files. Error during compilation if argument file contains file from sourceDirectory.

2004-12-06 Thread jira
The following comment has been added to this issue: Author: Carlos Sanchez Created: Mon, 6 Dec 2004 12:26 PM Body: If you could provide a patch in unified diff format it would be faster to fix. - View this comment:

[jira] Commented: (MPASPECTJ-15) Add property that define output folder for aspectj:compile goal.

2004-12-06 Thread jira
The following comment has been added to this issue: Author: Carlos Sanchez Created: Mon, 6 Dec 2004 12:24 PM Body: If you could provide a patch in unified diff format it would be faster to fix. - View this comment:

[jira] Closed: (MAVENUPLOAD-271) Upload of wicket-0.9.14-alpha-bundle.jar

2004-12-06 Thread jira
Message: The following issue has been closed. - View the issue: http://jira.codehaus.org/browse/MAVENUPLOAD-271 Here is an overview of the issue: -

Re: [proposal] Move Maven 1.x from CVS to Subversion

2004-12-06 Thread Trygve Laugstøl
On man, 2004-12-06 at 10:36, Emmanuel Venisse wrote: > - Original Message - > From: "Alex Karasulu" <[EMAIL PROTECTED]> > To: "Maven Developers List" <[EMAIL PROTECTED]> > Sent: Sunday, December 05, 2004 11:09 PM > Subject: Re: [proposal] Move Maven 1.x from CVS to > > > Hiya, > > > > +

[jira] Commented: (MPEAR-9) Dependency case mismatch causes missing dependency without error

2004-12-06 Thread jira
The following comment has been added to this issue: Author: Henri Tremblay Created: Mon, 6 Dec 2004 10:52 AM Body: It seems to partially work. I have the following in by build.properties: maven.home.local=${maven.home} maven.repo.local=${maven.home}/repository MAVEN_HOME=c:\maven

[jira] Commented: (MPJCOVERAGE-21) Exception in thread "main" java.io.FileNotFoundException: jcoverage.ser (No such file or directory)

2004-12-06 Thread jira
The following comment has been added to this issue: Author: Havard Bjastad Created: Mon, 6 Dec 2004 7:07 AM Body: Your explanation sounds reasonable, however here is the output: test:test: [junit] Running com.tracetracker.gtn.service.ServiceInterfaceTester [junit] Tests ru

Passing properties into subprojects using the reactor

2004-12-06 Thread Kristopher Brown
Hi, I'm trying to pass properties into subprojects using the reactor, and I've provided an example of the script used at the end. I'm not 100% certain, but I've had a good look through the reactor tag code, and followed that through to PluginManager#attainGoals(Project, List) which sets up the n

Re: [proposal] Move Maven 1.x from CVS to Subversion

2004-12-06 Thread Brett Porter
Ok, every seems pretty keen on this. I'll start investigating the necessary steps. In the mean time, if anyone has any different preferences for the layout, please say so. Cheers, Brett Brett Porter wrote: Hi, I'd like to start a discussion about this to see what people think. The reasons: - tim

Re: [vote] release Maven 1.0.2

2004-12-06 Thread Brett Porter
Done, due to the regression with the latest CC release. That will be the last inclusion. I'll cut the release in 24 hours - I haven't got enough time tonight. Also hoping dIon can verify that the IBM JDK is now behaving. Cheers, Brett Emmanuel Venisse wrote: Brett, Can you release the cruise co

cvs commit: maven plugin-profile.xml

2004-12-06 Thread brett
brett 2004/12/06 03:20:21 Modified:.Tag: MAVEN-1_0-BRANCH plugin-profile.xml Log: update CC plugin due to incompatibility with latest CC release Revision ChangesPath No revision No revision 1.1.2.13 +1 -1 maven/plugi

[ANN] Maven Cruise Control Plugin 1.6 released

2004-12-06 Thread brett
The maven team is pleased to announce the Maven Cruise Control Plugin 1.6 release! http://maven.apache.org/reference/plugins/cruisecontrol/ A plugin to handle the generating and maintaining of Cruise Control configuration. Changes in this version include: New Features: o Lost script exte

cvs commit: maven-plugins/cruisecontrol/xdocs changes.xml

2004-12-06 Thread brett
brett 2004/12/06 03:08:28 Modified:cruisecontrol project.xml cruisecontrol/xdocs changes.xml Log: [maven-scm-plugin] prepare release 1.6 Revision ChangesPath 1.33 +7 -2 maven-plugins/cruisecontrol/project.xml Index: project.xml ==

Re: [vote] release Maven 1.0.2

2004-12-06 Thread Emmanuel Venisse
Brett, Can you release the cruise control plugin. Thanks Emmanuel - Original Message - From: "Brett Porter" <[EMAIL PROTECTED]> To: "Maven Developers List" <[EMAIL PROTECTED]> Sent: Saturday, December 04, 2004 10:54 AM Subject: [vote] release Maven 1.0.2 > Hi, > > Please vote for whe

Re: [proposal] Move Maven 1.x from CVS to Subversion

2004-12-06 Thread Emmanuel Venisse
- Original Message - From: "Alex Karasulu" <[EMAIL PROTECTED]> To: "Maven Developers List" <[EMAIL PROTECTED]> Sent: Sunday, December 05, 2004 11:09 PM Subject: Re: [proposal] Move Maven 1.x from CVS to Subversion > Hiya, > > +1 > > Really the timing as U said sounds about right. Als

[jira] Updated: (MAVEN-1525) ant tasknames and ant output doesninside

2004-12-06 Thread jira
The following issue has been updated: Updater: Matthias Kerkhoff (mailto:[EMAIL PROTECTED]) Date: Mon, 6 Dec 2004 4:40 AM Comment: Output for the maven script (updated, please remove the earlier version, thanks). Changes: Attachment changed to output.txt --

[jira] Updated: (MAVEN-1525) ant tasknames and ant output doesninside

2004-12-06 Thread jira
The following issue has been updated: Updater: Matthias Kerkhoff (mailto:[EMAIL PROTECTED]) Date: Mon, 6 Dec 2004 4:36 AM Comment: Complete maven script to reproduce the issue. Changes: Attachment changed to maven.xml

[jira] Updated: (MAVEN-1525) ant tasknames and ant output doesninside

2004-12-06 Thread jira
The following issue has been updated: Updater: Matthias Kerkhoff (mailto:[EMAIL PROTECTED]) Date: Mon, 6 Dec 2004 4:37 AM Comment: Output produced from the script. Changes: Attachment changed to output.txt

[jira] Commented: (MAVEN-1525) ant tasknames and ant output doesninside

2004-12-06 Thread jira
The following comment has been added to this issue: Author: Matthias Kerkhoff Created: Mon, 6 Dec 2004 4:35 AM Body: Please rename this issue - I hit return by mistake while changing the name to 'ant tasknames and ant output gets out of sync' or something similar. I think that t

[jira] Created: (MAVEN-1525) ant tasknames and ant output doesninside

2004-12-06 Thread jira
Message: A new issue has been created in JIRA. - View the issue: http://jira.codehaus.org/browse/MAVEN-1525 Here is an overview of the issue: - Key:

Re: [proposal] Move Maven 1.x from CVS to Subversion

2004-12-06 Thread Emmanuel Venisse
- Original Message - From: "Brett Porter" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, December 05, 2004 10:54 PM Subject: [proposal] Move Maven 1.x from CVS to Subversion > Hi, > > I'd like to start a discussion about this to see what people think. > > The reasons: > - tim

RE: [proposal] Move Maven 1.x from CVS to Subversion

2004-12-06 Thread Maczka Michal
> -Original Message- > From: Brett Porter [mailto:[EMAIL PROTECTED] > Sent: Sunday, December 05, 2004 10:55 PM > To: [EMAIL PROTECTED] > Subject: [proposal] Move Maven 1.x from CVS to Subversion > > > Hi, > > I'd like to start a discussion about this to see what people think. > > The

[jira] Updated: (MPECLIPSE-60) Downloading source zips

2004-12-06 Thread jira
The following issue has been updated: Updater: Krystian Nowak (mailto:[EMAIL PROTECTED]) Date: Mon, 6 Dec 2004 3:19 AM Comment: plugin.jelly patch as a file Changes: Attachment changed to plugin.jelly.patch ---

[jira] Created: (MPECLIPSE-60) Downloading source zips

2004-12-06 Thread jira
Message: A new issue has been created in JIRA. - View the issue: http://jira.codehaus.org/browse/MPECLIPSE-60 Here is an overview of the issue: - Ke