testers needed for ClearCase, perforce, starteam SCM providers

2005-05-01 Thread Brett Porter
Hi, I was wondering if anyone using Maven is also using ClearCase, Perform or StarTeam in their environment on a regular basis, and would be interested in helping to test out releases of the SCM plugin and Changlog plugin. I would like to revisit this in about 2 weeks. Please don't CC both lists

svn commit: r165461 - /maven/maven-1/core/trunk/bootstrap.sh

2005-05-01 Thread brett
Author: brett Date: Sat Apr 30 23:40:06 2005 New Revision: 165461 URL: http://svn.apache.org/viewcvs?rev=165461view=rev Log: fix script for non-cygwin Modified: maven/maven-1/core/trunk/bootstrap.sh Modified: maven/maven-1/core/trunk/bootstrap.sh URL:

svn commit: r165464 - /maven/maven-1/core/trunk/bootstrap.sh

2005-05-01 Thread brett
Author: brett Date: Sat Apr 30 23:43:44 2005 New Revision: 165464 URL: http://svn.apache.org/viewcvs?rev=165464view=rev Log: fix script for cygwin Modified: maven/maven-1/core/trunk/bootstrap.sh Modified: maven/maven-1/core/trunk/bootstrap.sh URL:

svn commit: r165465 - /maven/maven-1/core/trunk/project.xml

2005-05-01 Thread brett
Author: brett Date: Sun May 1 00:10:34 2005 New Revision: 165465 URL: http://svn.apache.org/viewcvs?rev=165465view=rev Log: rolling back temporarily Modified: maven/maven-1/core/trunk/project.xml Modified: maven/maven-1/core/trunk/project.xml URL:

results of synchronize

2005-05-01 Thread maven
Syncing Apache Software Foundation Syncing Codehaus Syncing Maven Plugins @ SourceForge Syncing Mortbay Consulting Syncing Open Symphony Syncing OS Java mypath: /home/projects/maven/repository-tools/repoclean/repoclean.sh Setting mydir based on mypath... mydir:

[ANN] Cargo 0.5 released

2005-05-01 Thread Vincent Massol
Hi Maveners, Just to let you know that Cargo 0.5 has been released (http://cargo.codehaus.org/Downloads). This should interest you as it provides an easy solution for start/stopping/configuring your J2EE container which is very useful when running integration or functional tests. Please note

RE: I18n site

2005-05-01 Thread Vincent Siveton
Hi Brett, Sorry for the really long time it took to respond. No problem :o) I didn't feel confident about copying files into the plugin cache directory, so I investigated it more. What I suggest is placing the bundles under the project directory somewhere - perhaps xdocs, or perhaps a

svn commit: r165494 - /maven/maven-1/plugins/trunk/ejb/xdocs/changes.xml

2005-05-01 Thread felipeal
Author: felipeal Date: Sun May 1 05:25:59 2005 New Revision: 165494 URL: http://svn.apache.org/viewcvs?rev=165494view=rev Log: for some reasons, the scm plugin didn't change it Modified: maven/maven-1/plugins/trunk/ejb/xdocs/changes.xml Modified:

Re: I18n site

2005-05-01 Thread Brett Porter
Ah, I see. It was working inside the reactor for me, but not when you run a few projects. Because the classloader accumulates, you gather up other stuff, so the result never changes. You can develop a tag that does the following: - grab the existing classloader - create a new classloader that

RE: M1 : I18N for xdoc

2005-05-01 Thread Arnaud HERITIER
If it isn't backwards compatible, then I think the best solution would be to put it in the sandbox as a prototype, and use the ideas to incorporate directly into the Maven2 site plugin. It will be but we want to do some additional tests before to integrate it in the plugin... This

RE: Releasing issues

2005-05-01 Thread Arnaud HERITIER
Maven 1.1 will only support JDK 1.4. I say we bit the bullet all round. 1.3 has started EOL anyway. It's a very important think that I didn't know. I'm not sure that it will not create problem for business uses... Mustn't we ask this to the users list ? Arnaud

checkstyle 4.0 upgrade and more hindering 1.1 progress

2005-05-01 Thread Brett Porter
Hi, I'm just trying to build sites with 1.1 and getting errors out of checkstyle I wasn't before. Was the upgrade to 4.0 beta tested? Just wondering if it is my environment, or if it was just upgraded without looking into it. It looks like its got classloader issues. Most of the core hinderances

results of synchronize

2005-05-01 Thread maven
Syncing Apache Software Foundation Syncing Codehaus Syncing Maven Plugins @ SourceForge Syncing Mortbay Consulting Syncing Open Symphony Syncing OS Java mypath: /home/projects/maven/repository-tools/repoclean/repoclean.sh Setting mydir based on mypath... mydir:

Re: Releasing issues

2005-05-01 Thread Brett Porter
We've been through it before, though probably in relation to m2. I believe it is June this year that 1.3 is no longer supported by Sun, joining the ranks of 1.2. Again, it is only what you have to run, not what you are targetting - you can still build for 1.1. Are there any operating systems

svn commit: r165504 - in /maven/maven-1/core/trunk: project.xml src/java/org/apache/maven/jelly/tags/werkz/MavenAttainGoalTag.java

2005-05-01 Thread brett
Author: brett Date: Sun May 1 06:44:21 2005 New Revision: 165504 URL: http://svn.apache.org/viewcvs?rev=165504view=rev Log: upgrade to jelly snapshot again. Don't hold state in the attain goal tag, as it is not always recreated. Modified: maven/maven-1/core/trunk/project.xml

svn commit: r165512 - /maven/maven-1/plugins/trunk/ear/xdocs/properties.xml

2005-05-01 Thread brett
Author: brett Date: Sun May 1 07:32:27 2005 New Revision: 165512 URL: http://svn.apache.org/viewcvs?rev=165512view=rev Log: fix typo Modified: maven/maven-1/plugins/trunk/ear/xdocs/properties.xml Modified: maven/maven-1/plugins/trunk/ear/xdocs/properties.xml URL:

svn commit: r165515 - /maven/maven-1/plugins/trunk/checkstyle/plugin.jelly /maven/maven-1/plugins/trunk/checkstyle/project.xml

2005-05-01 Thread brett
Author: brett Date: Sun May 1 08:09:53 2005 New Revision: 165515 URL: http://svn.apache.org/viewcvs?rev=165515view=rev Log: clean up dependencies Modified: maven/maven-1/plugins/trunk/checkstyle/plugin.jelly maven/maven-1/plugins/trunk/checkstyle/project.xml Modified:

Re: checkstyle 4.0 upgrade and more hindering 1.1 progress

2005-05-01 Thread Brett Porter
Ok, checkstyle fixed. Jelly leak fixed. The blockers at the moment: - xdoc has somehow gotten back to not rendering links. Still has the CDATA problems, and although so whitespace problems are fixed, others remain - upgrading from jaxen 1.1 beta 4 to jaxen 1.1 beta 6 makes many jsls fail -

svn commit: r165519 - /maven/components/trunk/maven-site/src/site/xdoc/docs-required.xml

2005-05-01 Thread brett
Author: brett Date: Sun May 1 08:50:35 2005 New Revision: 165519 URL: http://svn.apache.org/viewcvs?rev=165519view=rev Log: add more docs required Modified: maven/components/trunk/maven-site/src/site/xdoc/docs-required.xml Modified:

svn commit: r165521 - /maven/maven-1/core/trunk/xdocs/reference/backwards-compatibility.xml

2005-05-01 Thread brett
Author: brett Date: Sun May 1 09:04:40 2005 New Revision: 165521 URL: http://svn.apache.org/viewcvs?rev=165521view=rev Log: add JDK note Modified: maven/maven-1/core/trunk/xdocs/reference/backwards-compatibility.xml Modified:

results of synchronize

2005-05-01 Thread maven
Syncing Apache Software Foundation Syncing Codehaus Syncing Maven Plugins @ SourceForge Syncing Mortbay Consulting Syncing Open Symphony Syncing OS Java mypath: /home/projects/maven/repository-tools/repoclean/repoclean.sh Setting mydir based on mypath... mydir:

[maven2 build - SUCCESS] Sun May 1 12:07:05 EDT 2005

2005-05-01 Thread jvanzyl
Distribution: http://www.codehaus.org/~maven/m2/m2-20050501.120705.tar.gz Log: http://www.codehaus.org/~maven/m2-build-logs/m2-build-log-20050501.120705.txt - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

RE: Releasing issues

2005-05-01 Thread Arnaud HERITIER
Thanks Brett, Personally, I'm not concerned because I moved to 1.4 our devs (and our build platform) some months ago. But I think it was a good idea to talk about it on the users list. Arnaud We've been through it before, though probably in relation to m2. I believe it is June this year

RE: checkstyle 4.0 upgrade and more hindering 1.1 progress

2005-05-01 Thread Arnaud HERITIER
I'm very much inclined to move straight into the process of replacing the xdoc plugin with the Maven2 site stuff. This would get a lot of testing early before being released. This should be backwards compatible for everyone except those rolling their own JSLs, who are likely to be

RE: svn commit: r165456 - /maven/maven-1/core/trunk/src/bin/maven.bat

2005-05-01 Thread Arnaud HERITIER
Brett, this change is very annoying !! Each time we call maven (under XP) the exit function is called and the CMD.exe shell is closed :-( [SNIP] +exit %ERROR_CODE% Under XP you must used the flag /b exit /b %ERROR_CODE% The shell will exit the error_level but the cmd.exe will not be

results of synchronize

2005-05-01 Thread maven
Syncing Apache Software Foundation Syncing Codehaus Syncing Maven Plugins @ SourceForge Syncing Mortbay Consulting Syncing Open Symphony Syncing OS Java mypath: /home/projects/maven/repository-tools/repoclean/repoclean.sh Setting mydir based on mypath... mydir:

Re: Releasing issues

2005-05-01 Thread Thomas Van de Velde
I think Mac OS9 only supports jdk 1.3 but I guess nobody is using that. Thomas On 5/1/05, Arnaud HERITIER [EMAIL PROTECTED] wrote: Thanks Brett, Personally, I'm not concerned because I moved to 1.4 our devs (and our build platform) some months ago. But I think it was a good idea to talk

Re: svn commit: r165456 - /maven/maven-1/core/trunk/src/bin/maven.bat

2005-05-01 Thread Brett Porter
Thanks, I'll try it. - Brett Arnaud HERITIER wrote: Brett, this change is very annoying !! Each time we call maven (under XP) the exit function is called and the CMD.exe shell is closed :-( [SNIP] +exit %ERROR_CODE% Under XP you must used the flag /b exit /b %ERROR_CODE% The

Re: checkstyle 4.0 upgrade and more hindering 1.1 progress

2005-05-01 Thread Brett Porter
Do you think that the m2 site stuff have the same functionnalities as m1 (except for JSL)? Mostly. We'd need to have a quick pass over it and add anything missing, like maybe the classic stylesheet and a way to select it. How do you handle documents generated from the POM ? They are

results of synchronize

2005-05-01 Thread maven
Syncing Apache Software Foundation Syncing Codehaus Syncing Maven Plugins @ SourceForge Syncing Mortbay Consulting Syncing Open Symphony Syncing OS Java mypath: /home/projects/maven/repository-tools/repoclean/repoclean.sh Setting mydir based on mypath... mydir:

Re: Releasing issues

2005-05-01 Thread David Jencks
OS9 supports 1.1 at most. It certainly never got close to 1.3. I don't think you can use that as an argument against requiring 1.4 :-) david jencks On May 1, 2005, at 1:37 PM, Thomas Van de Velde wrote: I think Mac OS9 only supports jdk 1.3 but I guess nobody is using that. Thomas On 5/1/05,

svn commit: r165572 - /maven/maven-1/core/trunk/src/test/java/org/apache/maven/plugin/PluginManagerTest.java

2005-05-01 Thread brett
Author: brett Date: Sun May 1 18:11:15 2005 New Revision: 165572 URL: http://svn.apache.org/viewcvs?rev=165572view=rev Log: workaround a glitch in the context assembly in a test environment Modified: maven/maven-1/core/trunk/src/test/java/org/apache/maven/plugin/PluginManagerTest.java

svn commit: r165573 - in /maven/maven-1/core/trunk/src/bootstrap/org/apache/maven: ArtifactDownloader.java BootstrapTask.java

2005-05-01 Thread brett
Author: brett Date: Sun May 1 18:14:21 2005 New Revision: 165573 URL: http://svn.apache.org/viewcvs?rev=165573view=rev Log: PR: MAVEN-1600 Submitted by: Arnaud Heritier add proxy details to the bootstrap Modified:

[ANN] Maven EJB Plugin 1.6 release

2005-05-01 Thread Felipe Leme
The maven team is pleased to announce the Maven EJB Plugin 1.6 release! http://maven.apache.org/reference/plugins/ejb/ EJB Plugin for Maven Changes in this version include: New Features: o Added new maven.ejb.build.dir property that specifies the location where the EJBs are generated.

Re: Releasing issues

2005-05-01 Thread Felipe Leme
On Sun, 2005-05-01 at 14:21 +1000, Brett Porter wrote: Maven 1.1 will only support JDK 1.4. I say we bit the bullet all round. 1.3 has started EOL anyway. I agree. You obviously got by - I see you got the JARs up to ibiblio. The process stopped on the site uploading. If you feel additions

results of synchronize

2005-05-01 Thread maven
Syncing Apache Software Foundation Syncing Codehaus Syncing Maven Plugins @ SourceForge Syncing Mortbay Consulting Syncing Open Symphony Syncing OS Java mypath: /home/projects/maven/repository-tools/repoclean/repoclean.sh Setting mydir based on mypath... mydir:

svn commit: r165579 - /maven/maven-1/core/trunk/src/bin/maven.bat

2005-05-01 Thread brett
Author: brett Date: Sun May 1 21:38:42 2005 New Revision: 165579 URL: http://svn.apache.org/viewcvs?rev=165579view=rev Log: add /B so cmd is not quit Modified: maven/maven-1/core/trunk/src/bin/maven.bat Modified: maven/maven-1/core/trunk/src/bin/maven.bat URL:

lifecycle design: clover and other use cases

2005-05-01 Thread Brett Porter
Here are my thoughts on the remaining concepts for the build lifecycle. I'm not up for doing any confluence editing right now (I wrote most of this offline), but after feedback I can incorporate it into an doc to add to maven-core. Feedback? - Brett * Defining the lifecycle according to