[vote] bring m2-dev back to dev@maven.apache.org

2005-04-04 Thread Brett Porter
Some time back, m2-dev@maven.apache.org was established for all Maven 2.x related traffic. The purpose of this was to reduce the noise on [EMAIL PROTECTED] As components of m2 will be used in Maven 1.x, and as m2 becomes the primary platform going forward, I think it would be beneficial for everyo

maven-ui plugin 0.6 release!

2005-04-04 Thread mattias_xdin
Mattias Olofsson is pleased to announce the maven-ui plugin 0.6 release! http://olofsson.homeip.net/maven-ui-plugin-site/ The maven-ui enables you to invoke goals in an GUI environment instead of at the command line. See here for sample sceenshots: http://olofsson.homeip.net/maven-ui-plugin-s

[jira] Work logged: (MNG-243) m2-bootstrap-all.sh fails in IDEA plugin re-build with ClassNotFoundException

2005-04-04 Thread John Casey (JIRA)
[ http://jira.codehaus.org/browse/MNG-243?page=worklog#action_31573 ] John Casey logged work on MNG-243: -- Time Worked: 3 hours Time Spent: 10800 Remaining Estimate: 0 fixed. > m2-bootstrap-all.sh fails in IDEA plugin re-build wit

cvs commit: maven-components/maven-mboot2/src/main/java/download ArtifactDownloader.java

2005-04-04 Thread jdcasey
jdcasey 2005/04/04 14:32:53 Modified: maven-plugins/maven-resources-plugin/src/main/java/org/apache/maven/plugin/resources ResourcesMojo.java maven-core/src/main/java/org/apache/maven/project DefaultMavenProjectBuilder.java

cvs commit: maven-components/maven-mboot2/src/main/java MBoot.java

2005-04-04 Thread jdcasey
jdcasey 2005/04/04 14:26:20 Modified:maven-mboot2/src/main/java MBoot.java Log: Added waitFor() call so avoid a race condition between chmod'ing the m2 script and trying to use it. Should impose little or no performance penalty on the bootstrap process. Revision ChangesPa

[jira] Created: (MAVENUPLOAD-352) Upload wicket-1.0.0-rc1.jar

2005-04-04 Thread Martijn Dashorst (JIRA)
Upload wicket-1.0.0-rc1.jar --- Key: MAVENUPLOAD-352 URL: http://jira.codehaus.org/browse/MAVENUPLOAD-352 Project: maven-upload-requests Type: Task Reporter: Martijn Dashorst http://wicket.sourceforge.net/downloads/wicket-1.0.0-rc1-bundl

[jira] Created: (MAVENUPLOAD-353) Upload wicket-extensions-1.0.0-rc1.jar

2005-04-04 Thread Martijn Dashorst (JIRA)
Upload wicket-extensions-1.0.0-rc1.jar -- Key: MAVENUPLOAD-353 URL: http://jira.codehaus.org/browse/MAVENUPLOAD-353 Project: maven-upload-requests Type: Task Reporter: Martijn Dashorst http://wicket.sourceforge.net/downloads/

RE: There are many ways to skin the skin the cat - WAS Re: [jira] Closed: (MPCLOVER-33) There should be a property to turn off Clover

2005-04-04 Thread Vincent Massol
Hi Siegfried, The current solution is to have different sections for different needs. To my knowledge this is the only solution that currently exists. What you are really asking it seems is a generic way to express that you do not want a specific report for a specific project. This is not relate

There are many ways to skin the skin the cat - WAS Re: [jira] Closed: (MPCLOVER-33) There should be a property to turn off Clover

2005-04-04 Thread Siegfried Goeschl
Hi Vincent, it is quite common to use POM inheritance defining the reports and use a few exceptions : +) in fulcrum-cache there is a seperate report section to avoid the JCoverage plugin during the long running tests since it uses POM inheritance. And it drives me nuts that I have to disable my

[jira] Updated: (MPCLOVER-33) There should be a property to turn off Clover

2005-04-04 Thread Vincent Massol (JIRA)
[ http://jira.codehaus.org/browse/MPCLOVER-33?page=history ] Vincent Massol updated MPCLOVER-33: --- Fix Version: 1.9 > There should be a property to turn off Clover > - > > Key: MPCLOVER-33 >

[jira] Commented: (MPCLOVER-34) Specifying the license file should only be done once

2005-04-04 Thread Vincent Massol (JIRA)
[ http://jira.codehaus.org/browse/MPCLOVER-34?page=comments#action_31569 ] Vincent Massol commented on MPCLOVER-34: Wim, I'm going to close this issue soon unless you can substantiate your claim. I've commented on it but you haven't replied yet.

[jira] Closed: (MPCLOVER-33) There should be a property to turn off Clover

2005-04-04 Thread Vincent Massol (JIRA)
[ http://jira.codehaus.org/browse/MPCLOVER-33?page=history ] Vincent Massol closed MPCLOVER-33: -- Resolution: Won't Fix Assign To: Vincent Massol Closing as it's already possible to do this by not adding the clover report to the project who do

[jira] Closed: (MPCLOVER-31) Add PDF report support

2005-04-04 Thread Vincent Massol (JIRA)
[ http://jira.codehaus.org/browse/MPCLOVER-31?page=history ] Vincent Massol closed MPCLOVER-31: -- Fix Version: 1.9 Resolution: Fixed Assign To: Vincent Massol Thanks Olivier! I've added the missing tests and fixed a few things (Good that

svn commit: r160064 - in maven/maven-1/plugins/trunk/clover: ./ src/plugin-test/testGenerateHistoryReport/ src/plugin-test/testSiteReportAndGenerationOfDifferentFormats/ src/plugin-test/testSiteReportAndXmlReportGeneration/ xdocs/

2005-04-04 Thread vmassol
Author: vmassol Date: Mon Apr 4 10:32:23 2005 New Revision: 160064 URL: http://svn.apache.org/viewcvs?view=rev&rev=160064 Log: MPCLOVER-31: Added PDF report generation Added: maven/maven-1/plugins/trunk/clover/src/plugin-test/testSiteReportAndGenerationOfDifferentFormats/ - copied fro

cvs commit: maven-components/maven-mboot2/src/main/java MBoot.java

2005-04-04 Thread brett
brett 2005/04/04 08:02:03 Modified:maven-mboot2/src/main/java MBoot.java Log: oops - don't grab those deps! Revision ChangesPath 1.92 +1 -1 maven-components/maven-mboot2/src/main/java/MBoot.java Index: MBoot.java

svn commit: r160049 - maven/maven-1/core/trunk/xdocs/reference/articles.xml

2005-04-04 Thread brett
Author: brett Date: Mon Apr 4 07:56:25 2005 New Revision: 160049 URL: http://svn.apache.org/viewcvs?view=rev&rev=160049 Log: add IBM developerWorks article Modified: maven/maven-1/core/trunk/xdocs/reference/articles.xml Modified: maven/maven-1/core/trunk/xdocs/reference/articles.xml URL: h

[jira] Closed: (MPWAR-42) war:webapp doesn't copy tld files if same groupeId/artefactId/version as jar

2005-04-04 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MPWAR-42?page=history ] Brett Porter closed MPWAR-42: - > war:webapp doesn't copy tld files if same groupeId/artefactId/version as jar > > >

[jira] Resolved: (MPWAR-42) war:webapp doesn't copy tld files if same groupeId/artefactId/version as jar

2005-04-04 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MPWAR-42?page=history ] Brett Porter resolved MPWAR-42: --- Resolution: Duplicate this bug was filed against Maven Core and has already been fixed for 1.1-beta-1 > war:webapp doesn't copy tld files if same groupeId/arte

[jira] Created: (MPWAR-42) war:webapp doesn't copy tld files if same groupeId/artefactId/version as jar

2005-04-04 Thread Jean-Michel (JIRA)
war:webapp doesn't copy tld files if same groupeId/artefactId/version as jar Key: MPWAR-42 URL: http://jira.codehaus.org/browse/MPWAR-42 Project: maven-war-plugin Type: Bug Versions: 1.6

[jira] Commented: (MPCLOVER-31) Add PDF report support

2005-04-04 Thread Olivier Jacob (JIRA)
[ http://jira.codehaus.org/browse/MPCLOVER-31?page=comments#action_31562 ] Olivier Jacob commented on MPCLOVER-31: --- Here is a proposition for this feature : [...] [...]

svn commit: r160015 - in maven/maven-1/plugins/trunk/dashboard: ./ src/plugin-test/ src/plugin-test/testIndividualReportsGeneratedByDashboard/ src/plugin-test/testIndividualReportsNotGeneratedByDashboard/ src/plugin-test/testWhenNoReportsGenerated/ xdocs/

2005-04-04 Thread vmassol
Author: vmassol Date: Mon Apr 4 02:26:59 2005 New Revision: 160015 URL: http://svn.apache.org/viewcvs?view=rev&rev=160015 Log: Default values for maven.dashboard.basedir, maven.dashboard.includes, maven.dashboard.excludes and maven.dashboard.ignoreFailures are copied from the equivalent Multip

svn commit: r160009 - in maven/maven-1/plugins/trunk/dashboard/src/plugin-test/testWhenNoReportsGenerated: ./ .cvsignore project.properties project.xml

2005-04-04 Thread vmassol
Author: vmassol Date: Mon Apr 4 01:48:27 2005 New Revision: 160009 URL: http://svn.apache.org/viewcvs?view=rev&rev=160009 Log: Renamed test projects to more meaningful names. Had some issue with subclipse, sorry for the numerous commits... :-( Added: maven/maven-1/plugins/trunk/dashboard/s

svn commit: r160008 - maven/maven-1/plugins/trunk/dashboard/src/plugin-test/testIndividualReportsGeneratedByDashboard maven/maven-1/plugins/trunk/dashboard/src/plugin-test/testIndividualReportsNotGeneratedByDashboard

2005-04-04 Thread vmassol
Author: vmassol Date: Mon Apr 4 01:40:42 2005 New Revision: 160008 URL: http://svn.apache.org/viewcvs?view=rev&rev=160008 Log: Renamed test projects to more meaningful names Added: maven/maven-1/plugins/trunk/dashboard/src/plugin-test/testIndividualReportsGeneratedByDashboard/ - copie

svn commit: r160007 - maven/maven-1/plugins/trunk/dashboard/src/plugin-test/testIndividualReportsGeneratedByDashboard maven/maven-1/plugins/trunk/dashboard/src/plugin-test/testIndividualReportsNotGeneratedByDashboard

2005-04-04 Thread vmassol
Author: vmassol Date: Mon Apr 4 01:39:54 2005 New Revision: 160007 URL: http://svn.apache.org/viewcvs?view=rev&rev=160007 Log: Renamed test projects to more meaningful names Added: maven/maven-1/plugins/trunk/dashboard/src/plugin-test/testIndividualReportsGeneratedByDashboard/ - copie

svn commit: r160006 - in maven/maven-1/plugins/trunk/dashboard/src/plugin-test: ./ common/ subproject1/ subproject2/ subproject3/ testIndividualReportsGeneratedByDashboard/ testIndividualReportsNotGeneratedByDashboard/

2005-04-04 Thread vmassol
Author: vmassol Date: Mon Apr 4 01:38:36 2005 New Revision: 160006 URL: http://svn.apache.org/viewcvs?view=rev&rev=160006 Log: Renamed test projects to more meaningful names Added: maven/maven-1/plugins/trunk/dashboard/src/plugin-test/testIndividualReportsGeneratedByDashboard/ - copie

[jira] Commented: (MAVEN-1258) Can't run replacetoken ant tag inside maven

2005-04-04 Thread Wim Deblauwe (JIRA)
[ http://jira.codehaus.org/browse/MAVEN-1258?page=comments#action_31561 ] Wim Deblauwe commented on MAVEN-1258: - Ran into the same problem today with Maven 1.0.2. Luckally, I could use the attributes of the ant task in stead of the nested elements a