svn commit: r191393 - in /maven/components/trunk/maven-archetype/maven-archetypes: ./ maven-archetype-marmalade-mojo/ maven-archetype-marmalade-mojo/src/main/resources/archetype-resources/ maven-archetype-mojo/ maven-archetype-mojo/src/main/resources/a...

2005-06-19 Thread brett
Author: brett Date: Sun Jun 19 22:00:32 2005 New Revision: 191393 URL: http://svn.apache.org/viewcvs?rev=191393&view=rev Log: use in archetypes Modified: maven/components/trunk/maven-archetype/maven-archetypes/maven-archetype-marmalade-mojo/pom.xml maven/components/trunk/maven-archetyp

svn commit: r191402 - in /maven/components/trunk: maven-artifact/pom.xml maven-core/pom.xml

2005-06-19 Thread brett
Author: brett Date: Sun Jun 19 23:45:04 2005 New Revision: 191402 URL: http://svn.apache.org/viewcvs?rev=191402&view=rev Log: use newer wagon Modified: maven/components/trunk/maven-artifact/pom.xml maven/components/trunk/maven-core/pom.xml Modified: maven/components/trunk/maven-artifact/

[jira] Closed: (MNG-489) trim plugin resolution to those needed, to avoid unnecessary dep resolution for unused plugins

2005-06-19 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MNG-489?page=all ] Brett Porter closed MNG-489: Resolution: Fixed > trim plugin resolution to those needed, to avoid unnecessary dep resolution > for unused plugins > ---

Re: [m2] Maven Model build referring to unresolved artifact

2005-06-19 Thread Brett Porter
It is coming through from the modello plugin. It is a really crappy situation which we need to sort out before the next modello release as it has introduced dependencies for some other applications that maven doesn't need. You can rollback to alpha-2 of the modello plugin until we get it sorte

[m2] Maven Model build referring to unresolved artifact

2005-06-19 Thread Rahul
Hi, I am trying to update my Eclipse workspace and "m2 eclipse:eclipse" is blowing up while generating eclipse project for "maven-model". Attached is the output for the execution. I think the artifact: "http://www.ibiblio.org/maven2//servletapi/servlet/2.4/servlet-2.4.pom"; is incorrect - the

results of synchronize

2005-06-19 Thread maven
Syncing Apache Software Foundation Syncing Codehaus Syncing Maven Plugins @ SourceForge Syncing Mortbay Consulting Syncing ObjectWeb Syncing Open Symphony Syncing OS Java [INFO] Actual number of artifacts rewritten: 0 (0 including POMs). [ERROR] Error encountered while converting source repository

[REPOCLEAN] Error(s) occurred while converting repository

2005-06-19 Thread REPOCLEAN
Errors occurred while performing maven-1 to maven-2 repository conversion. For more details, see: http://test.maven.codehaus.org/reports/repoclean/20-Jun-2005_02.09.28/repository.report.txt - To unsubscribe, e-mail: [EMAIL PROTE

[REPOCLEAN] Error(s) occurred while converting repository

2005-06-19 Thread REPOCLEAN
Errors occurred while performing maven-1 to maven-2 repository conversion. For more details, see: http://test.maven.codehaus.org/reports/repoclean/20-Jun-2005_02.09.28/repository.report.txt - To unsubscribe, e-mail: [EMAIL PROTE

svn commit: r191399 - /maven/components/trunk/maven-core/src/main/resources/META-INF/plexus/components.xml

2005-06-19 Thread brett
Author: brett Date: Sun Jun 19 23:15:34 2005 New Revision: 191399 URL: http://svn.apache.org/viewcvs?rev=191399&view=rev Log: better default bindings of goals for a plexus application Modified: maven/components/trunk/maven-core/src/main/resources/META-INF/plexus/components.xml Modified: ma

[maven2 build - FAILED - update] Mon Jun 20 02:07:06 EDT 2005

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

[maven2 build - FAILED - update] Mon Jun 20 01:07:06 EDT 2005

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

svn commit: r191392 - in /maven/components/trunk/maven-project/src/test/resources: ./ inheritance-repo/t00/maven/poms/ inheritance-repo/t01/maven/poms/ local-repo/maven-test/poms/ local-repo/snapshot-test/poms/ projects/base-directory-alignment/ projec...

2005-06-19 Thread brett
Author: brett Date: Sun Jun 19 21:29:46 2005 New Revision: 191392 URL: http://svn.apache.org/viewcvs?rev=191392&view=rev Log: fix pom formats as parsing is now stricter Modified: maven/components/trunk/maven-project/src/test/resources/canonical-pom.xml maven/components/trunk/maven-proje

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

2005-06-19 Thread brett
Author: brett Date: Sun Jun 19 21:28:52 2005 New Revision: 191390 URL: http://svn.apache.org/viewcvs?rev=191390&view=rev Log: add lifecycle mdo to booty Modified: maven/components/trunk/maven-mboot2/src/main/java/MBoot.java Modified: maven/components/trunk/maven-mboot2/src/main/java/MBoot.ja

svn commit: r191391 - /maven/components/trunk/maven-plugin-registry/src/main/java/org/apache/maven/plugin/registry/DefaultPluginRegistryBuilder.java

2005-06-19 Thread brett
Author: brett Date: Sun Jun 19 21:29:02 2005 New Revision: 191391 URL: http://svn.apache.org/viewcvs?rev=191391&view=rev Log: fix import Modified: maven/components/trunk/maven-plugin-registry/src/main/java/org/apache/maven/plugin/registry/DefaultPluginRegistryBuilder.java Modified: maven/c

[maven2 build - FAILED - checkout] Mon Jun 20 00:07:00 EDT 2005

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

[jira] Commented: (MNG-490) Creating an archetype with a different folder structure for java and test sources still results in default (src/main/java) folder being generated.

2005-06-19 Thread Rahul Thakur (JIRA)
[ http://jira.codehaus.org/browse/MNG-490?page=comments#action_41674 ] Rahul Thakur commented on MNG-490: -- Yep! This is mine :-) > Creating an archetype with a different folder structure for java and test > sources still results in default (src/main/java)

svn commit: r191385 - in /maven/components/trunk: maven-plugin-descriptor/src/main/java/org/apache/maven/plugin/descriptor/ maven-plugin-tools/maven-plugin-tools-beanshell/src/main/java/org/apache/maven/tools/plugin/extractor/beanshell/ maven-plugin-to...

2005-06-19 Thread brett
Author: brett Date: Sun Jun 19 20:39:42 2005 New Revision: 191385 URL: http://svn.apache.org/viewcvs?rev=191385&view=rev Log: PR: MNG-471 add @execute phase|lifecycle doclet tag for java and beanshell not sure how this would be configured for marmalade - will leave this for a once over of marmala

svn commit: r191380 - in /maven/components/trunk/maven-plugin-descriptor: ./ src/main/mdo/ src/test/ src/test/java/ src/test/java/org/ src/test/java/org/apache/ src/test/java/org/apache/maven/ src/test/java/org/apache/maven/plugin/ src/test/java/org/ap...

2005-06-19 Thread brett
Author: brett Date: Sun Jun 19 20:17:43 2005 New Revision: 191380 URL: http://svn.apache.org/viewcvs?rev=191380&view=rev Log: PR: MNG-471 add lifecycle mapping model Added: maven/components/trunk/maven-plugin-descriptor/src/main/mdo/ maven/components/trunk/maven-plugin-descriptor/src/main

svn commit: r191383 - /maven/components/trunk/maven-site/src/site/apt/lifecycle.apt

2005-06-19 Thread brett
Author: brett Date: Sun Jun 19 20:19:21 2005 New Revision: 191383 URL: http://svn.apache.org/viewcvs?rev=191383&view=rev Log: correct lifecycle doco Modified: maven/components/trunk/maven-site/src/site/apt/lifecycle.apt Modified: maven/components/trunk/maven-site/src/site/apt/lifecycle.apt U

svn commit: r191382 - /maven/components/trunk/maven-mboot2/pom.xml

2005-06-19 Thread brett
Author: brett Date: Sun Jun 19 20:18:55 2005 New Revision: 191382 URL: http://svn.apache.org/viewcvs?rev=191382&view=rev Log: use latest modello for booty Modified: maven/components/trunk/maven-mboot2/pom.xml Modified: maven/components/trunk/maven-mboot2/pom.xml URL: http://svn.apache.org/v

svn commit: r191381 - /maven/components/trunk/maven-model/pom.xml

2005-06-19 Thread brett
Author: brett Date: Sun Jun 19 20:18:43 2005 New Revision: 191381 URL: http://svn.apache.org/viewcvs?rev=191381&view=rev Log: update to use executions Modified: maven/components/trunk/maven-model/pom.xml Modified: maven/components/trunk/maven-model/pom.xml URL: http://svn.apache.org/viewcvs

[jira] Created: (MNG-496) configuration that does not apply to a particular mojo should be ignored, not fail

2005-06-19 Thread Brett Porter (JIRA)
configuration that does not apply to a particular mojo should be ignored, not fail -- Key: MNG-496 URL: http://jira.codehaus.org/browse/MNG-496 Project: Maven 2 Type: Bug Components: m

results of synchronize

2005-06-19 Thread maven
Syncing Apache Software Foundation Syncing Codehaus Syncing Maven Plugins @ SourceForge Syncing Mortbay Consulting Syncing ObjectWeb Syncing Open Symphony Syncing OS Java [INFO] Actual number of artifacts rewritten: 2 (4 including POMs). [ERROR] Error encountered while converting source repository

[REPOCLEAN] Error(s) occurred while converting repository

2005-06-19 Thread REPOCLEAN
Errors occurred while performing maven-1 to maven-2 repository conversion. For more details, see: http://test.maven.codehaus.org/reports/repoclean/19-Jun-2005_10.09.48/repository.report.txt - To unsubscribe, e-mail: [EMAIL PROTE

[REPOCLEAN] Error(s) occurred while converting repository

2005-06-19 Thread REPOCLEAN
Errors occurred while performing maven-1 to maven-2 repository conversion. For more details, see: http://test.maven.codehaus.org/reports/repoclean/19-Jun-2005_10.09.48/repository.report.txt - To unsubscribe, e-mail: [EMAIL PROTE

[jira] Created: (MNG-495) prerequesite releases

2005-06-19 Thread Brett Porter (JIRA)
prerequesite releases - Key: MNG-495 URL: http://jira.codehaus.org/browse/MNG-495 Project: Maven 2 Type: Task Reporter: Brett Porter Assigned to: John Casey Priority: Blocker Fix For: 2.0-alpha-3 we need to cut releases of some pr

[jira] Updated: (MNG-490) Creating an archetype with a different folder structure for java and test sources still results in default (src/main/java) folder being generated.

2005-06-19 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MNG-490?page=all ] Brett Porter updated MNG-490: - Fix Version: 2.0-beta-1 thanks Rahul. Are you able to work on a fix for this? > Creating an archetype with a different folder structure for java and test > sources still re

[jira] Created: (MNG-494) defer plugin dependency resolution to execution rather than at addPlugin

2005-06-19 Thread Brett Porter (JIRA)
defer plugin dependency resolution to execution rather than at addPlugin Key: MNG-494 URL: http://jira.codehaus.org/browse/MNG-494 Project: Maven 2 Type: Improvement Components: maven-core

[jira] Created: (MNG-493) allow executions with no id

2005-06-19 Thread Brett Porter (JIRA)
allow executions with no id --- Key: MNG-493 URL: http://jira.codehaus.org/browse/MNG-493 Project: Maven 2 Type: Bug Components: maven-project Reporter: Brett Porter Assigned to: John Casey Fix For: 2.0-alpha-3 currently, the

[jira] Updated: (MNG-303) dependency mediation and conflict management

2005-06-19 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MNG-303?page=all ] Brett Porter updated MNG-303: - Assign To: Brett Porter > dependency mediation and conflict management > > > Key: MNG-303 > URL: http://jira.co

[jira] Updated: (MNG-313) POM dependency should transitively take the modules, not the dependencies

2005-06-19 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MNG-313?page=all ] Brett Porter updated MNG-313: - Assign To: Brett Porter > POM dependency should transitively take the modules, not the dependencies >

[jira] Updated: (MNG-63) current pom.artifactId not detected as part of a cyclical dependency

2005-06-19 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MNG-63?page=all ] Brett Porter updated MNG-63: Assign To: Brett Porter > current pom.artifactId not detected as part of a cyclical dependency > > >

[jira] Commented: (MAVEN-1629) Ugly error message when JDK 1.3 is set for JAVA_HOME

2005-06-19 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MAVEN-1629?page=comments#action_41664 ] Brett Porter commented on MAVEN-1629: - while I considered the shell/batch solution, it would slow general startup and be a royal pain to implement in a batch file. > Ugly error me

[jira] Commented: (MAVEN-1629) Ugly error message when JDK 1.3 is set for JAVA_HOME

2005-06-19 Thread dion gillard (JIRA)
[ http://jira.codehaus.org/browse/MAVEN-1629?page=comments#action_41663 ] dion gillard commented on MAVEN-1629: - Either that or check java -version in the shell scripts/batch file, as long as the end-user has a better experience. > Ugly error message wh

[jira] Created: (MNG-492) Fix mmld taglib discovery strategy for Ant compatibility

2005-06-19 Thread david varnes (JIRA)
Fix mmld taglib discovery strategy for Ant compatibility Key: MNG-492 URL: http://jira.codehaus.org/browse/MNG-492 Project: Maven 2 Type: Bug Components: maven-plugins Versions: 2.0-alpha-2 Environ

Re: [m2] Marmalade plugin - how to use ant namespace

2005-06-19 Thread david varnes
Hey thanks for the prompt response John, it all makes sense. Looking forward to the next cut, appreciate your work. daivdv John Casey wrote: > The short answer is that there is currently a bug in the m2 integration > of marmalade. Last night I figured out that the taglib discovery > strategy use

results of synchronize

2005-06-19 Thread maven
Syncing Apache Software Foundation Syncing Codehaus Syncing Maven Plugins @ SourceForge Syncing Mortbay Consulting Syncing ObjectWeb Syncing Open Symphony Syncing OS Java [INFO] Actual number of artifacts rewritten: 0 (0 including POMs). [ERROR] Error encountered while converting source repository

[REPOCLEAN] Error(s) occurred while converting repository

2005-06-19 Thread REPOCLEAN
Errors occurred while performing maven-1 to maven-2 repository conversion. For more details, see: http://test.maven.codehaus.org/reports/repoclean/19-Jun-2005_06.10.12/repository.report.txt - To unsubscribe, e-mail: [EMAIL PROTE

[REPOCLEAN] Error(s) occurred while converting repository

2005-06-19 Thread REPOCLEAN
Errors occurred while performing maven-1 to maven-2 repository conversion. For more details, see: http://test.maven.codehaus.org/reports/repoclean/19-Jun-2005_06.10.12/repository.report.txt - To unsubscribe, e-mail: [EMAIL PROTE

[jira] Created: (MNG-491) when selecting [a]ll at the register plugin version prompt, the plugin version manager attempts to register the first plugin's version as rejected

2005-06-19 Thread John Casey (JIRA)
when selecting [a]ll at the register plugin version prompt, the plugin version manager attempts to register the first plugin's version as rejected --

[maven2 build - SUCCESS - update] Sun Jun 19 14:07:06 EDT 2005

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

svn commit: r191357 - /maven/components/trunk/maven-core/src/main/java/org/apache/maven/plugin/version/IntervalUtils.java

2005-06-19 Thread jdcasey
Author: jdcasey Date: Sun Jun 19 11:02:07 2005 New Revision: 191357 URL: http://svn.apache.org/viewcvs?rev=191357&view=rev Log: Adding default interval type of minutes, in case W|D|H|M is not specified. This is to be consistent with the snapshot policy in the repository. Modified: maven/com

Re: [m2] Marmalade plugin - how to use ant namespace

2005-06-19 Thread John Casey
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 The short answer is that there is currently a bug in the m2 integration of marmalade. Last night I figured out that the taglib discovery strategy used for the Ant compatibility mode is not configured when m2 attempts to execute a marmalade-mojo. This m

results of synchronize

2005-06-19 Thread maven
Syncing Apache Software Foundation Syncing Codehaus Syncing Maven Plugins @ SourceForge Syncing Mortbay Consulting Syncing ObjectWeb Syncing Open Symphony Syncing OS Java [INFO] Actual number of artifacts rewritten: 1 (2 including POMs). [ERROR] Error encountered while converting source repository

[REPOCLEAN] Error(s) occurred while converting repository

2005-06-19 Thread REPOCLEAN
Errors occurred while performing maven-1 to maven-2 repository conversion. For more details, see: http://test.maven.codehaus.org/reports/repoclean/19-Jun-2005_12.06.29/repository.report.txt - To unsubscribe, e-mail: [EMAIL PROTE

[REPOCLEAN] Error(s) occurred while converting repository

2005-06-19 Thread REPOCLEAN
Errors occurred while performing maven-1 to maven-2 repository conversion. For more details, see: http://test.maven.codehaus.org/reports/repoclean/19-Jun-2005_12.06.29/repository.report.txt - To unsubscribe, e-mail: [EMAIL PROTE

[jira] Closed: (MAVENUPLOAD-411) mstor 0.9.6 - Maven bundle

2005-06-19 Thread Carlos Sanchez (JIRA)
[ http://jira.codehaus.org/browse/MAVENUPLOAD-411?page=all ] Carlos Sanchez closed MAVENUPLOAD-411: -- Assign To: Carlos Sanchez Resolution: Fixed > mstor 0.9.6 - Maven bundle > -- > > Key: MAVENUPLOAD-411 >

[jira] Created: (MPJCOVERAGE-31) StringIndexOutOfBoundsException in getShortFilename

2005-06-19 Thread Stephen Colebourne (JIRA)
StringIndexOutOfBoundsException in getShortFilename --- Key: MPJCOVERAGE-31 URL: http://jira.codehaus.org/browse/MPJCOVERAGE-31 Project: maven-jcoverage-plugin Type: Bug Versions: 1.0.9 Reporter: Stephen Col

results of synchronize

2005-06-19 Thread maven
Syncing Apache Software Foundation Syncing Codehaus Syncing Maven Plugins @ SourceForge Syncing Mortbay Consulting Syncing ObjectWeb Syncing Open Symphony Syncing OS Java [INFO] Actual number of artifacts rewritten: 0 (0 including POMs). [ERROR] Error encountered while converting source repository

[jira] Commented: (MAVEN-1629) Ugly error message when JDK 1.3 is set for JAVA_HOME

2005-06-19 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MAVEN-1629?page=comments#action_41642 ] Brett Porter commented on MAVEN-1629: - maybe a modification to forehead (and for m2, classworlds) to do this check and ensure it is targetted to 1.3? > Ugly error message when JDK

[REPOCLEAN] Error(s) occurred while converting repository

2005-06-19 Thread REPOCLEAN
Errors occurred while performing maven-1 to maven-2 repository conversion. For more details, see: http://test.maven.codehaus.org/reports/repoclean/19-Jun-2005_08.04.57/repository.report.txt - To unsubscribe, e-mail: [EMAIL PROTE

[REPOCLEAN] Error(s) occurred while converting repository

2005-06-19 Thread REPOCLEAN
Errors occurred while performing maven-1 to maven-2 repository conversion. For more details, see: http://test.maven.codehaus.org/reports/repoclean/19-Jun-2005_08.04.57/repository.report.txt - To unsubscribe, e-mail: [EMAIL PROTE

[maven2 build - FAILED - update] Sun Jun 19 08:07:04 EDT 2005

2005-06-19 Thread jvanzyl
ci.sh already running... exiting maven24373 24370 0 07:07 ?00:00:00 /bin/sh /home/projects/maven/ci.sh update maven24419 24373 0 07:07 ?00:00:00 /bin/sh /home/projects/maven/ci.sh update maven24505 24419 0 07:07 ?00:00:00 /bin/sh /home/projects/maven/ci.sh

[jira] Created: (MNG-490) Creating an archetype with a different folder structure for java and test sources still results in default (src/main/java) folder being generated.

2005-06-19 Thread Rahul Thakur (JIRA)
Creating an archetype with a different folder structure for java and test sources still results in default (src/main/java) folder being generated. --

[jira] Created: (MPMULTIPROJECT-52) multirpoject and eclipse (faq)

2005-06-19 Thread gilles dodinet (JIRA)
multirpoject and eclipse (faq) -- Key: MPMULTIPROJECT-52 URL: http://jira.codehaus.org/browse/MPMULTIPROJECT-52 Project: maven-multiproject-plugin Type: Improvement Reporter: gilles dodinet Assigned to: Brett Porter Attachments: [fa

results of synchronize

2005-06-19 Thread maven
Syncing Apache Software Foundation Syncing Codehaus Syncing Maven Plugins @ SourceForge Syncing Mortbay Consulting Syncing ObjectWeb Syncing Open Symphony Syncing OS Java [INFO] Actual number of artifacts rewritten: 0 (0 including POMs). [ERROR] Error encountered while converting source repository

[REPOCLEAN] Error(s) occurred while converting repository

2005-06-19 Thread REPOCLEAN
Errors occurred while performing maven-1 to maven-2 repository conversion. For more details, see: http://test.maven.codehaus.org/reports/repoclean/19-Jun-2005_04.04.08/repository.report.txt - To unsubscribe, e-mail: [EMAIL PROTE

[REPOCLEAN] Error(s) occurred while converting repository

2005-06-19 Thread REPOCLEAN
Errors occurred while performing maven-1 to maven-2 repository conversion. For more details, see: http://test.maven.codehaus.org/reports/repoclean/19-Jun-2005_04.04.08/repository.report.txt - To unsubscribe, e-mail: [EMAIL PROTE

[jira] Created: (MAVEN-1629) Ugly error message when JDK 1.3 is set for JAVA_HOME

2005-06-19 Thread dion gillard (JIRA)
Ugly error message when JDK 1.3 is set for JAVA_HOME Key: MAVEN-1629 URL: http://jira.codehaus.org/browse/MAVEN-1629 Project: maven Type: Bug Components: cli Versions: 1.1-beta-1 Environment: JAVA_HOME