Re: Hierarchical projects vs. multiprojects

2005-02-17 Thread Nacho G. Mac Dowell
Brett Porter wrote: I've already started planning to build this in to Maven 2.x. I haven't thought it right through yet, but if it works out I'm thinking this makes sense. Do you think this will go in the model or just the project? I mean, will we define the hierarchy in xml or via properties?

RE: [Cruisecontrol] Adding a / + some modificationset?

2005-02-17 Thread Eric Pugh
Vincent, I am glad you are taking a look at the CC plugin, based on your reputation, feel free to plow ahead ;-) I have been wrestling with the issue of making the plugin flexible enough. On one project, I was lucky and was able to use the configuration right out of the box, however, on another

RE: [Cruisecontrol] Do we need to support several CC versions?

2005-02-17 Thread Eric Pugh
I'd be happy to keep up with the latest CC. If you are a user who is tied to an older version of the tool, then you can also just stick with the older version of the plugin. I think the "cost" to us to support multiple versions for many things really doesn't provide enough "reward". Besides, we

RE: [CruiseControl] Changing the default value for maven.cruisecontrol.config

2005-02-17 Thread Eric Pugh
+1 -Original Message- From: Vincent Massol [mailto:[EMAIL PROTECTED] Sent: Thursday, February 17, 2005 6:13 AM To: 'Maven Developers List' Subject: [CruiseControl] Changing the default value for maven.cruisecontrol.config Hi, I'd like to bring 2 changes to the default value of the mave

svn commit: r154241 - in maven/maven-1/plugins/trunk/artifact: project.xml src/main/org/apache/maven/artifact/deployer/DefaultArtifactDeployer.java

2005-02-17 Thread brett
Author: brett Date: Thu Feb 17 22:29:31 2005 New Revision: 154241 URL: http://svn.apache.org/viewcvs?view=rev&rev=154241 Log: implement SFTP, SCPEXE wagons Modified: maven/maven-1/plugins/trunk/artifact/project.xml maven/maven-1/plugins/trunk/artifact/src/main/org/apache/maven/artifact/d

svn commit: r154227 - in maven/maven-1/plugins/trunk/artifact: plugin.jelly src/main/org/apache/maven/artifact/deployer/DefaultArtifactDeployer.java src/main/org/apache/maven/artifact/deployer/UploadMeter.java

2005-02-17 Thread brett
Author: brett Date: Thu Feb 17 18:03:09 2005 New Revision: 154227 URL: http://svn.apache.org/viewcvs?view=rev&rev=154227 Log: use file wagon for install, and improve output Modified: maven/maven-1/plugins/trunk/artifact/plugin.jelly maven/maven-1/plugins/trunk/artifact/src/main/org/apach

[jira] Closed: (MPARTIFACT-47) throws OutOfMemoryError for large file (100M plus)

2005-02-17 Thread jira
Message: The following issue has been closed. Resolver: Brett Porter Date: Thu, 17 Feb 2005 8:43 PM now using a streaming checksum. fixed - tested on a 190mb file that previously failed. - View the issue: http://

svn commit: r154226 - in maven/maven-1/plugins/trunk/artifact/src/main/org/apache/maven/artifact/deployer: DefaultArtifactDeployer.java UploadMeter.java

2005-02-17 Thread brett
Author: brett Date: Thu Feb 17 17:42:36 2005 New Revision: 154226 URL: http://svn.apache.org/viewcvs?view=rev&rev=154226 Log: use checksum observer for MD5 Modified: maven/maven-1/plugins/trunk/artifact/src/main/org/apache/maven/artifact/deployer/DefaultArtifactDeployer.java maven/maven

[jira] Commented: (MPARTIFACT-47) throws OutOfMemoryError for large file (100M plus)

2005-02-17 Thread jira
The following comment has been added to this issue: Author: Brett Porter Created: Thu, 17 Feb 2005 8:27 PM Body: this occurs during the creation of the md5 checksum for the file, because it has not been changed to the new code yet. I'll do that now. As an interim measure, you can

[jira] Commented: (MPARTIFACT-47) throws OutOfMemoryError for large file (100M plus)

2005-02-17 Thread jira
The following comment has been added to this issue: Author: Dan Tran Created: Thu, 17 Feb 2005 7:41 PM Body: Here is the output with the snapshot = C:\tmp\ziptest>maven ziptest __ __ | \/ |__ _Apache__ ___ | |\/| /

[jira] Commented: (MPARTIFACT-47) throws OutOfMemoryError for large file (100M plus)

2005-02-17 Thread jira
The following comment has been added to this issue: Author: Dan Tran Created: Thu, 17 Feb 2005 7:39 PM Body: Still see the same error when using the latest from svn (subversion) - View this comment: http://jira.

[jira] Commented: (MPIDEA-21) incorporate functionality from Atlassian's plugin

2005-02-17 Thread jira
The following comment has been added to this issue: Author: Brett Porter Created: Thu, 17 Feb 2005 7:32 PM Body: David, Thanks for that! I hadn't looked in depth into the plugin, I just wanted to note its existence. Your points are valid and I'll probably select IDEA-10 over the

[jira] Commented: (MPIDEA-21) incorporate functionality from Atlassian's plugin

2005-02-17 Thread jira
The following comment has been added to this issue: Author: David Jencks Created: Thu, 17 Feb 2005 7:26 PM Body: IMO you would do better to apply my patch, IDEA-10. The resin stuff from atlassian's plugin should go in a resin plugin, not the idea plugin. IMO the multiproject fun

[jira] Created: (MPIDEA-22) include resources as source path

2005-02-17 Thread jira
Message: A new issue has been created in JIRA. - View the issue: http://jira.codehaus.org/browse/MPIDEA-22 Here is an overview of the issue: - Key:

[jira] Created: (MPIDEA-21) incorporate functionality from Atlassian's plugin

2005-02-17 Thread jira
Message: A new issue has been created in JIRA. - View the issue: http://jira.codehaus.org/browse/MPIDEA-21 Here is an overview of the issue: - Key:

[jira] Commented: (MPSITE-23) Rsync fail

2005-02-17 Thread jira
The following comment has been added to this issue: Author: Brett Porter Created: Thu, 17 Feb 2005 6:43 PM Body: most strange... exec is the Ant http://jira.codehaus.org/browse/MPSITE-23?page=comments#action_30011 --

Re: Hierarchical projects vs. multiprojects

2005-02-17 Thread Brett Porter
Nacho G. Mac Dowell wrote: > So, essentially, my suggestions come down to one. Why not having a > list of subprojects in the POM that gets populated when initializing, > thus making projects "hierarchical"? I've already started planning to build this in to Maven 2.x. I haven't thought it right t

[jira] Commented: (MPARTIFACT-47) throws OutOfMemoryError for large file (100M plus)

2005-02-17 Thread jira
The following comment has been added to this issue: Author: Brett Porter Created: Thu, 17 Feb 2005 5:40 PM Body: are you able to build the latest artifact plugin from Subversion? It has had a major overhaus under the covers and may fix this problem. ---

[jira] Created: (MPARTIFACT-47) throws OutOfMemoryError for large file (100M plus)

2005-02-17 Thread jira
Message: A new issue has been created in JIRA. - View the issue: http://jira.codehaus.org/browse/MPARTIFACT-47 Here is an overview of the issue: - K

Hierarchical projects vs. multiprojects

2005-02-17 Thread Nacho G. Mac Dowell
Hi all, I just opend an issue (#MPMULTIPROJECT-50) in Jira for generating tabbed multiproject sites (like forrest's tabs) but for solving it involves more than just the multiproject plugin (this is why i am commenting here). Ideally the projects involved would be Maven itself and the xdoc plugi

RE: Possible meeting of the minds in Europe ?

2005-02-17 Thread Stéphane Mor
Le jeudi 17 février 2005 à 09:02 +0100, [EMAIL PROTECTED] a écrit : > Hello o maveners > > The discussion in dec 2004 mentionned something around end of january, is > it still in the air ? > original message : > http://marc.theaimsgroup.com/?l=turbine-maven-dev&m=110180856832578&w=2 > > Julien Ki

[CruiseControl] Changing the default value for maven.cruisecontrol.config

2005-02-17 Thread Vincent Massol
Hi, I'd like to bring 2 changes to the default value of the maven.cruisecontrol.config property. It is currently set to ${basedir}/cruisecontrol.xml and I'd like to set it to: maven.cruisecontrol.config=${maven.build.dir}/config.xml (or even better maven.cruisecontrol.config=${maven.build.dir}/c

[jira] Commented: (MPMULTIPROJECT-50) Tabbed browsing for multiprojects

2005-02-17 Thread jira
The following comment has been added to this issue: Author: Lukasz Bajorski Created: Thu, 17 Feb 2005 9:06 AM Body: another thing would be very much useful: if the navigation for multiproject structure which goes deeper than one level, like this: multiproject a multiproject a.

[jira] Closed: (MAVEN-1568) EAR Plugin Fails With Symlinked Path

2005-02-17 Thread jira
Message: The following issue has been closed. Resolver: Bob Allison Date: Thu, 17 Feb 2005 8:39 AM Posted to wrong project - View the issue: http://jira.codehaus.org/browse/MAVEN-1568 Here is an overview of the i

[jira] Created: (MAVEN-1568) EAR Plugin Fails With Symlinked Path

2005-02-17 Thread jira
Message: A new issue has been created in JIRA. - View the issue: http://jira.codehaus.org/browse/MAVEN-1568 Here is an overview of the issue: - Key:

[jira] Created: (MPMULTIPROJECT-50) Tabbed browsing for multiprojects

2005-02-17 Thread jira
Message: A new issue has been created in JIRA. - View the issue: http://jira.codehaus.org/browse/MPMULTIPROJECT-50 Here is an overview of the issue: -

svn commit: r154139 - in maven/maven-1/plugins/trunk/cruisecontrol: plugin.properties xdocs/changes.xml

2005-02-17 Thread vmassol
Author: vmassol Date: Thu Feb 17 00:18:12 2005 New Revision: 154139 URL: http://svn.apache.org/viewcvs?view=rev&rev=154139 Log: Modify the default values to match CC version 2.2.1. Modified: maven/maven-1/plugins/trunk/cruisecontrol/plugin.properties maven/maven-1/plugins/trunk/cruisecont

RE: [Cruisecontrol] Adding a / + some modificationset?

2005-02-17 Thread Vincent Massol
> -Original Message- > From: Brett Porter [mailto:[EMAIL PROTECTED] > Sent: mercredi 16 février 2005 22:53 > To: Maven Developers List > Subject: Re: [Cruisecontrol] Adding a / > + some modificationset? > > Vincent Massol wrote: > > >I've started implementing this and in doing so I've d

RE: Possible meeting of the minds in Europe ?

2005-02-17 Thread julien . kirch
Hello o maveners The discussion in dec 2004 mentionned something around end of january, is it still in the air ? original message : http://marc.theaimsgroup.com/?l=turbine-maven-dev&m=110180856832578&w=2 Julien Kirch This message and any attachments (the "message") is intended solely for the