[jira] Commented: (MNG-2326) exclusion of transitive dependency is too dominant

2006-06-01 Thread Joerg Schaible (JIRA)
[ http://jira.codehaus.org/browse/MNG-2326?page=comments#action_66458 ] Joerg Schaible commented on MNG-2326: - {quote}Dependency mediation - this determines what version of a dependency will be used when multiple versions of an artifact are encountered.

[jira] Commented: (MSUREFIRE-49) environmentVariables does not work with windows

2006-06-01 Thread Dan Tran (JIRA)
[ http://jira.codehaus.org/browse/MSUREFIRE-49?page=comments#action_66457 ] Dan Tran commented on MSUREFIRE-49: --- note that, insert any thing into environmentVariables breaks the invocation of jvm ( ie java ). It seems that cli processing of environment var

[jira] Commented: (MSUREFIRE-49) environmentVariables does not work with windows

2006-06-01 Thread Carlos Sanchez (JIRA)
[ http://jira.codehaus.org/browse/MSUREFIRE-49?page=comments#action_66456 ] Carlos Sanchez commented on MSUREFIRE-49: - With the log you send I can only see that "java" is not in your PATH > environmentVariables does not work with windows > --

[jira] Closed: (MNG-2326) exclusion of transitive dependency is too dominant

2006-06-01 Thread Carlos Sanchez (JIRA)
[ http://jira.codehaus.org/browse/MNG-2326?page=all ] Carlos Sanchez closed MNG-2326: --- Resolution: Duplicate This is a duplicate, the exclusions affect all dependencies. Still you should NOT exclude a dependency if you need it in any version. You ha

[jira] Commented: (MSITE-145) Deploying site with sftp or scp creates directory with name "-p"

2006-06-01 Thread Carlos Sanchez (JIRA)
[ http://jira.codehaus.org/browse/MSITE-145?page=comments#action_66454 ] Carlos Sanchez commented on MSITE-145: -- I meant ftp is NOT sftp. You may be able to create directories with ftp but not with sftp > Deploying site with sftp or scp creates directo

[jira] Commented: (MNG-2326) exclusion of transitive dependency is too dominant

2006-06-01 Thread Joerg Schaible (JIRA)
[ http://jira.codehaus.org/browse/MNG-2326?page=comments#action_66453 ] Joerg Schaible commented on MNG-2326: - @Carlos Because a lot of current POMs on ibiblio do not care about proper dependency management (e.g. current commons-lang reference servlet-a

[jira] Updated: (MSUREFIRE-49) environmentVariables does not work with windows

2006-06-01 Thread Dan Tran (JIRA)
[ http://jira.codehaus.org/browse/MSUREFIRE-49?page=all ] Dan Tran updated MSUREFIRE-49: -- Attachment: MSUREFIRE-49.log > environmentVariables does not work with windows > --- > > Key: MSUREFIRE-49 >

[jira] Updated: (MNG-2339) ${project.*} are interpreted in the wrong place

2006-06-01 Thread Emmanuel Venisse (JIRA)
[ http://jira.codehaus.org/browse/MNG-2339?page=all ] Emmanuel Venisse updated MNG-2339: -- Fix Version: 2.0.5 > ${project.*} are interpreted in the wrong place > --- > > Key: MNG-2339 > URL: h

[jira] Reopened: (MSUREFIRE-49) environmentVariables does not work with windows

2006-06-01 Thread Dan Tran (JIRA)
[ http://jira.codehaus.org/browse/MSUREFIRE-49?page=all ] Dan Tran reopened MSUREFIRE-49: --- reproducable on windows. see attached log for detail [INFO] [surefire:test] [INFO] Surefire report directory: C:\dev\opti\dev\agent\it\pri\target\surefire-r eports

[jira] Created: (MNG-2339) ${project.*} are interpreted in the wrong place

2006-06-01 Thread Emmanuel Venisse (JIRA)
${project.*} are interpreted in the wrong place --- Key: MNG-2339 URL: http://jira.codehaus.org/browse/MNG-2339 Project: Maven 2 Type: Bug Components: General Versions: 2.0.4 Reporter: Emmanuel Venisse

[jira] Commented: (MSITE-145) Deploying site with sftp or scp creates directory with name "-p"

2006-06-01 Thread Borut Bolcina (JIRA)
[ http://jira.codehaus.org/browse/MSITE-145?page=comments#action_66451 ] Borut Bolcina commented on MSITE-145: - This is not true! I can make make directories just fine. Please read the issue carefully. The directory with name of the first parameter gets

[jira] Commented: (MJAR-41) Cannot specify additional classpath entries in jar manifest when using addClasspath

2006-06-01 Thread Tim Kettler (JIRA)
[ http://jira.codehaus.org/browse/MJAR-41?page=comments#action_66450 ] Tim Kettler commented on MJAR-41: - Is it really illegal to have more than one Class-Path entry in a manifest? See http://java.sun.com/j2se/1.5.0/docs/guide/extensions/spec.html. Especiall

[jira] Reopened: (MNG-2326) exclusion of transitive dependency is too dominant

2006-06-01 Thread Andreas Schildbach (JIRA)
[ http://jira.codehaus.org/browse/MNG-2326?page=all ] Andreas Schildbach reopened MNG-2326: - > exclusion of transitive dependency is too dominant > -- > > Key: MNG-2326 > URL: http://

[jira] Commented: (MNG-2326) exclusion of transitive dependency is too dominant

2006-06-01 Thread Andreas Schildbach (JIRA)
[ http://jira.codehaus.org/browse/MNG-2326?page=comments#action_66449 ] Andreas Schildbach commented on MNG-2326: - Because I don't need T in M. However, I can never be sure that D2 (or D3, ...) needs it. It's the concept of responsibility that I don'

[jira] Updated: (MRM-116) Execute discoverer and indexing (if no index exists yet) when the repository webapp is accessed.

2006-06-01 Thread Maria Odea Ching (JIRA)
[ http://jira.codehaus.org/browse/MRM-116?page=all ] Maria Odea Ching updated MRM-116: - Remaining Estimate: 12 hours Original Estimate: 12 hours > Execute discoverer and indexing (if no index exists yet) when the repository > webapp is accessed. >

[jira] Closed: (MNG-2326) exclusion of transitive dependency is too dominant

2006-06-01 Thread Carlos Sanchez (JIRA)
[ http://jira.codehaus.org/browse/MNG-2326?page=all ] Carlos Sanchez closed MNG-2326: --- Assign To: Carlos Sanchez Resolution: Duplicate > exclusion of transitive dependency is too dominant > -- > >

[jira] Commented: (MNG-2326) exclusion of transitive dependency is too dominant

2006-06-01 Thread Carlos Sanchez (JIRA)
[ http://jira.codehaus.org/browse/MNG-2326?page=comments#action_66443 ] Carlos Sanchez commented on MNG-2326: - Why are you excluding T in M if you need it? it doesn't work like that > exclusion of transitive dependency is too dominant > -

[jira] Commented: (MSUREFIRE-125) surefire xml report not wellformed on junit returning int

2006-06-01 Thread Carlos Sanchez (JIRA)
[ http://jira.codehaus.org/browse/MSUREFIRE-125?page=comments#action_66442 ] Carlos Sanchez commented on MSUREFIRE-125: -- have you tried surefire 2.1.3? I think this was already fixed > surefire xml report not wellformed on junit returning int > ---

[jira] Closed: (MSITE-145) Deploying site with sftp or scp creates directory with name "-p"

2006-06-01 Thread Carlos Sanchez (JIRA)
[ http://jira.codehaus.org/browse/MSITE-145?page=all ] Carlos Sanchez closed MSITE-145: Assign To: Carlos Sanchez Resolution: Won't Fix You don't have permission in the remote machine to create /project, see mkdir: cannot create directory `/pr

[jira] Commented: (MJAR-43) adding -Dmaven.test.skip=true generate a test-jar without classes

2006-06-01 Thread Carlos Sanchez (JIRA)
[ http://jira.codehaus.org/browse/MJAR-43?page=comments#action_66440 ] Carlos Sanchez commented on MJAR-43: The workaround is running mvn test-compile install > adding -Dmaven.test.skip=true generate a test-jar without classes > -

[jira] Updated: (MNG-1905) Delete remote files before uploading them to avoid permission problems

2006-06-01 Thread Carlos Sanchez (JIRA)
[ http://jira.codehaus.org/browse/MNG-1905?page=all ] Carlos Sanchez updated MNG-1905: Fix Version: 2.0.5 > Delete remote files before uploading them to avoid permission problems > -- >

[jira] Created: (MSUREFIRE-127) when fork is enabled, Surefire should use the same JVM running Maven (i.e. use java.home sysprop), rather than expecting java to be in the system PATH

2006-06-01 Thread Ian Springer (JIRA)
when fork is enabled, Surefire should use the same JVM running Maven (i.e. use java.home sysprop), rather than expecting java to be in the system PATH ---

[jira] Created: (MNG-2338) [maven-maven1-plugin] Allow configuration conversion for reporting plugins

2006-06-01 Thread Dennis Lundberg (JIRA)
[maven-maven1-plugin] Allow configuration conversion for reporting plugins -- Key: MNG-2338 URL: http://jira.codehaus.org/browse/MNG-2338 Project: Maven 2 Type: New Feature Components: Sandbox

[jira] Commented: (MJAR-43) adding -Dmaven.test.skip=true generate a test-jar without classes

2006-06-01 Thread Olivier Lamy (JIRA)
[ http://jira.codehaus.org/browse/MJAR-43?page=comments#action_66429 ] Olivier Lamy commented on MJAR-43: -- In fact, it should be great to having something like a skipExec (maven.test.skip.exec) in surefire plugin. This will skip test execution but not the t

[jira] Created: (MSITE-145) Deploying site with sftp or scp creates directory with name "-p"

2006-06-01 Thread Borut Bolcina (JIRA)
Deploying site with sftp or scp creates directory with name "-p" Key: MSITE-145 URL: http://jira.codehaus.org/browse/MSITE-145 Project: Maven 2.x Site Plugin Type: Bug Versions: 2.0-beta-5 Env

[jira] Created: (MAVENUPLOAD-927) OpenWFE 1.7.1pre4 upload request

2006-06-01 Thread John Mettraux (JIRA)
OpenWFE 1.7.1pre4 upload request Key: MAVENUPLOAD-927 URL: http://jira.codehaus.org/browse/MAVENUPLOAD-927 Project: maven-upload-requests Type: Task Reporter: John Mettraux http://openwfe.org/upload/openwfe-1.7.1pre4-bundle.jar

[jira] Updated: (MSUREFIRE-121) ability to add dependency to jvm's classpath rather in surefirebooter classloader

2006-06-01 Thread Dan Tran (JIRA)
[ http://jira.codehaus.org/browse/MSUREFIRE-121?page=all ] Dan Tran updated MSUREFIRE-121: --- Attachment: MSUREFIRE-121.plugin.patch3 > ability to add dependency to jvm's classpath rather in surefirebooter > classloader > ---

[jira] Commented: (MNG-2068) Multiple inheritance fails to find "grand" parent in ../../pom.xml when the groupIds differ (Test Case Attached)

2006-06-01 Thread Ingo D?ppe (JIRA)
[ http://jira.codehaus.org/browse/MNG-2068?page=comments#action_66416 ] Ingo Düppe commented on MNG-2068: - It seems that this bug is still in maven 2.0.4. I can reproduce the error of this issue. To reproduce the error your local repository has to be empty.

[jira] Closed: (MAVEN-1500) nsis installer only works with nsis plugin v1.1

2006-06-01 Thread Arnaud Heritier (JIRA)
[ http://jira.codehaus.org/browse/MAVEN-1500?page=all ] Arnaud Heritier closed MAVEN-1500: -- Assign To: Arnaud Heritier Resolution: Fixed Already fixed in the NSIS plugin. The installer is correctly generated for SNAPSHOTS : http://people.apac

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

2006-06-01 Thread Robert Burrell Donkin (JIRA)
[ http://jira.codehaus.org/browse/MEV-392?page=comments#action_66408 ] Robert Burrell Donkin commented on MEV-392: --- IMO the right way to approach JCL (in dependency terms) is as a virtual dependency. To eleborate, when the majority of projects de

[jira] Created: (CONTINUUM-717) test jar not deployed to the configured Deployment Repository Directory

2006-06-01 Thread Olivier Lamy (JIRA)
test jar not deployed to the configured Deployment Repository Directory --- Key: CONTINUUM-717 URL: http://jira.codehaus.org/browse/CONTINUUM-717 Project: Continuum Type: Bug Versions: 1.0.3

[jira] Updated: (MSUREFIRE-121) ability to add dependency to jvm's classpath rather in surefirebooter classloader

2006-06-01 Thread Dan Tran (JIRA)
[ http://jira.codehaus.org/browse/MSUREFIRE-121?page=all ] Dan Tran updated MSUREFIRE-121: --- Attachment: MSUREFIRE-121.plugin.patch2 > ability to add dependency to jvm's classpath rather in surefirebooter > classloader > ---

[jira] Commented: (MJAVADOC-65) The javadoc plugin seems to ignore package-info.java

2006-06-01 Thread Steven Coco (JIRA)
[ http://jira.codehaus.org/browse/MJAVADOC-65?page=comments#action_66403 ] Steven Coco commented on MJAVADOC-65: - I am also seeing this bug in Maven 2.0.4. > The javadoc plugin seems to ignore package-info.java > -

[jira] Commented: (MSUREFIRE-126) classesDirectory set in pom.xml is ignored

2006-06-01 Thread Roger Butenuth (JIRA)
[ http://jira.codehaus.org/browse/MSUREFIRE-126?page=comments#action_66400 ] Roger Butenuth commented on MSUREFIRE-126: -- You don't need to develop a new emma plugin, we have already done it for our project. Send me your email and I can send you the

[jira] Updated: (MSUREFIRE-126) classesDirectory set in pom.xml is ignored

2006-06-01 Thread Andreas Rudolf (JIRA)
[ http://jira.codehaus.org/browse/MSUREFIRE-126?page=all ] Andreas Rudolf updated MSUREFIRE-126: - Attachment: maven-surefire-plugin-trunk-410868.patch surefire-booter-trunk-410867.patch > classesDirectory set in pom.xml is ignored > -

[jira] Created: (MSUREFIRE-126) classesDirectory set in pom.xml is ignored

2006-06-01 Thread Roger Butenuth (JIRA)
classesDirectory set in pom.xml is ignored -- Key: MSUREFIRE-126 URL: http://jira.codehaus.org/browse/MSUREFIRE-126 Project: Maven 2.x Surefire Plugin Type: Bug Versions: 2.2 Environment: Maven 2.0.4, Windows XP, jdk1

[jira] Updated: (SCM-207) Implementing update and checkout command

2006-06-01 Thread Emmanuel Venisse (JIRA)
[ http://jira.codehaus.org/browse/SCM-207?page=all ] Emmanuel Venisse updated SCM-207: - Fix Version: 1.0 > Implementing update and checkout command > - > > Key: SCM-207 > URL: http://jira.codehau

[jira] Commented: (SCM-207) Implementing update and checkout command

2006-06-01 Thread Emmanuel Venisse (JIRA)
[ http://jira.codehaus.org/browse/SCM-207?page=comments#action_66396 ] Emmanuel Venisse commented on SCM-207: -- applied. Thanks. Can you add tests for consumers too? > Implementing update and checkout command > -

[jira] Created: (MNG-2337) XSLT for converting Maven1 project.xml to Maven2 pom.xml

2006-06-01 Thread David Smiley (JIRA)
XSLT for converting Maven1 project.xml to Maven2 pom.xml Key: MNG-2337 URL: http://jira.codehaus.org/browse/MNG-2337 Project: Maven 2 Type: Task Components: Documentation: Guides Versions: 2.0.4

[jira] Created: (MSUREFIRE-125) surefire xml report not wellformed on junit returning int

2006-06-01 Thread Andreas Sch?dl (JIRA)
surefire xml report not wellformed on junit returning int - Key: MSUREFIRE-125 URL: http://jira.codehaus.org/browse/MSUREFIRE-125 Project: Maven 2.x Surefire Plugin Type: Bug Versions: 2.1.2 Environmen

[jira] Created: (JXR-19) More info on the website

2006-06-01 Thread Gilles Scokart (JIRA)
More info on the website Key: JXR-19 URL: http://jira.codehaus.org/browse/JXR-19 Project: Maven JXR Type: Improvement Reporter: Gilles Scokart Priority: Minor The URL http://maven.apache.org/jxr/ shows very few info on how to use J

[jira] Updated: (SCM-207) Implementing update and checkout command

2006-06-01 Thread Thorsten Riek (JIRA)
[ http://jira.codehaus.org/browse/SCM-207?page=all ] Thorsten Riek updated SCM-207: -- Attachment: SCM-207-02-maven-scm-provider-vss.patch > Implementing update and checkout command > - > > Key: SCM-207 >

[jira] Updated: (MNGECLIPSE-66) unable to find artifacts from attached tests

2006-06-01 Thread Ovidio Mallo (JIRA)
[ http://jira.codehaus.org/browse/MNGECLIPSE-66?page=all ] Ovidio Mallo updated MNGECLIPSE-66: --- Attachment: mngeclipse_66_use.tar.gz mngeclipse_66_install.tar.gz > unable to find artifacts from attached tests > -

[jira] Updated: (MNG-2289) Newer SNAPSHOT parents in the remote repository are ignored

2006-06-01 Thread Joerg Schaible (JIRA)
[ http://jira.codehaus.org/browse/MNG-2289?page=all ] Joerg Schaible updated MNG-2289: Attachment: mng2289.zip > Newer SNAPSHOT parents in the remote repository are ignored > --- > > Key: M

[jira] Closed: (MAVENUPLOAD-900) mocquer 0.9.3

2006-06-01 Thread Anders Hermansen (JIRA)
[ http://jira.codehaus.org/browse/MAVENUPLOAD-900?page=all ] Anders Hermansen closed MAVENUPLOAD-900: Resolution: Fixed As far as I can see this has been uploaded to ibiblio: http://www.ibiblio.org/maven2/net/java/dev/mocquer/mocquer/0.9.3/

[jira] Updated: (MNG-2326) exclusion of transitive dependency is too dominant

2006-06-01 Thread Joerg Schaible (JIRA)
[ http://jira.codehaus.org/browse/MNG-2326?page=all ] Joerg Schaible updated MNG-2326: Attachment: mng2326.zip > exclusion of transitive dependency is too dominant > -- > > Key: MNG-2326 >

[jira] Commented: (MSUREFIRE-115) Classloading problem for getting a resource

2006-06-01 Thread Wim Deblauwe (JIRA)
[ http://jira.codehaus.org/browse/MSUREFIRE-115?page=comments#action_66367 ] Wim Deblauwe commented on MSUREFIRE-115: I think so too, because I tried to use childDelegation, but it resulted in the same problem. > Classloading problem for getting a

[jira] Commented: (SCM-153) Continuum fails while trying to build from clearcase

2006-06-01 Thread Emmanuel Venisse (JIRA)
[ http://jira.codehaus.org/browse/SCM-153?page=comments#action_66366 ] Emmanuel Venisse commented on SCM-153: -- you can look at clearcase scm provider. If you don't provide a solution for your pb in clearcase provider, we'll can't fix it. > Continuum fa