[jira] Commented: (MNGECLIPSE-59) Allow artifact resolution from workspace projects

2006-05-16 Thread Eugene Kuleshov (JIRA)
[ http://jira.codehaus.org/browse/MNGECLIPSE-59?page=comments#action_65504 ] Eugene Kuleshov commented on MNGECLIPSE-59: --- Dmitry, belive me, I've gone trough this already. This if why it is how it is now. :-) > Allow artifact resolution from work

[jira] Created: (MASSEMBLY-101) META-INF/plexus/components.xml are being processed even if it is excluded or not included

2006-05-16 Thread Edwin Punzalan (JIRA)
META-INF/plexus/components.xml are being processed even if it is excluded or not included - Key: MASSEMBLY-101 URL: http://jira.codehaus.org/browse/MASSEMBLY-101 Project: Maven 2.x Assem

[jira] Commented: (MNGECLIPSE-59) Allow artifact resolution from workspace projects

2006-05-16 Thread Dimitry Voytenko (JIRA)
[ http://jira.codehaus.org/browse/MNGECLIPSE-59?page=comments#action_65502 ] Dimitry Voytenko commented on MNGECLIPSE-59: Unfortunetely, it looks like Eclipse's classpath containers cannot contain variable entries. Per IClasspathContainer JavaDo

[jira] Commented: (MSUREFIRE-113) When you a JUnit TestSuite (with no test methods), no tests are run

2006-05-16 Thread Charlie Groves (JIRA)
[ http://jira.codehaus.org/browse/MSUREFIRE-113?page=comments#action_65501 ] Charlie Groves commented on MSUREFIRE-113: -- If JUnitDirectoryTestSuite checked against Test instead of TestCase in its isAssignableFrom test, this wouldn't be an issue. F

[jira] Commented: (MSUREFIRE-113) When you a JUnit TestSuite (with no test methods), no tests are run

2006-05-16 Thread Dan Fabulich (JIRA)
[ http://jira.codehaus.org/browse/MSUREFIRE-113?page=comments#action_65500 ] Dan Fabulich commented on MSUREFIRE-113: At a suggestion from groves on IRC, I tried making my AppTestSuite class extend TestCase instead of TestSuite. This forced surefir

[jira] Created: (MSUREFIRE-113) When you a JUnit TestSuite (with no test methods), no tests are run

2006-05-16 Thread Dan Fabulich (JIRA)
When you a JUnit TestSuite (with no test methods), no tests are run - Key: MSUREFIRE-113 URL: http://jira.codehaus.org/browse/MSUREFIRE-113 Project: Maven 2.x Surefire Plugin Type: Bug

[jira] Updated: (SCM-202) changelog.VssHistoryCommandTest testCommandLine fails if VSS plugin is configured

2006-05-16 Thread Thorsten Riek (JIRA)
[ http://jira.codehaus.org/browse/SCM-202?page=all ] Thorsten Riek updated SCM-202: -- Attachment: SCM-202-maven-scm-provider-vss.patch > changelog.VssHistoryCommandTest testCommandLine fails if VSS plugin is > configured > --

[jira] Updated: (SCM-202) changelog.VssHistoryCommandTest testCommandLine fails if VSS plugin is configured

2006-05-16 Thread Thorsten Riek (JIRA)
[ http://jira.codehaus.org/browse/SCM-202?page=all ] Thorsten Riek updated SCM-202: -- Attachment: vss-settings.xml TEST-org.apache.maven.scm.provider.vss.VssScmProviderTest.xml TEST-org.apache.maven.scm.provider.vss.commands.c

[jira] Created: (SCM-202) changelog.VssHistoryCommandTest testCommandLine fails if VSS plugin is configured

2006-05-16 Thread Thorsten Riek (JIRA)
changelog.VssHistoryCommandTest testCommandLine fails if VSS plugin is configured - Key: SCM-202 URL: http://jira.codehaus.org/browse/SCM-202 Project: Maven SCM Type: Bug Components:

[jira] Created: (MASSEMBLY-100) FileList processing fail in reactor build

2006-05-16 Thread Dan Tran (JIRA)
FileList processing fail in reactor build - Key: MASSEMBLY-100 URL: http://jira.codehaus.org/browse/MASSEMBLY-100 Project: Maven 2.x Assembly Plugin Type: Bug Versions: 2.1 Environment: xp Reporter: Dan Tran P

[jira] Created: (MPARTIFACT-66) Upgrade Wagon dependencies

2006-05-16 Thread Arnaud Heritier (JIRA)
Upgrade Wagon dependencies -- Key: MPARTIFACT-66 URL: http://jira.codehaus.org/browse/MPARTIFACT-66 Project: maven-artifact-plugin Type: Task Reporter: Arnaud Heritier Assigned to: Arnaud Heritier Priority: Trivial The current ver

[jira] Created: (MAVEN-1762) Upgrade Wagon dependencies

2006-05-16 Thread Arnaud Heritier (JIRA)
Upgrade Wagon dependencies -- Key: MAVEN-1762 URL: http://jira.codehaus.org/browse/MAVEN-1762 Project: Maven Type: Task Versions: 1.1-beta-2 Reporter: Arnaud Heritier Assigned to: Arnaud Heritier Priority: Trivial Fix F

[jira] Reopened: (MPIR-2) Dependencies report throws NullPointerException when a transitive dependency has system scope

2006-05-16 Thread Carlos Sanchez (JIRA)
[ http://jira.codehaus.org/browse/MPIR-2?page=all ] Carlos Sanchez reopened MPIR-2: --- Assign To: (was: Vincent Siveton) reopened per user comment > Dependencies report throws NullPointerException when a transitive dependency > has system scope >

[jira] Commented: (MPIR-2) Dependencies report throws NullPointerException when a transitive dependency has system scope

2006-05-16 Thread Matthew Beermann (JIRA)
[ http://jira.codehaus.org/browse/MPIR-2?page=comments#action_65492 ] Matthew Beermann commented on MPIR-2: - I don't have the authority to reopen bugs, but I just tested using the 2.0 version of MPIR and the bug still seems to be present. The NPE is in t

[jira] Closed: (MAVEN-1761) org.apache.maven.MavenUtils.loadProperties(..) does not close the FileInputStream (relying upon finalization)

2006-05-16 Thread Arnaud Heritier (JIRA)
[ http://jira.codehaus.org/browse/MAVEN-1761?page=all ] Arnaud Heritier closed MAVEN-1761: -- Resolution: Fixed I checked that we close all the InputStreams we open. > org.apache.maven.MavenUtils.loadProperties(..) does not close the > FileInputStr

[jira] Created: (MPMD-30) No way to PMD test the test sources in src/test/java

2006-05-16 Thread Daniel Kulp (JIRA)
No way to PMD test the test sources in src/test/java Key: MPMD-30 URL: http://jira.codehaus.org/browse/MPMD-30 Project: Maven 2.x Pmd Plugin Type: Bug Versions: 2.0 Reporter: Daniel Kulp There curre

[jira] Created: (MCLOVER-38) Allow check Mojo to be overriden by a ${clover.failOnViolation} parameter in the same way pmd and checkstyle can

2006-05-16 Thread John Allen (JIRA)
Allow check Mojo to be overriden by a ${clover.failOnViolation} parameter in the same way pmd and checkstyle can Key: MCLOVER-38 URL: http://jira.codehaus.org/browse/

[jira] Commented: (MSITE-104) There is no way to specify the input encoding of site documents

2006-05-16 Thread Borut Bolcina (JIRA)
[ http://jira.codehaus.org/browse/MSITE-104?page=comments#action_65485 ] Borut Bolcina commented on MSITE-104: - I was eagerly awaiting this feature. Thanks! Writing documentation in UTF-8 works now, ... but menu items in site.xml still don't work. X

[jira] Created: (MPMD-29) Change ${failOnViolation} expression to ${pmd.failOnViolation} to allow distinction with other violation override parameters (patch attached)

2006-05-16 Thread John Allen (JIRA)
Change ${failOnViolation} expression to ${pmd.failOnViolation} to allow distinction with other violation override parameters (patch attached) - Key:

[jira] Created: (MCLOVER-37) clover does not work with site:run

2006-05-16 Thread John Allen (JIRA)
clover does not work with site:run -- Key: MCLOVER-37 URL: http://jira.codehaus.org/browse/MCLOVER-37 Project: Maven 2.x Clover Plugin Type: Bug Versions: 2.1 Reporter: John Allen Priority: Minor Don't know if this i

[jira] Created: (MCLOVER-36) instrumentation fails with clover packages not found if plugin is specified.

2006-05-16 Thread John Allen (JIRA)
instrumentation fails with clover packages not found if plugin is specified. - Key: MCLOVER-36 URL: http://jira.codehaus.org/browse/MCLOVER-36 Project: Maven 2.x Clover Plugin T

[jira] Commented: (MNGECLIPSE-59) Allow artifact resolution from workspace projects

2006-05-16 Thread Dimitry Voytenko (JIRA)
[ http://jira.codehaus.org/browse/MNGECLIPSE-59?page=comments#action_65481 ] Dimitry Voytenko commented on MNGECLIPSE-59: There's one outstanding issue here though. It doesn't block the progress on this item, but it'll be very nice to have. Cur

[jira] Closed: (MPJAVA-45) java report fails build if no source files present

2006-05-16 Thread Lukas Theussl (JIRA)
[ http://jira.codehaus.org/browse/MPJAVA-45?page=all ] Lukas Theussl closed MPJAVA-45: --- Assign To: Lukas Theussl Resolution: Fixed Fix Version: 1.6.1 Fixed, please test: maven plugin:download -Dmaven.repo.remote=http://www.ibiblio.org/mav

[jira] Commented: (MNG-2273) task gives a bad pathId when downloading a deployed SNAPSHOT

2006-05-16 Thread Mark Proctor (JIRA)
[ http://jira.codehaus.org/browse/MNG-2273?page=comments#action_65479 ] Mark Proctor commented on MNG-2273: --- I can confirm I have the same issue with JCI. > task gives a bad pathId when downloading a deployed SNAPSHOT > ---

[jira] Commented: (MNGECLIPSE-59) Allow artifact resolution from workspace projects

2006-05-16 Thread Dimitry Voytenko (JIRA)
[ http://jira.codehaus.org/browse/MNGECLIPSE-59?page=comments#action_65478 ] Dimitry Voytenko commented on MNGECLIPSE-59: I believe the patch can be applied already. The blocking issues have been resolved, although, I don't know if they have bee

[jira] Created: (MAVENUPLOAD-903) Please upload missing jars for findbugs 0.9.4

2006-05-16 Thread Lukas Theussl (JIRA)
Please upload missing jars for findbugs 0.9.4 - Key: MAVENUPLOAD-903 URL: http://jira.codehaus.org/browse/MAVENUPLOAD-903 Project: maven-upload-requests Type: Task Reporter: Lukas Theussl http://people.apache.org/~lt

[jira] Created: (MSUREFIRE-112) System properties set on the command line get clobbered

2006-05-16 Thread Brenton Leanhardt (JIRA)
System properties set on the command line get clobbered --- Key: MSUREFIRE-112 URL: http://jira.codehaus.org/browse/MSUREFIRE-112 Project: Maven 2.x Surefire Plugin Type: Bug Versions: 2.2 Environment: Lin

[jira] Updated: (MAVEN-1733) Bootstrap failure: Unable to delete directory ...

2006-05-16 Thread Arnaud Heritier (JIRA)
[ http://jira.codehaus.org/browse/MAVEN-1733?page=all ] Arnaud Heritier updated MAVEN-1733: --- Summary: Bootstrap failure: Unable to delete directory ... (was: Bootstrap failure: Unable to obtain goal [plugin:test], in maven:reactor) > Bootstrap failur

[jira] Created: (MPJAVA-45) java report fails build if no source files present

2006-05-16 Thread stephane bouchet (JIRA)
java report fails build if no source files present -- Key: MPJAVA-45 URL: http://jira.codehaus.org/browse/MPJAVA-45 Project: maven-java-plugin Type: Bug Versions: 1.6 Environment: Win 2000, Maven 1.1-beta2, jd

[jira] Updated: (MEV-394) Axis' dependencies aren't specified in ibiblio

2006-05-16 Thread David Smiley (JIRA)
[ http://jira.codehaus.org/browse/MEV-394?page=all ] David Smiley updated MEV-394: - Attachment: axis-1.4.pom > Axis' dependencies aren't specified in ibiblio > -- > > Key: MEV-394 > URL: http://ji

[jira] Created: (MEV-394) Axis' dependencies aren't specified in ibiblio

2006-05-16 Thread David Smiley (JIRA)
Axis' dependencies aren't specified in ibiblio -- Key: MEV-394 URL: http://jira.codehaus.org/browse/MEV-394 Project: Maven Evangelism Type: Improvement Components: Dependencies Reporter: David Smiley Attachments:

[jira] Commented: (SCM-196) scm:update doesn't reuse developerConnection when connection not defined.

2006-05-16 Thread Jerome Lacoste (JIRA)
[ http://jira.codehaus.org/browse/SCM-196?page=comments#action_65465 ] Jerome Lacoste commented on SCM-196: thanks a lot :) > scm:update doesn't reuse developerConnection when connection not defined. >

[jira] Closed: (SCM-196) scm:update doesn't reuse developerConnection when connection not defined.

2006-05-16 Thread Emmanuel Venisse (JIRA)
[ http://jira.codehaus.org/browse/SCM-196?page=all ] Emmanuel Venisse closed SCM-196: Resolution: Fixed Fix Version: 1.0 Now, if connection isn't define, we choose the developerConnection url even if connectionType is 'connection' > scm:updat

[jira] Commented: (SCM-196) scm:update doesn't reuse developerConnection when connection not defined.

2006-05-16 Thread Jerome Lacoste (JIRA)
[ http://jira.codehaus.org/browse/SCM-196?page=comments#action_65461 ] Jerome Lacoste commented on SCM-196: [accidently fired the form in the middle of my former comment. Here it is, completed] Sorry but I am not satisfied. Having to remember if project

[jira] Commented: (MJXR-12) package summary CSS linked incorrectly

2006-05-16 Thread Mike Perham (JIRA)
[ http://jira.codehaus.org/browse/MJXR-12?page=comments#action_65459 ] Mike Perham commented on MJXR-12: - Also note the FRAMES and Overview links at the top and bottom of the page are also incorrect. > package summary CSS linked incorrectly > --

[jira] Reopened: (SCM-196) scm:update doesn't reuse developerConnection when connection not defined.

2006-05-16 Thread Jerome Lacoste (JIRA)
[ http://jira.codehaus.org/browse/SCM-196?page=all ] Jerome Lacoste reopened SCM-196: I don't see a real explanation of why this automatic fallback shouldn't be implemented. What would that break? Isn't a Being able to do scm:update whatever the po

[jira] Created: (MJXR-12) package summary CSS linked incorrectly

2006-05-16 Thread Mike Perham (JIRA)
package summary CSS linked incorrectly -- Key: MJXR-12 URL: http://jira.codehaus.org/browse/MJXR-12 Project: Maven 2.x JXR Plugin Type: Bug Versions: 2.0 Reporter: Mike Perham {code:xml}

[jira] Created: (MSUREFIRE-111) Empty system property value from POM pluginManagement defaulting to the value of another property.

2006-05-16 Thread Randy Watler (JIRA)
Empty system property value from POM pluginManagement defaulting to the value of another property. -- Key: MSUREFIRE-111 URL: http://jira.codehaus.org/browse/MSUREFIRE-111 Projec

[jira] Commented: (MAVEN-1761) org.apache.maven.MavenUtils.loadProperties(..) does not close the FileInputStream (relying upon finalization)

2006-05-16 Thread John Sisson (JIRA)
[ http://jira.codehaus.org/browse/MAVEN-1761?page=comments#action_65455 ] John Sisson commented on MAVEN-1761: Similar problems with the compileScript and runScript methods in JellyUtils.java where a FileInputStream is not closed. > org.apache.maven.Mav

[jira] Commented: (MAVEN-1761) org.apache.maven.MavenUtils.loadProperties(..) does not close the FileInputStream (relying upon finalization)

2006-05-16 Thread John Sisson (JIRA)
[ http://jira.codehaus.org/browse/MAVEN-1761?page=comments#action_65453 ] John Sisson commented on MAVEN-1761: Also in MavenUtils, the getNonJellyProject(..) method does not close the FileReader that is created. > org.apache.maven.MavenUtils.loadPropert

[jira] Commented: (MEJB-4) properties like "including/excluding filters" could be useful

2006-05-16 Thread Dan Greening (JIRA)
[ http://jira.codehaus.org/browse/MEJB-4?page=comments#action_65452 ] Dan Greening commented on MEJB-4: - I think you might be able to use 2.1-SNAPSHOT to get it. > properties like "including/excluding filters" could be useful > -

[jira] Updated: (MAVEN-1761) org.apache.maven.MavenUtils.loadProperties(..) does not close the FileInputStream (relying upon finalization)

2006-05-16 Thread John Sisson (JIRA)
[ http://jira.codehaus.org/browse/MAVEN-1761?page=all ] John Sisson updated MAVEN-1761: --- Attachment: JellyScriptHousing.patch > org.apache.maven.MavenUtils.loadProperties(..) does not close the > FileInputStream (relying upon finalization) > -

[jira] Created: (MAVEN-1761) org.apache.maven.MavenUtils.loadProperties(..) does not close the FileInputStream (relying upon finalization)

2006-05-16 Thread John Sisson (JIRA)
org.apache.maven.MavenUtils.loadProperties(..) does not close the FileInputStream (relying upon finalization) - Key: MAVEN-1761 URL: http://jira.codehaus.org/browse/MAVEN-

[jira] Created: (MNG-2299) org.apache.maven.it.Verifier.loadProperties(..) does not close FileInputStream (relies upon finalizer being called)

2006-05-16 Thread John Sisson (JIRA)
org.apache.maven.it.Verifier.loadProperties(..) does not close FileInputStream (relies upon finalizer being called) --- Key: MNG-2299 URL: http://jira.codehaus.org/bro

[jira] Commented: (MNGECLIPSE-106) Dependency Resolver and PDE conflicts

2006-05-16 Thread Jacob Robertson (JIRA)
[ http://jira.codehaus.org/browse/MNGECLIPSE-106?page=comments#action_65450 ] Jacob Robertson commented on MNGECLIPSE-106: +1 from my company - this is a critical issue for us, and will be a deal breaker for some of our teams, because we cannot

[jira] Created: (MRELEASE-110) release:prepare generates tags with dots, causing problems with CVS

2006-05-16 Thread Marcel Schutte (JIRA)
release:prepare generates tags with dots, causing problems with CVS --- Key: MRELEASE-110 URL: http://jira.codehaus.org/browse/MRELEASE-110 Project: Maven 2.x Release Plugin Type: Bug Versions: 2.0-

[jira] Created: (MRELEASE-109) Username no longer defaults to the java system property user.name

2006-05-16 Thread Marcel Schutte (JIRA)
Username no longer defaults to the java system property user.name - Key: MRELEASE-109 URL: http://jira.codehaus.org/browse/MRELEASE-109 Project: Maven 2.x Release Plugin Type: Bug Versions: 2.0-beta

[jira] Created: (MRELEASE-108) NullPointerException when POM has no SCM connection url

2006-05-16 Thread Marcel Schutte (JIRA)
NullPointerException when POM has no SCM connection url --- Key: MRELEASE-108 URL: http://jira.codehaus.org/browse/MRELEASE-108 Project: Maven 2.x Release Plugin Type: Bug Versions: 2.0-beta-4 Environment:

[jira] Created: (WAGON-48) Authentication code is never called

2006-05-16 Thread Mark Hobson (JIRA)
Authentication code is never called --- Key: WAGON-48 URL: http://jira.codehaus.org/browse/WAGON-48 Project: wagon Type: Bug Components: wagon-webdav Versions: 1.0-beta-1 Environment: Windows XP, Cygwin Reporter: Mark

[jira] Commented: (MASSEMBLY-97) multiproject with assembly fails in mysterious ways

2006-05-16 Thread Bugittaa Pahasti (JIRA)
[ http://jira.codehaus.org/browse/MASSEMBLY-97?page=comments#action_65449 ] Bugittaa Pahasti commented on MASSEMBLY-97: --- Still occurs with assembly 2.1final. > multiproject with assembly fails in mysterious ways > --

[jira] Commented: (MEV-392) bad dependencies in commons-logging-1.1.pom

2006-05-16 Thread Simon Kitching (JIRA)
[ http://jira.codehaus.org/browse/MEV-392?page=comments#action_65447 ] Simon Kitching commented on MEV-392: hmm..actually, maybe a CLASSIFIER is what is needed here, to distinguish the different flavours. They really are the same artifact after all, just

[jira] Commented: (MEV-392) bad dependencies in commons-logging-1.1.pom

2006-05-16 Thread Simon Kitching (JIRA)
[ http://jira.codehaus.org/browse/MEV-392?page=comments#action_65445 ] Simon Kitching commented on MEV-392: Yeah, commons-logging is definitely a difficult beast to create a maven pom for :-) The commons-logging-api jar really should be called commons-l

[jira] Commenté: (MPA-72) Please make "sources" jar available to Maven1 users

2006-05-16 Thread nicolas de loof (JIRA)
[ http://jira.codehaus.org/browse/MPA-72?page=comments#action_65444 ] nicolas de loof commented on MPA-72: I've found it myself in maven SVN : (maven/components/trunk/maven-meeper/src/bin/ibiblio-htaccess) The current rewrite rule converts group/java-so

[jira] Created: (MPA-72) Please make "sources" jar available to Maven1 users

2006-05-16 Thread Emmanuel Venisse (JIRA)
Please make "sources" jar available to Maven1 users --- Key: MPA-72 URL: http://jira.codehaus.org/browse/MPA-72 Project: Maven Project Administration Type: Bug Components: repository management Reporter: Emmanu

[jira] Created: (MNG-2298) documentation missing on website

2006-05-16 Thread Jorg Heymans (JIRA)
documentation missing on website Key: MNG-2298 URL: http://jira.codehaus.org/browse/MNG-2298 Project: Maven 2 Type: Bug Components: Documentation: General Reporter: Jorg Heymans Priority: Minor The link to the "full de

[jira] Commented: (MEV-392) bad dependencies in commons-logging-1.1.pom

2006-05-16 Thread Olivier Lamy (JIRA)
[ http://jira.codehaus.org/browse/MEV-392?page=comments#action_65443 ] Olivier Lamy commented on MEV-392: -- Ok but the real trouble is : javax.servlet servlet-api 2.3 Include a servlet-api.jar in WEB-INF/lib doesnt' really works ver