results of synchronize

2005-05-28 Thread maven
Syncing Apache Software Foundation Syncing Codehaus Syncing Maven Plugins @ SourceForge Syncing Mortbay Consulting Syncing Open Symphony Syncing OS Java [INFO] Actual number of artifacts rewritten: 4 (8 including POMs). building file list ... done last-sync.txt mevenide/distributions/ wrote 640439

[maven2 build - SUCCESS] Sun May 29 00:07:03 EDT 2005

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

Re: extending pom structure?

2005-05-28 Thread Adam Jenkins
>Great! Is there anything in particular you'd like to hear about? I think just general direction is a big thing. Maven 1 was a bit of a steep learning curve and a big deal to "officially" move to from ant. We're just now at the stage where the very senior developers are comfortable with maven 1 a

Re: note for profiles

2005-05-28 Thread Jason van Zyl
On Sun, 2005-05-29 at 10:47 +1000, Brett Porter wrote: > I believe that should be an integration test, firstly - Is the criterion is that it uses an external tool? I want to test that the component actually works isolation so I'm not sure I would consider that an integration test. some of the

Re: note for profiles

2005-05-28 Thread Brett Porter
I believe that should be an integration test, firstly - only executed when an env is present and not part of the normal jar build. Same with all those wagon and scm tests. For me, I'm fine if they get run as a separate step after install. I think when we discssued it on IRC (it should be in th

results of synchronize

2005-05-28 Thread maven
Syncing Apache Software Foundation Syncing Codehaus Syncing Maven Plugins @ SourceForge Syncing Mortbay Consulting Syncing Open Symphony Syncing OS Java [INFO] Actual number of artifacts rewritten: 4 (8 including POMs). building file list ... done last-sync.txt mevenide/distributions/ wrote 640439

Re: extending pom structure?

2005-05-28 Thread Brett Porter
Adam Jenkins wrote: Hi All, I wanted to know if that's acceptable from a maven point of view or if only core plugins are allowed to change the basic pom structure? Jason answered your question with regard to m2 and gives all the reasoning. If you are using m1, these settings would be in pr

[jira] Commented: (MNG-434) Compilation failure while trying to compile code with 1.5 generics

2005-05-28 Thread Emmanuel Venisse (JIRA)
[ http://jira.codehaus.org/browse/MNG-434?page=comments#action_40176 ] Emmanuel Venisse commented on MNG-434: -- in m2 we use 1.3 as default for a good portability of artifact. If a user want to use a highter level, he need to define it and he know t

[jira] Commented: (MNG-434) Compilation failure while trying to compile code with 1.5 generics

2005-05-28 Thread Trent Rosenbaum (JIRA)
[ http://jira.codehaus.org/browse/MNG-434?page=comments#action_40175 ] Trent Rosenbaum commented on MNG-434: - Emmanual your comment solved the problem on my machine, thanks for this. Bug was raised because documentation explains that 1.5 used as de

[jira] Closed: (MNG-434) Compilation failure while trying to compile code with 1.5 generics

2005-05-28 Thread Emmanuel Venisse (JIRA)
[ http://jira.codehaus.org/browse/MNG-434?page=all ] Emmanuel Venisse closed MNG-434: Resolution: Cannot Reproduce You must define source and target parameter to 1.5 > Compilation failure while trying to compile code with 1.5 generics > ---

[jira] Created: (MNG-434) Compilation failure while trying to compile code with 1.5 generics

2005-05-28 Thread Trent Rosenbaum (JIRA)
Compilation failure while trying to compile code with 1.5 generics -- Key: MNG-434 URL: http://jira.codehaus.org/browse/MNG-434 Project: Maven 2 Type: Bug Components: maven-plugins Versions: 2.0-

Re: extending pom structure?

2005-05-28 Thread Jason van Zyl
On Sun, 2005-05-29 at 06:40 +1000, Adam Jenkins wrote: > Hi All, > > I'm helping out with the maven beehive plugin and wanted some input as > to extending the pom structure (mainly political & process input). My > thinking is that I want to extend the build element children in a > similar way to

[maven2 build - SUCCESS] Sat May 28 17:07:01 EDT 2005

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

svn commit: r178889 - /maven/components/trunk/maven-plugins/maven-site-plugin/page.vm

2005-05-28 Thread evenisse
Author: evenisse Date: Sat May 28 14:05:53 2005 New Revision: 178889 URL: http://svn.apache.org/viewcvs?rev=178889&view=rev Log: Remove unused file Removed: maven/components/trunk/maven-plugins/maven-site-plugin/page.vm - T

svn commit: r178888 - /maven/components/trunk/maven-project/src/main/java/org/apache/maven/project/MavenProjectBuilder.java

2005-05-28 Thread evenisse
Author: evenisse Date: Sat May 28 13:49:16 2005 New Revision: 17 URL: http://svn.apache.org/viewcvs?rev=17&view=rev Log: Clean import Modified: maven/components/trunk/maven-project/src/main/java/org/apache/maven/project/MavenProjectBuilder.java Modified: maven/components/trunk/mave

extending pom structure?

2005-05-28 Thread Adam Jenkins
Hi All, I'm helping out with the maven beehive plugin and wanted some input as to extending the pom structure (mainly political & process input). My thinking is that I want to extend the build element children in a similar way to aspectj. So for beehive, in the pom we would have something like:

results of synchronize

2005-05-28 Thread maven
Syncing Apache Software Foundation Syncing Codehaus Syncing Maven Plugins @ SourceForge Syncing Mortbay Consulting Syncing Open Symphony Syncing OS Java [INFO] Actual number of artifacts rewritten: 16 (32 including POMs). building file list ... done asm/LICENSE.txt asm/jars/ asm/jars/asm-2.0.jar as

results of synchronize

2005-05-28 Thread maven
Syncing Apache Software Foundation Syncing Codehaus Syncing Maven Plugins @ SourceForge Syncing Mortbay Consulting Syncing Open Symphony Syncing OS Java [INFO] Actual number of artifacts rewritten: 0 (0 including POMs). building file list ... done last-sync.txt wrote 640029 bytes read 42 bytes 89

note for profiles

2005-05-28 Thread Jason van Zyl
Howdy, Just making a note here so that I don't forget: I'm building all the plexus components and the plexus-compile-jikes component needs the jikes on the cli and if someone running the reactor didn't have jikes installed the build would fail even though there is nothing wrong with the component

results of synchronize

2005-05-28 Thread maven
Syncing Apache Software Foundation Syncing Codehaus Syncing Maven Plugins @ SourceForge Syncing Mortbay Consulting Syncing Open Symphony Syncing OS Java [INFO] Actual number of artifacts rewritten: 0 (0 including POMs). building file list ... done last-sync.txt maven/plugins/ maven/plugins/maven-cl

[jira] Commented: (MNG-150) Create a rar mojo

2005-05-28 Thread Emmanuel Venisse (JIRA)
[ http://jira.codehaus.org/browse/MNG-150?page=comments#action_40147 ] Emmanuel Venisse commented on MNG-150: -- Stephane Nicoll will do it. > Create a rar mojo > - > > Key: MNG-150 > URL: http://jira.codehaus.org/br

results of synchronize

2005-05-28 Thread maven
Sync already running... exiting maven 11416 10980 0 02:20 pts/0 00:00:00 /bin/sh ./synchronize.sh maven 5583 11416 0 03:54 pts/0 00:00:00 /bin/sh ./synchronize.sh - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional command

[ANN] Maven Clover Plugin 1.9.1 released

2005-05-28 Thread Vincent Massol
The maven team is pleased to announce the Maven Clover Plugin 1.9.1 release! http://maven.apache.org/reference/plugins/clover/ The Clover plugin allows measuring test coverage using Clover (http://www.cenqua.com/clover). Changes in this version include: Fixed bugs: o Fixed the clover:test

svn commit: r178863 - in /maven/maven-1/plugins/tags/MAVEN_CLOVER_1_9_1: ./ plugin.jelly project.xml src/plugin-test/testCloverOffCleansProperly/maven.xml xdocs/changes.xml

2005-05-28 Thread vmassol
Author: vmassol Date: Sat May 28 00:55:16 2005 New Revision: 178863 URL: http://svn.apache.org/viewcvs?rev=178863&view=rev Log: [maven-scm] copy for tag MAVEN_CLOVER_1_9_1 Added: maven/maven-1/plugins/tags/MAVEN_CLOVER_1_9_1/ - copied from r178617, maven/maven-1/plugins/trunk/clover/

svn commit: r178862 - in /maven/maven-1/plugins/trunk/clover: project.xml xdocs/changes.xml

2005-05-28 Thread vmassol
Author: vmassol Date: Sat May 28 00:54:57 2005 New Revision: 178862 URL: http://svn.apache.org/viewcvs?rev=178862&view=rev Log: [maven-scm-plugin] prepare release 1.9.1 Modified: maven/maven-1/plugins/trunk/clover/project.xml maven/maven-1/plugins/trunk/clover/xdocs/changes.xml Modified:

svn commit: r178861 - /maven/maven-1/plugins/trunk/clover/xdocs/changes.xml

2005-05-28 Thread vmassol
Author: vmassol Date: Sat May 28 00:53:05 2005 New Revision: 178861 URL: http://svn.apache.org/viewcvs?rev=178861&view=rev Log: Fixed bad XML Modified: maven/maven-1/plugins/trunk/clover/xdocs/changes.xml Modified: maven/maven-1/plugins/trunk/clover/xdocs/changes.xml URL: http://svn.apache.

[jira] Closed: (MPCLOVER-40) clover:test-single attains goal clover:swing-report-internal which no longer exists

2005-05-28 Thread Vincent Massol (JIRA)
[ http://jira.codehaus.org/browse/MPCLOVER-40?page=all ] Vincent Massol closed MPCLOVER-40: -- Fix Version: 1.9.1 Resolution: Fixed Assign To: Vincent Massol Applied. Thanks. > clover:test-single attains goal clover:swing-report-internal

[jira] Closed: (MPCLOVER-38) Error in clover plugin v1.9

2005-05-28 Thread Vincent Massol (JIRA)
[ http://jira.codehaus.org/browse/MPCLOVER-38?page=all ] Vincent Massol closed MPCLOVER-38: -- Fix Version: 1.9.1 Resolution: Fixed Works for me. > Error in clover plugin v1.9 > --- > > Key: MPCLOVER-38 >

svn commit: r178860 - in /maven/maven-1/plugins/trunk/clover: plugin.jelly src/plugin-test/testCloverOffCleansProperly/maven.xml

2005-05-28 Thread vmassol
Author: vmassol Date: Sat May 28 00:49:09 2005 New Revision: 178860 URL: http://svn.apache.org/viewcvs?rev=178860&view=rev Log: Use ${... instead of ${... in order to prevent empty new lines being printed Modified: maven/maven-1/plugins/trunk/clover/plugin.jelly maven/maven-1/plugins/tr