[jira] Created: (MNG-348) Create Verifier plugin

2005-04-22 Thread Vincent Massol (JIRA)
Create Verifier plugin -- Key: MNG-348 URL: http://jira.codehaus.org/browse/MNG-348 Project: m2 Type: Task Components: maven-plugins Versions: 2.0-alpha-1 Reporter: Vincent Massol Assigned to: Vincent Massol Create a plugin tha

svn commit: r164346 - /maven/components/trunk/maven-artifact/src/main/java/org/apache/maven/artifact/repository/layout /maven/components/trunk/maven-core-it-verifier/src/main/java/org/apache/maven/it /maven/components/trunk/maven-core/src/main/java/org/apache/maven /maven/components/trunk/maven-core/src/main/java/org/apache/maven/artifact /maven/components/trunk/maven-mboot2/src/main/java /maven/components/trunk/maven-mboot2/src/main/java/download /maven/components/trunk/maven-mboot2/src/main/java/model /maven/components/trunk/maven-mboot2/src/main/java/util /maven/components/trunk/maven-model /maven/components/trunk/maven-project/src/main/java/org/apache/maven/project

2005-04-22 Thread brett
Author: brett Date: Fri Apr 22 23:24:08 2005 New Revision: 164346 URL: http://svn.apache.org/viewcvs?rev=164346&view=rev Log: fixes related to changing the path of parent poms, though the actual functionality is not implemented Modified: maven/components/trunk/maven-artifact/src/main/java/o

[jira] Closed: (MNG-347) add/test support for processing of maven2 repositories

2005-04-22 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MNG-347?page=all ] Brett Porter closed MNG-347: Resolution: Won't Fix John, we're going to wait on the repository project to do any more on this. > add/test support for processing of maven2 repositories > -

[jira] Commented: (MNG-321) when packaging = pom, the repository should store it in the groupID directory

2005-04-22 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MNG-321?page=comments#action_38012 ] Brett Porter commented on MNG-321: -- ok, did this - and have backed it out because of the changes to maven-artifact required. IT can't deal with the duality of "pom" artifact vs "pom

[jira] Created: (MNG-347) add/test support for processing of maven2 repositories

2005-04-22 Thread John Casey (JIRA)
add/test support for processing of maven2 repositories -- Key: MNG-347 URL: http://jira.codehaus.org/browse/MNG-347 Project: m2 Type: Sub-task Components: repository-tools Reporter: John Casey Assigned to:

svn commit: r164272 - in /maven/maven-1/plugins/trunk/clover/src/plugin-test: ./ testGenerateReportWhenNoTests/

2005-04-22 Thread vmassol
Author: vmassol Date: Fri Apr 22 12:18:05 2005 New Revision: 164272 URL: http://svn.apache.org/viewcvs?rev=164272&view=rev Log: More ignore files Modified: maven/maven-1/plugins/trunk/clover/src/plugin-test/ (props changed) maven/maven-1/plugins/trunk/clover/src/plugin-test/testGenerat

[maven2 build - SUCCESS] Sat Apr 23 00:07:00 EDT 2005

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

results of synchronize

2005-04-22 Thread maven
Syncing Apache Software Foundation Syncing Codehaus Syncing Maven Plugins @ SourceForge Syncing Mortbay Consulting Syncing Open Symphony Syncing OS Java [INFO] Source repository is at: '/home/projects/maven/repository-staging/to-ibiblio/maven' [INFO] Target repository is at: '/home/projects/maven

[jira] Commented: (MNG-321) when packaging = pom, the repository should store it in the groupID directory

2005-04-22 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MNG-321?page=comments#action_38008 ] Brett Porter commented on MNG-321: -- where this will presently fall down is the difference in snapshot location. This isn't a major flaw, and we can live with it until alpha-3 when t

results of synchronize

2005-04-22 Thread maven
Syncing Apache Software Foundation Syncing Codehaus Syncing Maven Plugins @ SourceForge Syncing Mortbay Consulting Syncing Open Symphony Syncing OS Java [INFO] Source repository is at: '/home/projects/maven/repository-staging/to-ibiblio/maven' [INFO] Target repository is at: '/home/projects/maven

[jira] Commented: (MPCLOVER-35) projects that don't have clover data does not produce reports

2005-04-22 Thread Vincent Massol (JIRA)
[ http://jira.codehaus.org/browse/MPCLOVER-35?page=comments#action_37970 ] Vincent Massol commented on MPCLOVER-35: Let me say it differently: the clover_coverage.db file usually exists only when the tests are executed. So if there are no tests

svn commit: r164326 - /maven/components/trunk/maven-archiver/src/main/java/org/apache/maven/archiver/MavenArchiver.java

2005-04-22 Thread brett
Author: brett Date: Fri Apr 22 20:28:14 2005 New Revision: 164326 URL: http://svn.apache.org/viewcvs?rev=164326&view=rev Log: bug fixes for classpath generation Modified: maven/components/trunk/maven-archiver/src/main/java/org/apache/maven/archiver/MavenArchiver.java Modified: maven/compon

svn commit: r164325 - /maven/components/trunk/maven-plugins/maven-war-plugin/src/main/java/org/apache/maven/plugin/war/WarMojo.java

2005-04-22 Thread brett
Author: brett Date: Fri Apr 22 20:24:58 2005 New Revision: 164325 URL: http://svn.apache.org/viewcvs?rev=164325&view=rev Log: forgot one dependency update Modified: maven/components/trunk/maven-plugins/maven-war-plugin/src/main/java/org/apache/maven/plugin/war/WarMojo.java Modified: maven/

svn commit: r164324 - /maven/components/trunk/maven-core/src/main/java/org/apache/maven/plugin/DefaultPluginManager.java

2005-04-22 Thread brett
Author: brett Date: Fri Apr 22 20:24:39 2005 New Revision: 164324 URL: http://svn.apache.org/viewcvs?rev=164324&view=rev Log: I fell for the oldest trick in the book again... Modified: maven/components/trunk/maven-core/src/main/java/org/apache/maven/plugin/DefaultPluginManager.java Modified

svn commit: r164322 - /maven/components/trunk/maven-artifact-ant /maven/components/trunk/maven-core/src/main/java/org/apache/maven/artifact/metadata /maven/components/trunk/maven-plugin-tools/maven-plugin-tools-api /maven/components/trunk/maven-plugin-tools/maven-plugin-tools-api/src/test/java/org/apache/maven/tools/plugin/scanner /maven/components/trunk/maven-plugin-tools/maven-plugin-tools-pluggy /maven/components/trunk/maven-plugins/maven-deploy-plugin /maven/components/trunk/maven-plugins/maven-deploy-plugin/src/main/java/org/apache/maven/plugin/deploy /maven/components/trunk/maven-plugins/maven-idea-plugin /maven/components/trunk/maven-plugins/maven-install-plugin /maven/components/trunk/maven-plugins/maven-install-plugin/src/main/java/org/apache/maven/plugin/install /maven/components/trunk/maven-plugins/maven-site-plugin /maven/components/trunk/maven-project/src/main/java/org/apache/maven/project/artifact /maven/components/trunk/maven-site

2005-04-22 Thread brett
Author: brett Date: Fri Apr 22 20:12:07 2005 New Revision: 164322 URL: http://svn.apache.org/viewcvs?rev=164322&view=rev Log: remove unnecessary maven-core dependencies Added: maven/components/trunk/maven-project/src/main/java/org/apache/maven/project/artifact/ maven/components/trunk/ma

[jira] Closed: (MAVENUPLOAD-368) Please upload Eclipse SWT 3.0.1 libraries

2005-04-22 Thread Carlos Sanchez (JIRA)
[ http://jira.codehaus.org/browse/MAVENUPLOAD-368?page=all ] Carlos Sanchez closed MAVENUPLOAD-368: -- Resolution: Fixed Assign To: Carlos Sanchez > Please upload Eclipse SWT 3.0.1 libraries > - > >

results of synchronize

2005-04-22 Thread maven
Syncing Apache Software Foundation Syncing Codehaus Syncing Maven Plugins @ SourceForge Syncing Mortbay Consulting Syncing Open Symphony Syncing OS Java [INFO] Source repository is at: '/home/projects/maven/repository-staging/to-ibiblio/maven' [INFO] Target repository is at: '/home/projects/maven

[maven2 build - FAILED] Fri Apr 22 23:07:00 EDT 2005

2005-04-22 Thread jvanzyl
Log: http://www.codehaus.org/~maven/m2-build-logs/m2-build-log-20050422.230700.txt - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

svn commit: r164320 - /maven/components/trunk/maven-meeper/src/bin/shuffle_poms.sh

2005-04-22 Thread brett
Author: brett Date: Fri Apr 22 20:04:13 2005 New Revision: 164320 URL: http://svn.apache.org/viewcvs?rev=164320&view=rev Log: few updates Modified: maven/components/trunk/maven-meeper/src/bin/shuffle_poms.sh Modified: maven/components/trunk/maven-meeper/src/bin/shuffle_poms.sh URL: http://s

[jira] Commented: (MPCLOVER-35) projects that don't have clover data does not produce reports

2005-04-22 Thread Vincent Massol (JIRA)
[ http://jira.codehaus.org/browse/MPCLOVER-35?page=comments#action_37966 ] Vincent Massol commented on MPCLOVER-35: Hi Eric, Thanks for the idea. I've started implementing it but the problem is that the report will fail if there is no coverage

Re: results of synchronize

2005-04-22 Thread Brett Porter
Nacho G. Mac Dowell wrote: > Could someone please point what the [WARNING] means? One of the artifacts filenames in the source repository was not good. At the moment we are not correcting this, so it continues to warn on every build. It'll be improved over time. - Brett > > Did anything go wron

[jira] Commented: (MNG-321) when packaging = pom, the repository should store it in the groupID directory

2005-04-22 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MNG-321?page=comments#action_38006 ] Brett Porter commented on MNG-321: -- what's really needed is for the repo tool to process the m2 repo in place, adding extra poms, md5s, etc - but this is going to take more work whi

svn commit: r164316 - /maven/components/trunk/maven-meeper/src/bin/shuffle_poms.sh

2005-04-22 Thread brett
Author: brett Date: Fri Apr 22 19:49:50 2005 New Revision: 164316 URL: http://svn.apache.org/viewcvs?rev=164316&view=rev Log: add a script to shuffle poms into new/old layout Added: maven/components/trunk/maven-meeper/src/bin/shuffle_poms.sh (with props) Added: maven/components/trunk/maven

svn commit: r164292 - /maven/maven-1/plugins/trunk/site/plugin.jelly

2005-04-22 Thread brett
Author: brett Date: Fri Apr 22 15:42:37 2005 New Revision: 164292 URL: http://svn.apache.org/viewcvs?rev=164292&view=rev Log: fix bug when any of the deployment operations fail, the others are not executed. Modified: maven/maven-1/plugins/trunk/site/plugin.jelly Modified: maven/maven-1/plugi

Powered By Maven

2005-04-22 Thread Kurt Riede
Hello Maven devs, on the Maven site you are writing "We would be very interested if you would Contact Us if you are using Maven with your project and would like to be added to this list.", so here we are: http://xframe.sourceforge.net/xsddoc/ xsddoc is a XML Schema documentation generator for

[jira] Closed: (MPCLOVER-36) Update to Clover 1.3.6

2005-04-22 Thread Vincent Massol (JIRA)
[ http://jira.codehaus.org/browse/MPCLOVER-36?page=all ] Vincent Massol closed MPCLOVER-36: -- Resolution: Fixed Done > Update to Clover 1.3.6 > -- > > Key: MPCLOVER-36 > URL: http://jira.codehaus.org/browse/MPC

[jira] Closed: (MPCLOVER-35) projects that don't have clover data does not produce reports

2005-04-22 Thread Vincent Massol (JIRA)
[ http://jira.codehaus.org/browse/MPCLOVER-35?page=all ] Vincent Massol closed MPCLOVER-35: -- Fix Version: 1.9 Resolution: Fixed I've implemented this feature. Oops I've just realized that you had provided a patch (I had missed it). I've had a

svn commit: r164300 - /maven/components/trunk/maven-plugins/maven-ejb-plugin/pom.xml /maven/components/trunk/maven-plugins/maven-jar-plugin/pom.xml /maven/components/trunk/maven-plugins/maven-war-plugin/pom.xml

2005-04-22 Thread brett
Author: brett Date: Fri Apr 22 16:39:23 2005 New Revision: 164300 URL: http://svn.apache.org/viewcvs?rev=164300&view=rev Log: update dependencies Modified: maven/components/trunk/maven-plugins/maven-ejb-plugin/pom.xml maven/components/trunk/maven-plugins/maven-jar-plugin/pom.xml maven

svn commit: r164299 - /maven/components/trunk/maven-core/src/main/java/org/apache/maven/plugin/DefaultPluginManager.java

2005-04-22 Thread brett
Author: brett Date: Fri Apr 22 16:39:05 2005 New Revision: 164299 URL: http://svn.apache.org/viewcvs?rev=164299&view=rev Log: fix error message Modified: maven/components/trunk/maven-core/src/main/java/org/apache/maven/plugin/DefaultPluginManager.java Modified: maven/components/trunk/maven

svn commit: r164270 - in /maven/maven-1/plugins/trunk/clover: ./ src/plugin-test/testGenerateReportWhenNoTests/ src/plugin-test/testGenerateReportWhenNoTests/src/ src/plugin-test/testGenerateReportWhenNoTests/src/main/ src/plugin-test/testGenerateReportWhenNoTests/src/main/org/ src/plugin-test/testGenerateReportWhenNoTests/src/main/org/apache/ src/plugin-test/testGenerateReportWhenNoTests/src/main/org/apache/maven/ src/plugin-test/testGenerateReportWhenNoTests/src/main/org/apache/maven/clover/ src/plugin-test/testGenerateReportWhenNoTests/src/main/org/apache/maven/clover/test/ xdocs/

2005-04-22 Thread vmassol
Author: vmassol Date: Fri Apr 22 12:15:46 2005 New Revision: 164270 URL: http://svn.apache.org/viewcvs?rev=164270&view=rev Log: MPCLOVER-35: Always generate Clover reports even when there is no coverage data. One of the reason is that Clover generates metrics other than coverage percentage, like

[jira] Created: (MNG-345) bad plugin configuration errors out

2005-04-22 Thread Brett Porter (JIRA)
bad plugin configuration errors out --- Key: MNG-345 URL: http://jira.codehaus.org/browse/MNG-345 Project: m2 Type: Sub-task Components: maven-core Versions: 2.0-alpha-1 Reporter: Brett Porter Assigned to: Brett Porter

[jira] Commented: (MPCLOVER-35) projects that don't have clover data does not produce reports

2005-04-22 Thread Vincent Massol (JIRA)
[ http://jira.codehaus.org/browse/MPCLOVER-35?page=comments#action_37973 ] Vincent Massol commented on MPCLOVER-35: ok, I understand why it was not working. We only call test:test (which in turn calls java:compile) if there are tests. Thus the d

[jira] Created: (MNG-344) initial project retrieval fails with error

2005-04-22 Thread Brett Porter (JIRA)
initial project retrieval fails with error -- Key: MNG-344 URL: http://jira.codehaus.org/browse/MNG-344 Project: m2 Type: Sub-task Components: maven-core Versions: 2.0-alpha-1 Reporter: Brett Porter Assigned to

[jira] Created: (MAVENUPLOAD-369) Upload new version of xpp3

2005-04-22 Thread Eric Merritt (JIRA)
Upload new version of xpp3 -- Key: MAVENUPLOAD-369 URL: http://jira.codehaus.org/browse/MAVENUPLOAD-369 Project: maven-upload-requests Type: Task Reporter: Eric Merritt Update the xpp3 repo on ibiblio -- This message is automatically g

[maven2 build - FAILED] Fri Apr 22 22:07:00 EDT 2005

2005-04-22 Thread jvanzyl
Log: http://www.codehaus.org/~maven/m2-build-logs/m2-build-log-20050422.220700.txt - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[maven2 build - FAILED] Fri Apr 22 21:07:00 EDT 2005

2005-04-22 Thread jvanzyl
Log: http://www.codehaus.org/~maven/m2-build-logs/m2-build-log-20050422.210700.txt - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [maven2 build - FAILED] Fri Apr 22 20:07:00 EDT 2005

2005-04-22 Thread Brett Porter
Looks like artifact container classloader separation coming back to bite again, but this time affecting everything since the split of maven-core and maven-project. I'm going to try and reduce the dependencies on maven-core to see if that helps. -Brett [EMAIL PROTECTED] wrote: >Log: >http://www

[jira] Commented: (MPSITE-24) site:deploy with "clean"

2005-04-22 Thread Julian Dunn (JIRA)
[ http://jira.codehaus.org/browse/MPSITE-24?page=comments#action_37978 ] Julian Dunn commented on MPSITE-24: --- I think this patch would probably fix it. --- plugin.jelly.bak2005-04-22 16:27:06.055396318 -0400 +++ plugin.jelly2005-04-22 16:2

svn commit: r164297 - /maven/components/trunk/maven-archiver/src/main/java/org/apache/maven/archiver/MavenArchiver.java

2005-04-22 Thread brett
Author: brett Date: Fri Apr 22 16:16:19 2005 New Revision: 164297 URL: http://svn.apache.org/viewcvs?rev=164297&view=rev Log: fix addClasspath handling Modified: maven/components/trunk/maven-archiver/src/main/java/org/apache/maven/archiver/MavenArchiver.java Modified: maven/components/trun

[jira] Commented: (MNG-321) when packaging = pom, the repository should store it in the groupID directory

2005-04-22 Thread John Casey (JIRA)
[ http://jira.codehaus.org/browse/MNG-321?page=comments#action_37959 ] John Casey commented on MNG-321: this has to be resolved in a very specific order: 1. make the change on localhost/localrepo 2. install repoclean instance with new version of maven

results of synchronize

2005-04-22 Thread maven
Syncing Apache Software Foundation Syncing Codehaus Syncing Maven Plugins @ SourceForge Syncing Mortbay Consulting Syncing Open Symphony Syncing OS Java [INFO] Source repository is at: '/home/projects/maven/repository-staging/to-ibiblio/maven' [INFO] Target repository is at: '/home/projects/maven

[maven2 build - FAILED] Fri Apr 22 20:07:00 EDT 2005

2005-04-22 Thread jvanzyl
Log: http://www.codehaus.org/~maven/m2-build-logs/m2-build-log-20050422.200700.txt - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[jira] Commented: (MPCLOVER-35) projects that don't have clover data does not produce reports

2005-04-22 Thread Eric Lapierre (JIRA)
[ http://jira.codehaus.org/browse/MPCLOVER-35?page=comments#action_37967 ] Eric Lapierre commented on MPCLOVER-35: --- As long as the ${maven.clover.database.dir}/clover_coverage.db exists, the report should be generated with the alwaysReport="true

[jira] Commented: (MPASPECTJ-18) Allow to weave dependent libraries in packaging archive (ear and war)

2005-04-22 Thread Carlos Sanchez (JIRA)
[ http://jira.codehaus.org/browse/MPASPECTJ-18?page=comments#action_37968 ] Carlos Sanchez commented on MPASPECTJ-18: - I don't see to much point on this, you mean that we should replace the original jar and change it for another with the same na

[jira] Created: (MPWAR-45) [PATCH] war:inplace should check for maven.war.src

2005-04-22 Thread Kim Dykeman (JIRA)
[PATCH] war:inplace should check for maven.war.src -- Key: MPWAR-45 URL: http://jira.codehaus.org/browse/MPWAR-45 Project: maven-war-plugin Type: Improvement Versions: 1.6 Reporter: Kim Dykeman Priority:

results of synchronize

2005-04-22 Thread maven
Syncing Apache Software Foundation Syncing Codehaus Syncing Maven Plugins @ SourceForge Syncing Mortbay Consulting Syncing Open Symphony Syncing OS Java [INFO] Source repository is at: '/home/projects/maven/repository-staging/to-ibiblio/maven' [INFO] Target repository is at: '/home/projects/maven

[jira] Created: (MNG-346) Periodic cleanup of logs and builds

2005-04-22 Thread Brett Porter (JIRA)
Periodic cleanup of logs and builds --- Key: MNG-346 URL: http://jira.codehaus.org/browse/MNG-346 Project: m2 Type: Task Reporter: Brett Porter the m2-build-logs and distributions from ci.sh are a bit out of control in /home/pro

[jira] Commented: (MPCLOVER-35) projects that don't have clover data does not produce reports

2005-04-22 Thread Eric Lapierre (JIRA)
[ http://jira.codehaus.org/browse/MPCLOVER-35?page=comments#action_37971 ] Eric Lapierre commented on MPCLOVER-35: --- The {maven.clover.database.dir}/clover_coverage.db is created when you compile your code with clover. The ${maven.clover.databa

[jira] Closed: (MNG-343) does not add compile-time dependencies

2005-04-22 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MNG-343?page=all ] Brett Porter closed MNG-343: Resolution: Fixed changed to use project.getRuntimeClasspathElements() > does not add compile-time dependencies > --

svn commit: r164293 - /maven/maven-1/plugins/trunk/site/xdocs/changes.xml

2005-04-22 Thread brett
Author: brett Date: Fri Apr 22 15:43:52 2005 New Revision: 164293 URL: http://svn.apache.org/viewcvs?rev=164293&view=rev Log: change update Modified: maven/maven-1/plugins/trunk/site/xdocs/changes.xml Modified: maven/maven-1/plugins/trunk/site/xdocs/changes.xml URL: http://svn.apache.org/vi

[jira] Created: (MNG-343) does not add compile-time dependencies

2005-04-22 Thread Brett Porter (JIRA)
does not add compile-time dependencies -- Key: MNG-343 URL: http://jira.codehaus.org/browse/MNG-343 Project: m2 Type: Bug Components: maven-plugins Reporter: Brett Porter Assigned to: Brett Porter Fi

Re: XDOC Plugin Optimization

2005-04-22 Thread Brent Worden
You might want to include some more source files for the uptodate check. The pom, the site.jsl or custom jsl, navigation.xml, properties files, and other files all contribute to the site contents. Just a thought as your single file check is definately better than nothing. Brent - Original

XDOC Plugin Optimization

2005-04-22 Thread M. Sean Gilligan
I've wanted to speed up the "maven site" command be eliminating tranforms of unchanged documents for some time now. I added some code to the XDOC plugin that seems to work: ${outFile} is up to date. DO TRANSFORM AS BEFORE Is there anything wrong with thi

results of synchronize

2005-04-22 Thread maven
Syncing Apache Software Foundation Syncing Codehaus Syncing Maven Plugins @ SourceForge Syncing Mortbay Consulting Syncing Open Symphony Syncing OS Java [INFO] Source repository is at: '/home/projects/maven/repository-staging/to-ibiblio/maven' [INFO] Target repository is at: '/home/projects/maven

[jira] Created: (CONTINUUM-107) Change Iterator on Continuum interface to Collection

2005-04-22 Thread Dan Diephouse (JIRA)
Change Iterator on Continuum interface to Collection Key: CONTINUUM-107 URL: http://jira.codehaus.org/browse/CONTINUUM-107 Project: Continuum Type: Wish Versions: 1.0-alpha-1 Reporter: Dan Diephouse

RE: IDE Plugins

2005-04-22 Thread Inger, Matthew
Basically, I want a more elegant way of talking to maven than through I/O streams. A viable solution would be able to start maven in console mode, with a listener assigned to a particular port number. The listener monitors that port for incoming connections. There would then be a corresponding m

RE: IDE Plugins

2005-04-22 Thread Inger, Matthew
The Idea plugin works, and as you suggest uses a subprocess to keep maven open in console mode, and then communicates with it through I/O streams. Not a very elegant solution, but the only one really available. -Original Message- From: Brett Porter [mailto:[EMAIL PROTECTED] Sent: Thursda

[maven2 build - SUCCESS] Fri Apr 22 09:07:00 EDT 2005

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

svn commit: r164235 - /maven/components/trunk/maven-mboot2/src/main/java/MBoot.java

2005-04-22 Thread brett
Author: brett Date: Fri Apr 22 06:06:17 2005 New Revision: 164235 URL: http://svn.apache.org/viewcvs?rev=164235&view=rev Log: fix order Modified: maven/components/trunk/maven-mboot2/src/main/java/MBoot.java Modified: maven/components/trunk/maven-mboot2/src/main/java/MBoot.java URL: http://s

[maven2 build - FAILED] Fri Apr 22 08:59:13 EDT 2005

2005-04-22 Thread jvanzyl
Log: http://www.codehaus.org/~maven/m2-build-logs/m2-build-log-20050422.085913.txt - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: svn commit: r164224 - /maven/continuum/branches/continuum-1.0-alpha-2/continuum-site

2005-04-22 Thread Brett Porter
Trygve Laugstøl wrote: >I assumed that the /trunk would be moved to /tags/continuum-1.0-alpha-1 >and that /branches/continuum-1.0-alpha-2 would be moved to /trunk. I >don't see any reason for keeping the branch after the release. > > > That'll work, but is the long way around :) usually, you'

Re: [maven2 build - FAILED] Fri Apr 22 08:52:58 EDT 2005

2005-04-22 Thread Brett Porter
I'm rerunning ci.sh clean... [EMAIL PROTECTED] wrote: >Log: >http://www.codehaus.org/~maven/m2-build-logs/m2-build-log-20050422.085258.txt > >- >To unsubscribe, e-mail: [EMAIL PROTECTED] >For additional commands, e-mail: [EMAIL P

Re: svn commit: r164224 - /maven/continuum/branches/continuum-1.0-alpha-2/continuum-site

2005-04-22 Thread Trygve Laugstøl
On Fri, 2005-04-22 at 22:31 +1000, Brett Porter wrote: > I don't understand why this is necessary? It's not necessary but I didn't want to keep the site up to date all the time. I though it was easier to just remove it and later copy over the site from the release when it was released but now I've

[jira] Closed: (MPDASHBOARD-22) Add "Total" to dashboard report

2005-04-22 Thread Vincent Massol (JIRA)
[ http://jira.codehaus.org/browse/MPDASHBOARD-22?page=all ] Vincent Massol closed MPDASHBOARD-22: - Resolution: Fixed Assign To: Vincent Massol Applied thanks. > Add "Total" to dashboard report > --- > >

[maven2 build - FAILED] Fri Apr 22 08:52:58 EDT 2005

2005-04-22 Thread jvanzyl
Log: http://www.codehaus.org/~maven/m2-build-logs/m2-build-log-20050422.085258.txt - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[jira] Commented: (MPCHANGELOG-54) invalid characters in CVS changelog cause build failure

2005-04-22 Thread Darren Bell (JIRA)
[ http://jira.codehaus.org/browse/MPCHANGELOG-54?page=comments#action_37950 ] Darren Bell commented on MPCHANGELOG-54: I'm getting the same thing. Any way to resolve this? > invalid characters in CVS changelog cause build failure > ---

svn commit: r164229 - in /maven/maven-1/plugins/trunk/dashboard: src/plugin-resources/templates/dashboard.jsl src/plugin-test/maven.xml xdocs/changes.xml

2005-04-22 Thread vmassol
Author: vmassol Date: Fri Apr 22 05:50:52 2005 New Revision: 164229 URL: http://svn.apache.org/viewcvs?rev=164229&view=rev Log: MPDASHBOARD-22: Added aggregator totals to the HTML report. Modified: maven/maven-1/plugins/trunk/dashboard/src/plugin-resources/templates/dashboard.jsl maven/m

[maven2 build - FAILED] Fri Apr 22 08:07:01 EDT 2005

2005-04-22 Thread jvanzyl
Log: http://www.codehaus.org/~maven/m2-build-logs/m2-build-log-20050422.080701.txt - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[maven2 build - FAILED] Fri Apr 22 07:07:00 EDT 2005

2005-04-22 Thread jvanzyl
Log: http://www.codehaus.org/~maven/m2-build-logs/m2-build-log-20050422.070700.txt - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

svn commit: r164217 - /maven/components/trunk/maven-archiver /maven/components/trunk/maven-artifact/src/main/java/org/apache/maven/artifact /maven/components/trunk/maven-core /maven/components/trunk/maven-core/src/main/java/org/apache/maven/artifact /maven/components/trunk/maven-core/src/main/java/org/apache/maven/project /maven/components/trunk/maven-core/src/main/resources/META-INF/plexus /maven/components/trunk/maven-core/src/main/resources/org/apache/maven/project /maven/components/trunk/maven-core/src/test/java/org/apache/maven /maven/components/trunk/maven-core/src/test/java/org/apache/maven/lifecycle /maven/components/trunk/maven-core/src/test/java/org/apache/maven/plugin /maven/components/trunk/maven-core/src/test/java/org/apache/maven/project /maven/components/trunk/maven-core/src/test/resources /maven/components/trunk/maven-core/src/test/resources/inheritance-repo /maven/components/trunk/maven-core/src/test/resources/local-repo /maven/components/trunk/maven-core/src/test/resources/org/apache/maven/project /maven/components/trunk/maven-core/src/test/resources/projects/base-directory-alignment /maven/components/trunk/maven-core/src/test/resources/projects/scope /maven/components/trunk/maven-core/src/test/resources/validation /maven/components/trunk/maven-mboot2/src/main/java /maven/components/trunk/maven-project /maven/components/trunk/maven-project/src /maven/components/trunk/maven-project/src/main /maven/components/trunk/maven-project/src/main/java /maven/components/trunk/maven-project/src/main/java/org /maven/components/trunk/maven-project/src/main/java/org/apache /maven/components/trunk/maven-project/src/main/java/org/apache/maven /maven/components/trunk/maven-project/src/main/java/org/apache/maven/project /maven/components/trunk/maven-project/src/main/java/org/apache/maven/project/inheritance /maven/components/trunk/maven-project/src/main/java/org/apache/maven/project/injection /maven/components/trunk/maven-project/src/main/java/org/apache/maven/project/interpolation /maven/components/trunk/maven-project/src/main/java/org/apache/maven/project/path /maven/components/trunk/maven-project/src/main/java/org/apache/maven/project/validation /maven/components/trunk/maven-project/src/main/resources /maven/components/trunk/maven-project/src/main/resources/META-INF /maven/components/trunk/maven-project/src/main/resources/META-INF/plexus /maven/components/trunk/maven-project/src/main/resources/org /maven/components/trunk/maven-project/src/main/resources/org/apache /maven/components/trunk/maven-project/src/main/resources/org/apache/maven /maven/components/trunk/maven-project/src/main/resources/org/apache/maven/project /maven/components/trunk/maven-project/src/test /maven/components/trunk/maven-project/src/test/java /maven/components/trunk/maven-project/src/test/java/org /maven/components/trunk/maven-project/src/test/java/org/apache /maven/components/trunk/maven-project/src/test/java/org/apache/maven /maven/components/trunk/maven-project/src/test/java/org/apache/maven/project /maven/components/trunk/maven-project/src/test/java/org/apache/maven/project/canonical /maven/components/trunk/maven-project/src/test/java/org/apache/maven/project/inheritance /maven/components/trunk/maven-project/src/test/java/org/apache/maven/project/injection /maven/components/trunk/maven-project/src/test/java/org/apache/maven/project/interpolation /maven/components/trunk/maven-project/src/test/java/org/apache/maven/project/validation /maven/components/trunk/maven-project/src/test/resources /maven/components/trunk/maven-project/src/test/resources/inheritance-repo /maven/components/trunk/maven-project/src/test/resources/inheritance-repo/t00 /maven/components/trunk/maven-project/src/test/resources/inheritance-repo/t01 /maven/components/trunk/maven-project/src/test/resources/local-repo /maven/components/trunk/maven-project/src/test/resources/local-repo/maven-test /maven/components/trunk/maven-project/src/test/resources/local-repo/snapshot-test /maven/components/trunk/maven-project/src/test/resources/org /maven/components/trunk/maven-project/src/test/resources/org/apache /maven/components/trunk/maven-project/src/test/resources/org/apache/maven /maven/components/trunk/maven-project/src/test/resources/org/apache/maven/project /maven/components/trunk/maven-project/src/test/resources/projects /maven/components/trunk/maven-project/src/test/resources/projects/base-directory-alignment /maven/components/trunk/maven-project/src/test/resources/projects/base-directory-alignment/subproject /maven/components/trunk/maven-project/src/test/resources/projects/scope /maven/components/trunk/maven-project/src/test/resources/validation

2005-04-22 Thread brett
Author: brett Date: Fri Apr 22 04:01:33 2005 New Revision: 164217 URL: http://svn.apache.org/viewcvs?rev=164217&view=rev Log: separate maven-project code Added: maven/components/trunk/maven-artifact/src/main/java/org/apache/maven/artifact/DependencyResolutionRequiredException.java - co

[jira] Closed: (MNG-337) separate out maven-project

2005-04-22 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MNG-337?page=all ] Brett Porter closed MNG-337: Resolution: Fixed should also be easier to refactor artifact now. any deps on maven-core should be changed to maven-project over time. > separate out maven-project > ---

[jira] Commented: (MJT-4) Setting a plugin property in a goal fails

2005-04-22 Thread Nico De Groote (JIRA)
[ http://jira.codehaus.org/browse/MJT-4?page=comments#action_37939 ] Nico De Groote commented on MJT-4: -- Yes the error persists. This was a typo when copying the xml. > Setting a plugin property in a goal fails >

[jira] Created: (MNG-342) compilation failure looks incorrect

2005-04-22 Thread Brett Porter (JIRA)
compilation failure looks incorrect --- Key: MNG-342 URL: http://jira.codehaus.org/browse/MNG-342 Project: m2 Type: Bug Components: maven-plugins Versions: 2.0-alpha-2 Reporter: Brett Porter Assigned to: Brett Porter

Re: results of synchronize

2005-04-22 Thread Nacho G. Mac Dowell
Could someone please point what the [WARNING] means? Did anything go wrong? Best regards, Nacho G. Mac Dowell [EMAIL PROTECTED] wrote: Syncing Apache Software Foundation Syncing Codehaus Syncing Maven Plugins @ SourceForge Syncing Mortbay Consulting Syncing Open Symphony Syncing OS Java [INFO] Sour

[jira] Closed: (MNG-341) m2 can't work while the path with space

2005-04-22 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MNG-341?page=all ] Brett Porter closed MNG-341: Resolution: Duplicate your M2_HOME doesn't contain spaces - it is being looked up by the PATH. This is only supported on Windows 2000 and above. > m2 can't work while th

[jira] Moved: (MNG-341) m2 can't work while the path with space

2005-04-22 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MNG-341?page=all ] Brett Porter moved MAVEN-1595 to MNG-341: - Key: MNG-341 (was: MAVEN-1595) Project: m2 (was: maven) > m2 can't work while the path with space > ---

[jira] Commented: (MJT-4) Setting a plugin property in a goal fails

2005-04-22 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MJT-4?page=comments#action_37935 ] Brett Porter commented on MJT-4: (pasted from dev list) If you fix the typo, does the error persist? Setting a plugin property in a goal fails > ---

[jira] Deleted: (MAVEN-1596) m2 can't work while the path with space

2005-04-22 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MAVEN-1596?page=all ] Brett Porter deleted MAVEN-1596: > m2 can't work while the path with space > --- > > Key: MAVEN-1596 > URL: http://jira.codehaus.org/browse/MAV

Re: [jira] Created: (MJT-4) Setting a plugin property in a goal fails

2005-04-22 Thread Kenney Westerhof
On Fri, 22 Apr 2005, Nico De Groote (JIRA) wrote: If you fix the typo, does the error persist? Setting a plugin property in a goal fails > - > > Key: MJT-4 > URL: http://jira.codehaus.org/browse/MJT-4 > Project: maven-jelly

[jira] Created: (MJT-4) Setting a plugin property in a goal fails

2005-04-22 Thread Nico De Groote (JIRA)
Setting a plugin property in a goal fails - Key: MJT-4 URL: http://jira.codehaus.org/browse/MJT-4 Project: maven-jelly-tags Type: Bug Reporter: Nico De Groote Setting a plugin property within a goal before attaining a goa

[jira] Created: (MAVEN-1596) m2 can't work while the path with space

2005-04-22 Thread Creatxr (JIRA)
m2 can't work while the path with space --- Key: MAVEN-1596 URL: http://jira.codehaus.org/browse/MAVEN-1596 Project: maven Type: Bug Reporter: Creatxr E:\x>set m M2_HOME=E:\Program Files\maven-2.0-alpha-1 MAVEN_HOME=c:\Pr

[jira] Created: (MAVEN-1595) m2 can't work while the path with space

2005-04-22 Thread Creatxr (JIRA)
m2 can't work while the path with space --- Key: MAVEN-1595 URL: http://jira.codehaus.org/browse/MAVEN-1595 Project: maven Type: Bug Reporter: Creatxr E:\x>set m M2_HOME=E:\maven-2.0-alpha-1 MAVEN_HOME=c:\Program Files\Ap

[maven2 build - SUCCESS] Fri Apr 22 05:07:00 EDT 2005

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

[jira] Created: (MPASPECTJ-18) Allow to weave dependent libraries in packaging archive (ear and war)

2005-04-22 Thread pkernevez (JIRA)
Allow to weave dependent libraries in packaging archive (ear and war) - Key: MPASPECTJ-18 URL: http://jira.codehaus.org/browse/MPASPECTJ-18 Project: maven-aspectj-plugin Type: New Feature Version

[jira] Created: (MAVENUPLOAD-368) Please upload Eclipse SWT 3.0.1 libraries

2005-04-22 Thread Kenney Westerhof (JIRA)
Please upload Eclipse SWT 3.0.1 libraries - Key: MAVENUPLOAD-368 URL: http://jira.codehaus.org/browse/MAVENUPLOAD-368 Project: maven-upload-requests Type: Improvement Reporter: Kenney Westerhof http://www.neonics.com/mave

results of synchronize

2005-04-22 Thread maven
Syncing Apache Software Foundation Syncing Codehaus Syncing Maven Plugins @ SourceForge Syncing Mortbay Consulting Syncing Open Symphony Syncing OS Java [INFO] Source repository is at: '/home/projects/maven/repository-staging/to-ibiblio/maven' [INFO] Target repository is at: '/home/projects/maven

svn commit: r164205 - in /maven/components/trunk/maven-core/src: main/java/org/apache/maven/project/DefaultMavenProjectBuilder.java main/java/org/apache/maven/project/MavenProjectBuilder.java test/java/org/apache/maven/MavenTestCase.java

2005-04-22 Thread brett
Author: brett Date: Fri Apr 22 02:01:47 2005 New Revision: 164205 URL: http://svn.apache.org/viewcvs?rev=164205&view=rev Log: decouple project stuff from maven-core Modified: maven/components/trunk/maven-core/src/main/java/org/apache/maven/project/DefaultMavenProjectBuilder.java maven/c

svn commit: r164201 - /maven/components/trunk/maven-artifact/src/main/java/org/apache/maven/artifact/repository /maven/components/trunk/maven-artifact/src/main/resources/META-INF/plexus /maven/components/trunk/maven-core/src/main/java/org/apache/maven/artifact/repository /maven/components/trunk/maven-core/src/main/java/org/apache/maven/plugin /maven/components/trunk/maven-core/src/main/java/org/apache/maven/project /maven/components/trunk/maven-core/src/main/resources/META-INF/plexus

2005-04-22 Thread brett
Author: brett Date: Fri Apr 22 01:48:41 2005 New Revision: 164201 URL: http://svn.apache.org/viewcvs?rev=164201&view=rev Log: move artifact repository factory into maven-artifact Added: maven/components/trunk/maven-artifact/src/main/java/org/apache/maven/artifact/repository/ArtifactRepositor

Re: [jira] Commented: (MPXDOC-128) Internationalized Websites

2005-04-22 Thread Valerie Nyre
Hello Vincent It would be a pity if this fine solution would remain unnoticed. I trust, you tested the fmt taglib for jelly on Linux as well. In our case, i cannot employ Java-programmers to investigate the problem, and if we cannot get the solution running we might have to stall our attempt.

svn commit: r164195 - /maven/components/trunk/maven-core/src/main/java/org/apache/maven/plugin /maven/components/trunk/maven-core/src/test/java/org/apache/maven/plugin /maven/components/trunk/maven-plugins/maven-compiler-plugin/src/main/java/org/apache/maven/plugin /maven/components/trunk/maven-plugins/maven-deploy-plugin/src/main/java/org/apache/maven/plugin/deploy /maven/components/trunk/maven-plugins/maven-install-plugin/src/main/java/org/apache/maven/plugin/install /maven/components/trunk/maven-plugins/maven-jar-plugin/src/main/java/org/apache/maven/plugin/jar /maven/components/trunk/maven-plugins/maven-plugin-plugin/src/main/java/org/apache/maven/plugin/plugin /maven/components/trunk/maven-plugins/maven-resources-plugin/src/main/java/org/apache/maven/plugin/resources /maven/components/trunk/maven-plugins/maven-surefire-plugin/src/main/java/org/apache/maven/test

2005-04-22 Thread brett
Author: brett Date: Fri Apr 22 01:33:34 2005 New Revision: 164195 URL: http://svn.apache.org/viewcvs?rev=164195&view=rev Log: add more use of ${} expressions, fix problem when } was not at end Modified: maven/components/trunk/maven-core/src/main/java/org/apache/maven/plugin/PluginParameterEx

[maven2 build - FAILED] Fri Apr 22 04:07:00 EDT 2005

2005-04-22 Thread jvanzyl
Log: http://www.codehaus.org/~maven/m2-build-logs/m2-build-log-20050422.040700.txt - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[jira] Commented: (MPIDEA-12) exclude build output directory in module

2005-04-22 Thread Geoffrey (JIRA)
[ http://jira.codehaus.org/browse/MPIDEA-12?page=comments#action_37932 ] Geoffrey commented on MPIDEA-12: This would be indeed quite handy for larger projects. Now we have to mark them excluded everytime we do a idea:multiproject > exclude build output

svn commit: r164189 - /maven/components/trunk/maven-archiver/src/main/java/org/apache/maven/archiver /maven/components/trunk/maven-artifact-test/src/main/java/org/apache/maven/artifact/test /maven/components/trunk/maven-artifact/src/main/java/org/apache/maven/artifact/deployer /maven/components/trunk/maven-artifact/src/main/java/org/apache/maven/artifact/manager /maven/components/trunk/maven-artifact/src/main/java/org/apache/maven/artifact/repository /maven/components/trunk/maven-core/src/main/java/org/apache/maven /maven/components/trunk/maven-core/src/main/java/org/apache/maven/artifact/repository

2005-04-22 Thread brett
Author: brett Date: Fri Apr 22 00:55:32 2005 New Revision: 164189 URL: http://svn.apache.org/viewcvs?rev=164189&view=rev Log: decouple auth info from repository, allows removing settings from project code Modified: maven/components/trunk/maven-archiver/src/main/java/org/apache/maven/archiver

Re: Updating ibiblio poms

2005-04-22 Thread Brett Porter
Most such artifacts are just per request - if you make a complete upload request with populated Maven 1.0 POMs and 3.0.1 JARs, we can upload them into both repositories. Cheers, Brett Kenney Westerhof wrote: >On Fri, 22 Apr 2005, Brett Porter wrote: > >Who's managing the SWT pom's on ibiblio, fo

Re: Updating ibiblio poms

2005-04-22 Thread Kenney Westerhof
On Fri, 22 Apr 2005, Brett Porter wrote: Who's managing the SWT pom's on ibiblio, for both maven1 and maven2? It would be nice to at least have the dependencies present in the maven2 poms, since now i'm still stuck incorporating dependencies by hand.. and an update would be nice too - eclipse itse

svn commit: r164181 - in /maven/components/trunk/maven-core/src: main/java/org/apache/maven/ main/java/org/apache/maven/artifact/repository/ main/java/org/apache/maven/cli/ main/java/org/apache/maven/execution/ main/java/org/apache/maven/project/ main/resources/META-INF/plexus/ test/java/org/apache/maven/plugin/

2005-04-22 Thread brett
Author: brett Date: Fri Apr 22 00:16:09 2005 New Revision: 164181 URL: http://svn.apache.org/viewcvs?rev=164181&view=rev Log: some clean up of components and artifact repository factory Modified: maven/components/trunk/maven-core/src/main/java/org/apache/maven/DefaultMaven.java maven/co

[maven2 build - FAILED] Fri Apr 22 03:07:00 EDT 2005

2005-04-22 Thread jvanzyl
Log: http://www.codehaus.org/~maven/m2-build-logs/m2-build-log-20050422.030700.txt - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]