[jira] Closed: (ARCHETYPE-53) No longer possible to place non-Java resources into package structure

2006-09-03 Thread Wendy Smoak (JIRA)
[ http://jira.codehaus.org/browse/ARCHETYPE-53?page=all ] Wendy Smoak closed ARCHETYPE-53. Resolution: Duplicate Duplicate of ARCHETYPE-54 > No longer possible to place non-Java resources into package structure >

[jira] Created: (ARCHETYPE-54) Dynamic archetype resource

2006-09-03 Thread tm_jee (JIRA)
Dynamic archetype resource -- Key: ARCHETYPE-54 URL: http://jira.codehaus.org/browse/ARCHETYPE-54 Project: Maven Archetype Issue Type: Improvement Components: Archetypes Reporter: tm_jee It wou

[jira] Created: (ARCHETYPE-53) No longer possible to place non-Java resources into package structure

2006-09-03 Thread Wendy Smoak (JIRA)
No longer possible to place non-Java resources into package structure - Key: ARCHETYPE-53 URL: http://jira.codehaus.org/browse/ARCHETYPE-53 Project: Maven Archetype Issue Ty

[jira] Closed: (MRM-133) discovery might not find artifacts added as a result of rsync

2006-09-03 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MRM-133?page=all ] Brett Porter closed MRM-133. Resolution: Duplicate Fix Version/s: (was: 1.0-beta-1) > discovery might not find artifacts added as a result of rsync >

[jira] Closed: (MRM-134) ability to update an existing index without relying on timestamp

2006-09-03 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MRM-134?page=all ] Brett Porter closed MRM-134. Assignee: Brett Porter Resolution: Fixed done, though: - no timestamp checking at present (can be added in a later iteration, but should be unnecessary for basic purpose

[jira] Closed: (MRM-129) flush the index periodically during rebuild

2006-09-03 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MRM-129?page=all ] Brett Porter closed MRM-129. Assignee: Brett Porter Resolution: Won't Fix Fix Version/s: (was: 1.0-beta-1) this isn't necessary after the refactoring, and a better solution will be to

[jira] Commented: (MSUREFIREREP-6) surefire-report reruns tests

2006-09-03 Thread Peter Anning (JIRA)
[ http://jira.codehaus.org/browse/MSUREFIREREP-6?page=comments#action_74002 ] Peter Anning commented on MSUREFIREREP-6: - This is a big issue for us. We are migrating a large ant based project to Maven and have 1200 unit tests. If a test

[jira] Created: (MNG-2546) Allow plugin executions in the "super-init" phase before reactor sorting of modules build order

2006-09-03 Thread Binyan (JIRA)
Allow plugin executions in the "super-init" phase before reactor sorting of modules build order --- Key: MNG-2546 URL: http://jira.codehaus.org/browse/MNG-2546

[jira] Created: (MAVEN-1788) maven war reports unsatisfied dependency with some jars even though those jars are in the local repository.

2006-09-03 Thread Charles Richard (JIRA)
maven war reports unsatisfied dependency with some jars even though those jars are in the local repository. --- Key: MAVEN-1788 URL: http://jira.codehaus.org/b

[jira] Commented: (MSITE-179) Maven-site-plugin ignores the encoding specified in XML file (e.g. site.xml or xdoc/x.xml).

2006-09-03 Thread Jochen Wiedmann (JIRA)
[ http://jira.codehaus.org/browse/MSITE-179?page=comments#action_74001 ] Jochen Wiedmann commented on MSITE-179: --- A small sample project demonstrating the problem would be helpful. > Maven-site-plugin ignores the encoding specified in XML

[jira] Created: (MSUREFIRE-162) NoClassDefFoundError for UrlUtils

2006-09-03 Thread Rory Winston (JIRA)
NoClassDefFoundError for UrlUtils - Key: MSUREFIRE-162 URL: http://jira.codehaus.org/browse/MSUREFIRE-162 Project: Maven 2.x Surefire Plugin Issue Type: Bug Components: classloading Environm

[jira] Commented: (MSITE-141) Possible security hole when deploying site

2006-09-03 Thread Christopher McIntosh (JIRA)
[ http://jira.codehaus.org/browse/MSITE-141?page=comments#action_74000 ] Christopher McIntosh commented on MSITE-141: When will this issue be addressed? My web host provider, refuses to serve pages whose group mod is 'w'. I tried us

[jira] Commented: (MEAR-36) Add classifier fonctionnality to Maven EAR Plugin

2006-09-03 Thread Stephane Nicoll (JIRA)
[ http://jira.codehaus.org/browse/MEAR-36?page=comments#action_73999 ] Stephane Nicoll commented on MEAR-36: - there's no harm Eric :) Actually, I am doing it the Jar's way but I could change it if necessary. > Add classifier fonctionnality

[jira] Commented: (MSUREFIRE-153) Ability to add additions to classpath

2006-09-03 Thread David J. M. Karlsen (JIRA)
[ http://jira.codehaus.org/browse/MSUREFIRE-153?page=comments#action_73998 ] David J. M. Karlsen commented on MSUREFIRE-153: --- Testresources would end up in test-jar, likewise resources would end up in main artifact jar. Often you

[jira] Commented: (SUREFIRE-54) Remove use of parent classloader in surefirebooter but keep TestNG support working

2006-09-03 Thread Milos Kleint (JIRA)
[ http://jira.codehaus.org/browse/SUREFIRE-54?page=comments#action_73997 ] Milos Kleint commented on SUREFIRE-54: -- when maven is embedded in another application, the System classloader can contain also other stuff from the embedding applicat

[jira] Commented: (MSUREFIRE-153) Ability to add additions to classpath

2006-09-03 Thread fabrizio giustina (JIRA)
[ http://jira.codehaus.org/browse/MSUREFIRE-153?page=comments#action_73996 ] fabrizio giustina commented on MSUREFIRE-153: - Test resources are NOT added to the main jar. Are you talking about test-jar artifacts maybe? > Ability to a

[jira] Reopened: (MSUREFIRE-153) Ability to add additions to classpath

2006-09-03 Thread David J. M. Karlsen (JIRA)
[ http://jira.codehaus.org/browse/MSUREFIRE-153?page=all ] David J. M. Karlsen reopened MSUREFIRE-153: --- If using testresources and resources, the resources will end up in the jar - this is not what we want. Additionally, if using a ta

[jira] Created: (SUREFIRE-54) Remove use of parent classloader in surefirebooter but keep TestNG support working

2006-09-03 Thread fabrizio giustina (JIRA)
Remove use of parent classloader in surefirebooter but keep TestNG support working -- Key: SUREFIRE-54 URL: http://jira.codehaus.org/browse/SUREFIRE-54 Project: surefire

[jira] Commented: (MEAR-36) Add classifier fonctionnality to Maven EAR Plugin

2006-09-03 Thread Eric Bernstein (JIRA)
[ http://jira.codehaus.org/browse/MEAR-36?page=comments#action_73993 ] Eric Bernstein commented on MEAR-36: Sorrry Stephane, I didn't mean to step on any toes, but since I was writing it anyway so I could build my project, I figured I'd hand

[jira] Closed: (MSUREFIREREP-27) number of skipped test no shown in html report

2006-09-03 Thread fabrizio giustina (JIRA)
[ http://jira.codehaus.org/browse/MSUREFIREREP-27?page=all ] fabrizio giustina closed MSUREFIREREP-27. - Assignee: fabrizio giustina Resolution: Fixed skipped tests are shown in version 2.1 (at the moment for TestNG tests, since Junit 4 sup

[jira] Created: (MAVENUPLOAD-1110) jython-2.2-alpha1

2006-09-03 Thread fabrizio giustina (JIRA)
jython-2.2-alpha1 - Key: MAVENUPLOAD-1110 URL: http://jira.codehaus.org/browse/MAVENUPLOAD-1110 Project: maven-upload-requests Issue Type: Task Reporter: fabrizio giustina -- This message is automatically gen

[jira] Commented: (MSUREFIRE-122) Support tests written in Jython

2006-09-03 Thread fabrizio giustina (JIRA)
[ http://jira.codehaus.org/browse/MSUREFIRE-122?page=comments#action_73990 ] fabrizio giustina commented on MSUREFIRE-122: - Hi Charlie, I tried to integrate your patches, but looks like that tests on the jythonProviderTest don't work

[jira] Updated: (MSUREFIREREP-28) Unable to generate the surefire report if the project is not a java project, but tests are written in JAVA

2006-09-03 Thread fabrizio giustina (JIRA)
[ http://jira.codehaus.org/browse/MSUREFIREREP-28?page=all ] fabrizio giustina updated MSUREFIREREP-28: -- Affects Version/s: (was: 2.1) 2.0 Fix Version/s: 2.1 > Unable to generate the surefire report if the proj

[jira] Updated: (MSUREFIREREP-27) number of skipped test no shown in html report

2006-09-03 Thread fabrizio giustina (JIRA)
[ http://jira.codehaus.org/browse/MSUREFIREREP-27?page=all ] fabrizio giustina updated MSUREFIREREP-27: -- Affects Version/s: 2.0 Fix Version/s: 2.1 Issue Type: Improvement (was: Bug) > number of skipped test no shown in html r

[jira] Commented: (MEAR-36) Add classifier fonctionnality to Maven EAR Plugin

2006-09-03 Thread Stephane Nicoll (JIRA)
[ http://jira.codehaus.org/browse/MEAR-36?page=comments#action_73989 ] Stephane Nicoll commented on MEAR-36: - Eric, the issue is in progress because I started the implementation before going on holiday. It's implemented in my local sandbox, s

[jira] Updated: (SUREFIRE-34) Using security manager in a fork mode causes an AccessControlException

2006-09-03 Thread fabrizio giustina (JIRA)
[ http://jira.codehaus.org/browse/SUREFIRE-34?page=all ] fabrizio giustina updated SUREFIRE-34: -- Fix Version/s: 2.1 > Using security manager in a fork mode causes an AccessControlException > --

[jira] Updated: (SUREFIRE-45) Include/Exclude by class name, not file name

2006-09-03 Thread fabrizio giustina (JIRA)
[ http://jira.codehaus.org/browse/SUREFIRE-45?page=all ] fabrizio giustina updated SUREFIRE-45: -- Fix Version/s: 2.2 > Include/Exclude by class name, not file name > > > Key: SUREFIRE-45 >

[jira] Updated: (SUREFIRE-31) support junit 4.0

2006-09-03 Thread fabrizio giustina (JIRA)
[ http://jira.codehaus.org/browse/SUREFIRE-31?page=all ] fabrizio giustina updated SUREFIRE-31: -- Fix Version/s: 2.1 > support junit 4.0 > - > > Key: SUREFIRE-31 > URL: http://jira.codehaus.org/browse/S

[jira] Updated: (SUREFIRE-52) XML Reports include testcases from previous tests

2006-09-03 Thread fabrizio giustina (JIRA)
[ http://jira.codehaus.org/browse/SUREFIRE-52?page=all ] fabrizio giustina updated SUREFIRE-52: -- Fix Version/s: 2.1 > XML Reports include testcases from previous tests > - > > Key: SURE

[jira] Updated: (MSUREFIRE-158) Add Parameter that the output of the test to System.out only appears in the surefire logfiles

2006-09-03 Thread fabrizio giustina (JIRA)
[ http://jira.codehaus.org/browse/MSUREFIRE-158?page=all ] fabrizio giustina updated MSUREFIRE-158: Affects Version/s: (was: 2.3) 2.2 Fix Version/s: 2.4 > Add Parameter that the output of the test to System.out

[jira] Closed: (MSUREFIRE-153) Ability to add additions to classpath

2006-09-03 Thread fabrizio giustina (JIRA)
[ http://jira.codehaus.org/browse/MSUREFIRE-153?page=all ] fabrizio giustina closed MSUREFIRE-153. --- Assignee: fabrizio giustina Resolution: Cannot Reproduce > There should be a possibility to add arbritary resources to the classpath > while

[jira] Updated: (MSUREFIRE-50) Create new surefire:integration-test mojo for IT

2006-09-03 Thread fabrizio giustina (JIRA)
[ http://jira.codehaus.org/browse/MSUREFIRE-50?page=all ] fabrizio giustina updated MSUREFIRE-50: --- Fix Version/s: 2.4 > Create new surefire:integration-test mojo for IT > > > Key: MSU

[jira] Updated: (MSUREFIRE-66) Fix classloader separation of Test NG

2006-09-03 Thread fabrizio giustina (JIRA)
[ http://jira.codehaus.org/browse/MSUREFIRE-66?page=all ] fabrizio giustina updated MSUREFIRE-66: --- Affects Version/s: 2.2 Fix Version/s: 2.3 > Fix classloader separation of Test NG > - > >

[jira] Updated: (MSUREFIRE-159) Surefire should provide a pluggable means to specify a custom provider

2006-09-03 Thread fabrizio giustina (JIRA)
[ http://jira.codehaus.org/browse/MSUREFIRE-159?page=all ] fabrizio giustina updated MSUREFIRE-159: Priority: Critical (was: Major) Fix Version/s: 2.4 Issue Type: New Feature (was: Bug) > Surefire should provide a pluggable mean

[jira] Updated: (MSUREFIRE-143) provide option to list all of the test cases which failed when running a build

2006-09-03 Thread fabrizio giustina (JIRA)
[ http://jira.codehaus.org/browse/MSUREFIRE-143?page=all ] fabrizio giustina updated MSUREFIRE-143: Fix Version/s: 2.3 > provide option to list all of the test cases which failed when running a build >

[jira] Updated: (MSUREFIRE-135) Excluding tests with command line pattern

2006-09-03 Thread fabrizio giustina (JIRA)
[ http://jira.codehaus.org/browse/MSUREFIRE-135?page=all ] fabrizio giustina updated MSUREFIRE-135: Fix Version/s: 2.3 > Excluding tests with command line pattern > - > > Key: MSUREFIRE-135

[jira] Updated: (MSUREFIRE-122) Support tests written in Jython

2006-09-03 Thread fabrizio giustina (JIRA)
[ http://jira.codehaus.org/browse/MSUREFIRE-122?page=all ] fabrizio giustina updated MSUREFIRE-122: Assignee: fabrizio giustina Fix Version/s: 2.3 > Support tests written in Jython > --- > > Ke

[jira] Updated: (MSUREFIRE-107) Running tests in JAR files

2006-09-03 Thread fabrizio giustina (JIRA)
[ http://jira.codehaus.org/browse/MSUREFIRE-107?page=all ] fabrizio giustina updated MSUREFIRE-107: Affects Version/s: 2.2 Fix Version/s: 2.3 Please check http://maven.apache.org/guides/mini/guide-attached-tests.html Is this what you were

[jira] Updated: (MSUREFIRE-146) Wishing for a gui flag to run the junit swing testrunner like in maven 1

2006-09-03 Thread fabrizio giustina (JIRA)
[ http://jira.codehaus.org/browse/MSUREFIRE-146?page=all ] fabrizio giustina updated MSUREFIRE-146: Affects Version/s: 2.2 Fix Version/s: 2.4 > Wishing for a gui flag to run the junit swing testrunner like in maven 1 > --

[jira] Updated: (MSUREFIRE-68) Implement getTestCount for TestNG

2006-09-03 Thread fabrizio giustina (JIRA)
[ http://jira.codehaus.org/browse/MSUREFIRE-68?page=all ] fabrizio giustina updated MSUREFIRE-68: --- Affects Version/s: 2.2 Fix Version/s: 2.3 > Implement getTestCount for TestNG > - > > Key: MS

[jira] Updated: (MSUREFIRE-47) Add Distributed testing ability

2006-09-03 Thread fabrizio giustina (JIRA)
[ http://jira.codehaus.org/browse/MSUREFIRE-47?page=all ] fabrizio giustina updated MSUREFIRE-47: --- Fix Version/s: 2.4 Component/s: TestNG support > Add Distributed testing ability > --- > > Key: MSU

[jira] Updated: (MSUREFIRE-58) Cannot override read-only parameter: classpathElements

2006-09-03 Thread fabrizio giustina (JIRA)
[ http://jira.codehaus.org/browse/MSUREFIRE-58?page=all ] fabrizio giustina updated MSUREFIRE-58: --- Fix Version/s: 2.3 > Cannot override read-only parameter: classpathElements > -- > >

[jira] Closed: (MSUREFIRE-43) Surefire fails to start when the local repository and the project (pom.xml) lives in different window drives

2006-09-03 Thread fabrizio giustina (JIRA)
[ http://jira.codehaus.org/browse/MSUREFIRE-43?page=all ] fabrizio giustina closed MSUREFIRE-43. -- Assignee: fabrizio giustina Resolution: Fixed Fix Version/s: 2.2 fixed by SUREFIRE-36 > Surefire fails to start when the local reposit

[jira] Updated: (MSUREFIRE-161) VM Forking manifests itself behind HTTP proxy

2006-09-03 Thread fabrizio giustina (JIRA)
[ http://jira.codehaus.org/browse/MSUREFIRE-161?page=all ] fabrizio giustina updated MSUREFIRE-161: Fix Version/s: 2.3 Component/s: classloading > VM Forking manifests itself behind HTTP proxy > -

[jira] Closed: (MSUREFIRE-160) Documentation link on website does not point to surefire parameter docs

2006-09-03 Thread fabrizio giustina (JIRA)
[ http://jira.codehaus.org/browse/MSUREFIRE-160?page=all ] fabrizio giustina closed MSUREFIRE-160. --- Resolution: Fixed documentation has been improved > Documentation link on website does not point to surefire parameter docs > -

[jira] Updated: (MSUREFIRE-160) Documentation link on website does not point to surefire parameter docs

2006-09-03 Thread fabrizio giustina (JIRA)
[ http://jira.codehaus.org/browse/MSUREFIRE-160?page=all ] fabrizio giustina updated MSUREFIRE-160: Assignee: fabrizio giustina Affects Version/s: 2.2 Fix Version/s: 2.3 Component/s: documentation > Documentation li

[jira] Created: (MAVENUPLOAD-1109) ehcache-1.2.3 bundle

2006-09-03 Thread Greg Luck (JIRA)
ehcache-1.2.3 bundle Key: MAVENUPLOAD-1109 URL: http://jira.codehaus.org/browse/MAVENUPLOAD-1109 Project: maven-upload-requests Issue Type: Task Reporter: Greg Luck Attachments: ehcache-1.2.3-bundle.

[jira] Updated: (MSUREFIRE-84) JUnit 4 integration

2006-09-03 Thread fabrizio giustina (JIRA)
[ http://jira.codehaus.org/browse/MSUREFIRE-84?page=all ] fabrizio giustina updated MSUREFIRE-84: --- Fix Version/s: 2.3 Component/s: Junit 4.x support > JUnit 4 integration > --- > > Key: MSUREFIRE-84 >

[jira] Closed: (MSUREFIRE-103) Test failures in

2006-09-03 Thread fabrizio giustina (JIRA)
[ http://jira.codehaus.org/browse/MSUREFIRE-103?page=all ] fabrizio giustina closed MSUREFIRE-103. --- Assignee: fabrizio giustina Resolution: Cannot Reproduce Fix Version/s: (was: 2.3) 2.1.1 looks like an old is