[jira] Created: (MNG-3560) unable to use plugins that exist in multiple repositories

2008-04-29 Thread Maria Catherine Tan (JIRA)
unable to use plugins that exist in multiple repositories - Key: MNG-3560 URL: http://jira.codehaus.org/browse/MNG-3560 Project: Maven 2 Issue Type: Bug Components: Artifacts

[jira] Created: (ARCHETYPE-164) DefaultArchetypeArtifactManager not handling slashes correctly

2008-04-29 Thread Zach Mabe (JIRA)
DefaultArchetypeArtifactManager not handling slashes correctly -- Key: ARCHETYPE-164 URL: http://jira.codehaus.org/browse/ARCHETYPE-164 Project: Maven Archetype Issue Type: Bug

[jira] Commented: (MECLIPSE-445) myeclipse target doesn't generate spring bean files for hierarchical projects.

2008-04-29 Thread Joe Freeman (JIRA)
[ http://jira.codehaus.org/browse/MECLIPSE-445?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=133045#action_133045 ] Joe Freeman commented on MECLIPSE-445: -- It looks like the multi-level test cases are only vali

[jira] Closed: (SUREFIRE-463) ClassCastException when using testng suiteXmlFile and forkMode=always

2008-04-29 Thread Dan Fabulich (JIRA)
[ http://jira.codehaus.org/browse/SUREFIRE-463?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dan Fabulich closed SUREFIRE-463. - Resolution: Fixed Fixed revision 652188. > ClassCastException when using testng suiteXmlFile and for

[jira] Updated: (SUREFIRE-477) Issue with redirectTestOutputToFile and unit test with System.out.print

2008-04-29 Thread Denis Sadowski (JIRA)
[ http://jira.codehaus.org/browse/SUREFIRE-477?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Denis Sadowski updated SUREFIRE-477: Attachment: redirectIssue.zip My appologies i created the zip, but forgot to include the files

[jira] Closed: (SUREFIRE-485) Support AntUnit XML output

2008-04-29 Thread Dan Fabulich (JIRA)
[ http://jira.codehaus.org/browse/SUREFIRE-485?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dan Fabulich closed SUREFIRE-485. - Resolution: Fixed Patch submitted revision 652186. Thanks! > Support AntUnit XML output > -

[jira] Closed: (SUREFIRE-493) UrlUtilsTest fails

2008-04-29 Thread Dan Fabulich (JIRA)
[ http://jira.codehaus.org/browse/SUREFIRE-493?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dan Fabulich closed SUREFIRE-493. - Resolution: Fixed Fixed in revision 652176. > UrlUtilsTest fails > -- > >

[jira] Closed: (SUREFIRE-477) Issue with redirectTestOutputToFile and unit test with System.out.print

2008-04-29 Thread Dan Fabulich (JIRA)
[ http://jira.codehaus.org/browse/SUREFIRE-477?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dan Fabulich closed SUREFIRE-477. - Resolution: Cannot Reproduce Something is wrong with your attached file! It's 0.0 kb. Try again? >

[jira] Closed: (SUREFIRE-494) Add support to set listener to testNG runner

2008-04-29 Thread Dan Fabulich (JIRA)
[ http://jira.codehaus.org/browse/SUREFIRE-494?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dan Fabulich closed SUREFIRE-494. - Resolution: Not A Bug Surefire already supports configuring custom listeners/reporters. Unfortunate

[jira] Commented: (MNG-2045) Maven can't compile against sibling test-jar dependency in multiproject (Test Attached)

2008-04-29 Thread Joshua Pollak (JIRA)
[ http://jira.codehaus.org/browse/MNG-2045?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=133038#action_133038 ] Joshua Pollak commented on MNG-2045: I don't think this bug is fixed. If I download sample.zip and

[jira] Closed: (SUREFIRE-486) Exlude tests via an external exlude file

2008-04-29 Thread Dan Fabulich (JIRA)
[ http://jira.codehaus.org/browse/SUREFIRE-486?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dan Fabulich closed SUREFIRE-486. - Resolution: Won't Fix That page doesn't have anything to do with testing, though I'm quite familiar

[jira] Commented: (DOXIA-236) Clarify Sink API

2008-04-29 Thread Benjamin Bentmann (JIRA)
[ http://jira.codehaus.org/browse/DOXIA-236?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=133035#action_133035 ] Benjamin Bentmann commented on DOXIA-236: - Wow, great job! Only a few possible additions: - A

[jira] Commented: (MNG-2589) Inherit transitive dependencies with runtime scope

2008-04-29 Thread Benjamin Bentmann (JIRA)
[ http://jira.codehaus.org/browse/MNG-2589?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=133032#action_133032 ] Benjamin Bentmann commented on MNG-2589: Just as to clarify why the current behavior is as is:

[jira] Updated: (MNG-2589) Inherit transitive dependencies with runtime scope

2008-04-29 Thread Benjamin Bentmann (JIRA)
[ http://jira.codehaus.org/browse/MNG-2589?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Benjamin Bentmann updated MNG-2589: --- Description: Transitive dependencies of scope "compile" should be inherited with scope "runtime" only

[jira] Commented: (DOXIA-236) Clarify Sink API

2008-04-29 Thread Lukas Theussl (JIRA)
[ http://jira.codehaus.org/browse/DOXIA-236?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=133031#action_133031 ] Lukas Theussl commented on DOXIA-236: - Committed in r652137. Please review... :) > Clarify Sink A

[jira] Created: (MNG-3559) Multi-Module Project: module that depends on sibling test jar cannot execute test-compile without install of sibling first

2008-04-29 Thread Joshua Pollak (JIRA)
Multi-Module Project: module that depends on sibling test jar cannot execute test-compile without install of sibling first -- Key: MNG-3559 URL

[jira] Commented: (MCHANGELOG-84) wrong SVN directory path created when using cascaded pom modules(?)

2008-04-29 Thread jens breitenstein (JIRA)
[ http://jira.codehaus.org/browse/MCHANGELOG-84?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=133030#action_133030 ] jens breitenstein commented on MCHANGELOG-84: - Hello Denis. See below the scm configur

[jira] Commented: (MEAR-43) add ability to do filtering (i.e. template var replacement) for files in src/main/application/

2008-04-29 Thread Guillaume Jeudy (JIRA)
[ http://jira.codehaus.org/browse/MEAR-43?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=133027#action_133027 ] Guillaume Jeudy commented on MEAR-43: - Can we get this feature as originally proposed in the JIRA de

[jira] Commented: (DOXIA-236) Clarify Sink API

2008-04-29 Thread Benjamin Bentmann (JIRA)
[ http://jira.codehaus.org/browse/DOXIA-236?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=133023#action_133023 ] Benjamin Bentmann commented on DOXIA-236: - bq. See DOXIA-59 Alright, we just need to have spec

[jira] Commented: (WAGONSSH-54) scp with password in settings.xml still asks password

2008-04-29 Thread Jon Osborn (JIRA)
[ http://jira.codehaus.org/browse/WAGONSSH-54?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=133019#action_133019 ] Jon Osborn commented on WAGONSSH-54: FYI, changed the sshd_config setting PasswordAuthenticati

[jira] Commented: (MCHECKSTYLE-59) Checkstyle Report fails if propertyExpansion contains backslash characters

2008-04-29 Thread Kevin Huang (JIRA)
[ http://jira.codehaus.org/browse/MCHECKSTYLE-59?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=133005#action_133005 ] Kevin Huang commented on MCHECKSTYLE-59: Where is 2.2? I got the 2.2-SNAPSHOT as maven-c

[jira] Commented: (MAVENUPLOAD-2019) Upload request for new version of jcifs: 1.2.19

2008-04-29 Thread Asaf Mesika (JIRA)
[ http://jira.codehaus.org/browse/MAVENUPLOAD-2019?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=133001#action_133001 ] Asaf Mesika commented on MAVENUPLOAD-2019: -- Wrong? Why? I've followed the Maven Guide

[jira] Commented: (MAVENUPLOAD-2019) Upload request for new version of jcifs: 1.2.19

2008-04-29 Thread Carlos Sanchez (JIRA)
[ http://jira.codehaus.org/browse/MAVENUPLOAD-2019?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=132991#action_132991 ] Carlos Sanchez commented on MAVENUPLOAD-2019: - your pom is wrong jcifs jcifs

[jira] Created: (SUREFIRE-494) Add support to set listener to testNG runner

2008-04-29 Thread Nicolas Santini (JIRA)
Add support to set listener to testNG runner Key: SUREFIRE-494 URL: http://jira.codehaus.org/browse/SUREFIRE-494 Project: Maven Surefire Issue Type: New Feature Components: TestNG suppor

[jira] Reopened: (SUREFIRE-477) Issue with redirectTestOutputToFile and unit test with System.out.print

2008-04-29 Thread Denis Sadowski (JIRA)
[ http://jira.codehaus.org/browse/SUREFIRE-477?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Denis Sadowski reopened SUREFIRE-477: - > Issue with redirectTestOutputToFile and unit test with System.out.print > -

[jira] Issue Comment Edited: (SUREFIRE-477) Issue with redirectTestOutputToFile and unit test with System.out.print

2008-04-29 Thread Denis Sadowski (JIRA)
[ http://jira.codehaus.org/browse/SUREFIRE-477?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=132976#action_132976 ] dsadowsk edited comment on SUREFIRE-477 at 4/29/08 9:04 AM: -- I hav

[jira] Updated: (SUREFIRE-477) Issue with redirectTestOutputToFile and unit test with System.out.print

2008-04-29 Thread Denis Sadowski (JIRA)
[ http://jira.codehaus.org/browse/SUREFIRE-477?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Denis Sadowski updated SUREFIRE-477: Attachment: command_prompt.JPG redirectIssue.zip I have attached an expansion o

[jira] Commented: (MEAR-85) ejb-client dependencies should be placed in defaultLibBundleDir

2008-04-29 Thread James Olsen (JIRA)
[ http://jira.codehaus.org/browse/MEAR-85?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=132975#action_132975 ] James Olsen commented on MEAR-85: - Another workaround that can help is to declare the dependency with:

[jira] Commented: (MRELEASE-273) Regression: NullPointerException at end of standalone "release:perform"

2008-04-29 Thread Max Bowsher (JIRA)
[ http://jira.codehaus.org/browse/MRELEASE-273?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=132974#action_132974 ] Max Bowsher commented on MRELEASE-273: -- Still affects 2.0-beta-7 > Regression: NullPointerExc

[jira] Closed: (MWAR-155) archiveClasses has no impact

2008-04-29 Thread Stephane Nicoll (JIRA)
[ http://jira.codehaus.org/browse/MWAR-155?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephane Nicoll closed MWAR-155. Assignee: Stephane Nicoll Resolution: Won't Fix It's not released yet. Archive classes will be availa

[jira] Reopened: (MAVENUPLOAD-2019) Upload request for new version of jcifs: 1.2.19

2008-04-29 Thread Asaf Mesika (JIRA)
[ http://jira.codehaus.org/browse/MAVENUPLOAD-2019?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Asaf Mesika reopened MAVENUPLOAD-2019: -- The jar file was uploaded to jcifs/jcifs/1.2.19, while it should have been uploaded to org

[jira] Commented: (DOXIA-236) Clarify Sink API

2008-04-29 Thread Lukas Theussl (JIRA)
[ http://jira.codehaus.org/browse/DOXIA-236?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=132960#action_132960 ] Lukas Theussl commented on DOXIA-236: - bq. AptParser must convert "foo.pdf" into "#foo.pdf" Yes.

[jira] Created: (MNG-3558) Add a property substitution escaping mechanism

2008-04-29 Thread Christophe DENEUX (JIRA)
Add a property substitution escaping mechanism -- Key: MNG-3558 URL: http://jira.codehaus.org/browse/MNG-3558 Project: Maven 2 Issue Type: Bug Components: General Affects Versions: 2.

[jira] Created: (MASSEMBLY-323) Unable to unzip a file created with maven assembly plugin using JDK 1.6 (IllegalArgumentException at getUTF8String(byte[] b, int off, int len))

2008-04-29 Thread JIRA
Unable to unzip a file created with maven assembly plugin using JDK 1.6 (IllegalArgumentException at getUTF8String(byte[] b, int off, int len)) ---

[jira] Commented: (MASSEMBLY-301) assembly:attach wrongly renames/overwrites assemblies to the primary artifact

2008-04-29 Thread Thomas Swindells (JIRA)
[ http://jira.codehaus.org/browse/MASSEMBLY-301?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=132945#action_132945 ] Thomas Swindells commented on MASSEMBLY-301: A work around seems to be to set appendAs

[jira] Commented: (SUREFIRE-468) When tests timeout, report files on disk are incorrect

2008-04-29 Thread A (JIRA)
[ http://jira.codehaus.org/browse/SUREFIRE-468?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=132943#action_132943 ] A commented on SUREFIRE-468: It should not stop execution of subsequent tests if "testFailureIgnore" sy

[jira] Reopened: (SUREFIRE-486) Exlude tests via an external exlude file

2008-04-29 Thread Thomas Diesler (JIRA)
[ http://jira.codehaus.org/browse/SUREFIRE-486?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Diesler reopened SUREFIRE-486: - Binding the execution of a test to the test source code is not a good idea. Also your suggested

[jira] Commented: (MNG-3556) XML entity not supported in Maven 2

2008-04-29 Thread Joerg Schaible (JIRA)
[ http://jira.codehaus.org/browse/MNG-3556?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=132937#action_132937 ] Joerg Schaible commented on MNG-3556: - AFAICS entity support was dropped for M2 intentionally, sinc