[jira] Commented: (MASSEMBLY-67) assembling dependent jars or snapshots uses timestamp formatted version instead of ${version}

2006-06-28 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MASSEMBLY-67?page=comments#action_68552 ] Brett Porter commented on MASSEMBLY-67: --- ok, so you aren't producing a jar in the assembly plugin. 1) you produce a jar with a manifest and main-class and class-path 2) you pro

[jira] Commented: (CONTINUUM-542) Reimplement authentication management

2006-06-28 Thread Milos Kleint (JIRA)
[ http://jira.codehaus.org/browse/CONTINUUM-542?page=comments#action_68551 ] Milos Kleint commented on CONTINUUM-542: please take the xml-rpc interface into account as well. > Reimplement authentication management > -

[jira] Updated: (MCLEAN-13) make the clean plugin docck compliant

2006-06-28 Thread Edwin Punzalan (JIRA)
[ http://jira.codehaus.org/browse/MCLEAN-13?page=all ] Edwin Punzalan updated MCLEAN-13: - Remaining Estimate: 6 hours Original Estimate: 6 hours > make the clean plugin docck compliant > - > > Key: MCLEAN

[jira] Commented: (MASSEMBLY-67) assembling dependent jars or snapshots uses timestamp formatted version instead of ${version}

2006-06-28 Thread Baerrach bonDierne (JIRA)
[ http://jira.codehaus.org/browse/MASSEMBLY-67?page=comments#action_68549 ] Baerrach bonDierne commented on MASSEMBLY-67: - Ok, I think the problem is that we are not using the archiver to assemble a jar. We are using the archiver to assemble a bi

[jira] Commented: (MPLUGIN-7) Reformat the autogenerated goal parameters page to improve readibility.

2006-06-28 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MPLUGIN-7?page=comments#action_68547 ] Brett Porter commented on MPLUGIN-7: applied, but please make the following modifications: - remove the empty tag between the name and description. - don't show the optional paramet

[jira] Commented: (MASSEMBLY-67) assembling dependent jars or snapshots uses timestamp formatted version instead of ${version}

2006-06-28 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MASSEMBLY-67?page=comments#action_68546 ] Brett Porter commented on MASSEMBLY-67: --- is in the configuration element (like it is for a JAR). I think it should also be supported in the assembly descriptor, but that's a s

[jira] Commented: (MASSEMBLY-67) assembling dependent jars or snapshots uses timestamp formatted version instead of ${version}

2006-06-28 Thread Baerrach bonDierne (JIRA)
[ http://jira.codehaus.org/browse/MASSEMBLY-67?page=comments#action_68545 ] Baerrach bonDierne commented on MASSEMBLY-67: - Brett, could you elaborate please? I'm not familiar with the archive section of the assembly plugin, but I am not sure how

[jira] Created: (MCLEAN-13) make the clean plugin docck compliant

2006-06-28 Thread Edwin Punzalan (JIRA)
make the clean plugin docck compliant - Key: MCLEAN-13 URL: http://jira.codehaus.org/browse/MCLEAN-13 Project: Maven 2.x Clean Plugin Type: Task Versions: 2.1 Reporter: Edwin Punzalan Assigned to: Edwin Punzalan

[jira] Updated: (MPLUGIN-7) Reformat the autogenerated goal parameters page to improve readibility.

2006-06-28 Thread Edwin Punzalan (JIRA)
[ http://jira.codehaus.org/browse/MPLUGIN-7?page=all ] Edwin Punzalan updated MPLUGIN-7: - Attachment: MPLUGIN-7-maven-plugin-tools-api.patch > Reformat the autogenerated goal parameters page to improve readibility. > -

[jira] Commented: (MSUREFIRE-134) Surefire finds test classes but ignores test methods and configuration methods with TestNG and includes tag

2006-06-28 Thread Jesse Kuhnert (JIRA)
[ http://jira.codehaus.org/browse/MSUREFIRE-134?page=comments#action_68543 ] Jesse Kuhnert commented on MSUREFIRE-134: - Yeah sureI'll create a unit test or two and attach them as a patch tomorrow. Guess I have no choice. > Surefire finds test

[jira] Commented: (MSUREFIRE-134) Surefire finds test classes but ignores test methods and configuration methods with TestNG and includes tag

2006-06-28 Thread Jason Chaffee (JIRA)
[ http://jira.codehaus.org/browse/MSUREFIRE-134?page=comments#action_68542 ] Jason Chaffee commented on MSUREFIRE-134: - Can you try JUnit tests with testng and a testng.xml? I would like confirm that it doesn't work or that there is something screw

[jira] Commented: (MSUREFIRE-134) Surefire finds test classes but ignores test methods and configuration methods with TestNG and includes tag

2006-06-28 Thread Jesse Kuhnert (JIRA)
[ http://jira.codehaus.org/browse/MSUREFIRE-134?page=comments#action_68541 ] Jesse Kuhnert commented on MSUREFIRE-134: - God...Really? That sucks...In fact this whole thing sucks. There ~were~ unit tests to verify these things before...Pretty ironic

[jira] Commented: (MSUREFIRE-134) Surefire finds test classes but ignores test methods and configuration methods with TestNG and includes tag

2006-06-28 Thread Jason Chaffee (JIRA)
[ http://jira.codehaus.org/browse/MSUREFIRE-134?page=comments#action_68540 ] Jason Chaffee commented on MSUREFIRE-134: - I should add that I started with a clean repository, applied the patch...built surefire and the surfire plugin. Is there a snaps

[jira] Commented: (MSUREFIRE-134) Surefire finds test classes but ignores test methods and configuration methods with TestNG and includes tag

2006-06-28 Thread Jason Chaffee (JIRA)
[ http://jira.codehaus.org/browse/MSUREFIRE-134?page=comments#action_68539 ] Jason Chaffee commented on MSUREFIRE-134: - I am not sure...my tests that were being run with a testng.xml file are not being run now either. > Surefire finds test classes

[jira] Commented: (MSUREFIRE-134) Surefire finds test classes but ignores test methods and configuration methods with TestNG and includes tag

2006-06-28 Thread Jesse Kuhnert (JIRA)
[ http://jira.codehaus.org/browse/MSUREFIRE-134?page=comments#action_68538 ] Jesse Kuhnert commented on MSUREFIRE-134: - I have a few junit tests that are being run by TestNG with the patch supplied and they are working fineIs there anything spec

[jira] Commented: (MSUREFIRE-134) Surefire finds test classes but ignores test methods and configuration methods with TestNG and includes tag

2006-06-28 Thread Jason Chaffee (JIRA)
[ http://jira.codehaus.org/browse/MSUREFIRE-134?page=comments#action_68537 ] Jason Chaffee commented on MSUREFIRE-134: - It fixes TestNG, but it breaks JUnit tests that are being run by TestNGthey no longer run. This a problem because we have bo

[jira] Commented: (MASSEMBLY-67) assembling dependent jars or snapshots uses timestamp formatted version instead of ${version}

2006-06-28 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MASSEMBLY-67?page=comments#action_68536 ] Brett Porter commented on MASSEMBLY-67: --- jar plugin seems to be in the wrong. However, I'm unsure why you use the jar plugin to write your manifest - shouldn't you add the se

[jira] Commented: (MJAR-28) Using the jar plugin with addClasspath and snapshots can create manifest classpath with incorrect jar versions

2006-06-28 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MJAR-28?page=comments#action_68535 ] Brett Porter commented on MJAR-28: -- yep, the manifest should contain the actual file name (ie, timestamped) > Using the jar plugin with addClasspath and snapshots can create manifest >

[jira] Commented: (MSUREFIRE-134) Surefire finds test classes but ignores test methods and configuration methods with TestNG and includes tag

2006-06-28 Thread Jesse Kuhnert (JIRA)
[ http://jira.codehaus.org/browse/MSUREFIRE-134?page=comments#action_68534 ] Jesse Kuhnert commented on MSUREFIRE-134: - The patch file I've attached to this issue fixes it pretty definitively. One line code change. Hope that helps.. > Surefire fin

[jira] Commented: (MSUREFIRE-134) Surefire finds test classes but ignores test methods and configuration methods with TestNG and includes tag

2006-06-28 Thread Jason Chaffee (JIRA)
[ http://jira.codehaus.org/browse/MSUREFIRE-134?page=comments#action_68533 ] Jason Chaffee commented on MSUREFIRE-134: - If you do that TestNG will run them as JUnit tests and not honor any of the annotations. Anyway, this is a pretty nasty bug. I

[jira] Closed: (MNG-2406) Add @since javadoc tags to plugin parameters

2006-06-28 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MNG-2406?page=all ] Brett Porter closed MNG-2406: - Resolution: Fixed Fix Version: 2.1 > Add @since javadoc tags to plugin parameters > > > Key: MNG-2406 >

[jira] Commented: (MSUREFIRE-134) Surefire finds test classes but ignores test methods and configuration methods with TestNG and includes tag

2006-06-28 Thread Jesse Kuhnert (JIRA)
[ http://jira.codehaus.org/browse/MSUREFIRE-134?page=comments#action_68530 ] Jesse Kuhnert commented on MSUREFIRE-134: - Almost.Your tests also have to be setup exactly like junit tests because chances are very likely that none of the annotation

[jira] Commented: (MSUREFIRE-134) Surefire finds test classes but ignores test methods and configuration methods with TestNG and includes tag

2006-06-28 Thread Jason Chaffee (JIRA)
[ http://jira.codehaus.org/browse/MSUREFIRE-134?page=comments#action_68528 ] Jason Chaffee commented on MSUREFIRE-134: - MSUREFIRE-117 IS the same as this bug...or at least they are caused by the same issue. Jesse is correct that patch in MSUREFIRE-

[jira] Commented: (MJAVADOC-79) Review plugin documentation

2006-06-28 Thread Maria Odea Ching (JIRA)
[ http://jira.codehaus.org/browse/MJAVADOC-79?page=comments#action_68527 ] Maria Odea Ching commented on MJAVADOC-79: -- Applied the comments above. Also revised some of the pages like the usage and the examples docs. > Review plugin documentation >

[jira] Updated: (MNG-2406) Add @since javadoc tags to plugin parameters

2006-06-28 Thread Edwin Punzalan (JIRA)
[ http://jira.codehaus.org/browse/MNG-2406?page=all ] Edwin Punzalan updated MNG-2406: Attachment: MNG-2406-maven-plugin-tools-java.patch > Add @since javadoc tags to plugin parameters > > > Key: MNG-

[jira] Updated: (MECLIPSE-122) Eclipse plugin doesn't use dependency conflict resolution mechanism

2006-06-28 Thread Carlos Sanchez (JIRA)
[ http://jira.codehaus.org/browse/MECLIPSE-122?page=all ] Carlos Sanchez updated MECLIPSE-122: Attachment: compile.txt .classpath output.txt > Eclipse plugin doesn't use dependency conflict resolution mechanism > -

[jira] Commented: (MECLIPSE-122) Eclipse plugin doesn't use dependency conflict resolution mechanism

2006-06-28 Thread Carlos Sanchez (JIRA)
[ http://jira.codehaus.org/browse/MECLIPSE-122?page=comments#action_68519 ] Carlos Sanchez commented on MECLIPSE-122: - For instance in the release plugin revision 409033 mvn -X compile shows plexus-utils 1.1 mvn -X eclipse:eclipse shows plexus 1.0.4

[jira] Created: (MECLIPSE-122) Eclipse plugin doesn't use dependency conflict resolution mechanism

2006-06-28 Thread Dan Fabulich (JIRA)
Eclipse plugin doesn't use dependency conflict resolution mechanism --- Key: MECLIPSE-122 URL: http://jira.codehaus.org/browse/MECLIPSE-122 Project: Maven 2.x Eclipse Plugin Type: Bug Versions: 2.2

[jira] Created: (MNG-2412) global variable filtering of pom.xml for parent and sub module pom.xml files is not working when deploying to a repository.

2006-06-28 Thread Bill Brown (JIRA)
global variable filtering of pom.xml for parent and sub module pom.xml files is not working when deploying to a repository. --- Key: MNG-2412 URL: http://jira.

[jira] Commented: (CONTINUUM-741) Refactoring of "Add Projects" feature

2006-06-28 Thread Christian Gruber (JIRA)
[ http://jira.codehaus.org/browse/CONTINUUM-741?page=comments#action_68510 ] Christian Gruber commented on CONTINUUM-741: The other important thing (and I'm not sure if that needs to be stated here or elsewhere), is that if you have a parent pom

[jira] Created: (CONTINUUM-742) project overview shows wrong build status

2006-06-28 Thread Jorg Heymans (JIRA)
project overview shows wrong build status - Key: CONTINUUM-742 URL: http://jira.codehaus.org/browse/CONTINUUM-742 Project: Continuum Type: Bug Components: Web interface Versions: 1.0.3 Reporter: Jorg Heymans

[jira] Commented: (MAVENUPLOAD-960) HtmlUnit 1.9 upload request

2006-06-28 Thread Marc Guillemot (JIRA)
[ http://jira.codehaus.org/browse/MAVENUPLOAD-960?page=comments#action_68505 ] Marc Guillemot commented on MAVENUPLOAD-960: thanks for the info. We will try to fix this for next release (or better, move to maven 2). > HtmlUnit 1.9 upload reques

[jira] Commented: (ARCHETYPE-21) Unecessary java directory creation

2006-06-28 Thread Julian Wood (JIRA)
[ http://jira.codehaus.org/browse/ARCHETYPE-21?page=comments#action_68490 ] Julian Wood commented on ARCHETYPE-21: -- You can just checkout our archetype. svn checkout http://apollo.ucalgary.ca:8800/lc-webapp-archetype/trunk lc-webapp-archetype archetyp

[jira] Created: (MAVENUPLOAD-963) nekodtd 0.1.11

2006-06-28 Thread Jorg Heymans (JIRA)
nekodtd 0.1.11 -- Key: MAVENUPLOAD-963 URL: http://jira.codehaus.org/browse/MAVENUPLOAD-963 Project: maven-upload-requests Type: Task Reporter: Jorg Heymans uploading on behalf of Andy Clark, the author of the library the tar file contains the sou

[jira] Created: (MRESOURCES-22) Being able to filter resources based on solely the filter files ?

2006-06-28 Thread Gr?gory Joseph (JIRA)
Being able to filter resources based on solely the filter files ? - Key: MRESOURCES-22 URL: http://jira.codehaus.org/browse/MRESOURCES-22 Project: Maven 2.x Resources Plugin Type: Improvement Report

[jira] Commented: (MPLUGIN-7) Reformat the autogenerated goal parameters page to improve readibility.

2006-06-28 Thread Herv? BOUTEMY (JIRA)
[ http://jira.codehaus.org/browse/MPLUGIN-7?page=comments#action_68485 ] Hervé BOUTEMY commented on MPLUGIN-7: - Edwin, Thank you for your interest in my patches : but your proposal is a lot better. You can ignore mine with no regret, and apply your patch

[jira] Created: (MAVENUPLOAD-962) JasperReports 1.2.4

2006-06-28 Thread Mike Perham (JIRA)
JasperReports 1.2.4 --- Key: MAVENUPLOAD-962 URL: http://jira.codehaus.org/browse/MAVENUPLOAD-962 Project: maven-upload-requests Type: Task Reporter: Mike Perham Attachments: jasperreports-1.2.4-bundle.jar JasperReports 1.2.4 bundle with POM an

[jira] Closed: (CONTINUUM-735) XmlRpc does not expose getBuildOutput

2006-06-28 Thread Trygve Laugstol (JIRA)
[ http://jira.codehaus.org/browse/CONTINUUM-735?page=all ] Trygve Laugstol closed CONTINUUM-735: - Assign To: Trygve Laugstol Resolution: Fixed > XmlRpc does not expose getBuildOutput > - > > Key:

[jira] Closed: (MAVENUPLOAD-960) HtmlUnit 1.9 upload request

2006-06-28 Thread Carlos Sanchez (JIRA)
[ http://jira.codehaus.org/browse/MAVENUPLOAD-960?page=all ] Carlos Sanchez closed MAVENUPLOAD-960: -- Assign To: Carlos Sanchez Resolution: Fixed Please check http://www.ibiblio.org/maven/htmlunit/poms/htmlunit-1.9.pom and add those improv

[jira] Closed: (MAVENUPLOAD-961) Spring Web Flow 1.0-rc3

2006-06-28 Thread Carlos Sanchez (JIRA)
[ http://jira.codehaus.org/browse/MAVENUPLOAD-961?page=all ] Carlos Sanchez closed MAVENUPLOAD-961: -- Assign To: Carlos Sanchez Resolution: Fixed > Spring Web Flow 1.0-rc3 > --- > > Key: MAVENUPLOAD-961 >

[jira] Commented: (MNG-2406) Add @since javadoc tags to plugin parameters

2006-06-28 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MNG-2406?page=comments#action_68483 ] Brett Porter commented on MNG-2406: --- this appears to use @parameter since="..." instead of just @since ... Can you confirm? > Add @since javadoc tags to plugin parameters > --

[jira] Created: (MAVENUPLOAD-961) Spring Web Flow 1.0-rc3

2006-06-28 Thread Ben Hale (JIRA)
Spring Web Flow 1.0-rc3 --- Key: MAVENUPLOAD-961 URL: http://jira.codehaus.org/browse/MAVENUPLOAD-961 Project: maven-upload-requests Type: Task Reporter: Ben Hale Spring Web Flow 1.0-rc3 release. -- This message is automatically generated

[jira] Commented: (MNG-2352) Upgrade to plexus-container-default-alpha-10

2006-06-28 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MNG-2352?page=comments#action_68482 ] Brett Porter commented on MNG-2352: --- I get a component lookup problem (which applying PLX-223 doesn't seem to fix) Caused by: org.codehaus.plexus.component.repository.exception.Compon

[jira] Reopened: (MJAR-20) Don't create empty jars

2006-06-28 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MJAR-20?page=all ] Brett Porter reopened MJAR-20: -- I have reverted r417029 as it caused a regression (integration tests 94, 89, 88, 85, 81, 77, 72, 43, 41, 30) Caused by: org.apache.maven.artifact.installer.ArtifactInsta

[jira] Commented: (MRELEASE-134) Release prepare fails with version ranges

2006-06-28 Thread Akbarr (JIRA)
[ http://jira.codehaus.org/browse/MRELEASE-134?page=comments#action_68480 ] Akbarr commented on MRELEASE-134: - This document: http://docs.codehaus.org/display/MAVEN/Dependency+Mediation+and+Conflict+Resolution#DependencyMediationandConflictResolution-Dependen

[jira] Commented: (MAVENUPLOAD-960) HtmlUnit 1.9 upload request

2006-06-28 Thread Marc Guillemot (JIRA)
[ http://jira.codehaus.org/browse/MAVENUPLOAD-960?page=comments#action_68479 ] Marc Guillemot commented on MAVENUPLOAD-960: the required library are tagged with required, the ones marked with test are only needed for testing htmlunit and all ma

[jira] Commented: (MNG-1908) snapshots not deployed using m2, or deployed with uniqueVersion = false are not updated if present locally

2006-06-28 Thread Claus M. Vagner (JIRA)
[ http://jira.codehaus.org/browse/MNG-1908?page=comments#action_68473 ] Claus M. Vagner commented on MNG-1908: -- Can I please get an update on this issue... I have ran into the problem with maven not updating the snapshot locally if present. The snapsho

[jira] Commented: (MAVENUPLOAD-960) HtmlUnit 1.9 upload request

2006-06-28 Thread Carlos Sanchez (JIRA)
[ http://jira.codehaus.org/browse/MAVENUPLOAD-960?page=comments#action_68474 ] Carlos Sanchez commented on MAVENUPLOAD-960: the maven 1 pom can have inside dependencies/properties provided (for the servlet api) runtime (only needed at runtime) t

[jira] Updated: (MSUREFIRE-134) Surefire finds test classes but ignores test methods and configuration methods with TestNG and includes tag

2006-06-28 Thread Jesse Kuhnert (JIRA)
[ http://jira.codehaus.org/browse/MSUREFIRE-134?page=all ] Jesse Kuhnert updated MSUREFIRE-134: Attachment: maven-surefire-plugin-patch.txt > Surefire finds test classes but ignores test methods and configuration > methods with TestNG and includes t

[jira] Commented: (MAVENUPLOAD-960) HtmlUnit 1.9 upload request

2006-06-28 Thread Marc Guillemot (JIRA)
[ http://jira.codehaus.org/browse/MAVENUPLOAD-960?page=comments#action_68471 ] Marc Guillemot commented on MAVENUPLOAD-960: As you guess are not all depencies need at runtime. How do you want the information? > HtmlUnit 1.9 upload request > ---

[jira] Commented: (CONTINUUM-741) Refactoring of "Add Projects" feature

2006-06-28 Thread Emmanuel Venisse (JIRA)
[ http://jira.codehaus.org/browse/CONTINUUM-741?page=comments#action_68470 ] Emmanuel Venisse commented on CONTINUUM-741: we'd can add a little workflow with multiple screens when user would can customize some informations like group, notifiers,

[jira] Created: (CONTINUUM-741) Refactoring of "Add Projects" feature

2006-06-28 Thread Emmanuel Venisse (JIRA)
Refactoring of "Add Projects" feature - Key: CONTINUUM-741 URL: http://jira.codehaus.org/browse/CONTINUUM-741 Project: Continuum Type: Improvement Components: Web interface, Core system Reporter: Emmanuel Venisse Fix

[jira] Commented: (MSUREFIRE-134) Surefire finds test classes but ignores test methods and configuration methods with TestNG and includes tag

2006-06-28 Thread Jesse Kuhnert (JIRA)
[ http://jira.codehaus.org/browse/MSUREFIRE-134?page=comments#action_68466 ] Jesse Kuhnert commented on MSUREFIRE-134: - Damn my luck. I seem to be hitting the same wall. I have debugged the problem extensively and find that it is probably the result

[jira] Commented: (MSUREFIRE-134) Surefire finds test classes but ignores test methods and configuration methods with TestNG and includes tag

2006-06-28 Thread Jesse Kuhnert (JIRA)
[ http://jira.codehaus.org/browse/MSUREFIRE-134?page=comments#action_68468 ] Jesse Kuhnert commented on MSUREFIRE-134: - P.S. The patch referenced in MSUREFIRE-117 isn't an actual fix for the problem. > Surefire finds test classes but ignores test m

[jira] Commented: (CONTINUUM-542) Reimplement authentication management

2006-06-28 Thread Emmanuel Venisse (JIRA)
[ http://jira.codehaus.org/browse/CONTINUUM-542?page=comments#action_68467 ] Emmanuel Venisse commented on CONTINUUM-542: carlos will look at acegi integration. jason will look at openqa sass integration > Reimplement authentication management >

[jira] Created: (CONTINUUM-740) Replace JDO/JPOX

2006-06-28 Thread Emmanuel Venisse (JIRA)
Replace JDO/JPOX Key: CONTINUUM-740 URL: http://jira.codehaus.org/browse/CONTINUUM-740 Project: Continuum Type: Task Components: Database Reporter: Emmanuel Venisse Fix For: 1.1 We'll look at JPA as a substitute. -- This message is

[jira] Reopened: (MAVENUPLOAD-960) HtmlUnit 1.9 upload request

2006-06-28 Thread Carlos Sanchez (JIRA)
[ http://jira.codehaus.org/browse/MAVENUPLOAD-960?page=all ] Carlos Sanchez reopened MAVENUPLOAD-960: Assign To: (was: Carlos Sanchez) I'd need to know which of the dependencies are only needed at build time, which only needed for test

[jira] Closed: (MAVENUPLOAD-960) HtmlUnit 1.9 upload request

2006-06-28 Thread Carlos Sanchez (JIRA)
[ http://jira.codehaus.org/browse/MAVENUPLOAD-960?page=all ] Carlos Sanchez closed MAVENUPLOAD-960: -- Assign To: Carlos Sanchez Resolution: Fixed > HtmlUnit 1.9 upload request > --- > > Key: MAVENUPLOAD-960

[jira] Closed: (CONTINUUM-435) wrong build result icon displayed on the show projects page

2006-06-28 Thread Emmanuel Venisse (JIRA)
[ http://jira.codehaus.org/browse/CONTINUUM-435?page=all ] Emmanuel Venisse closed CONTINUUM-435: -- Assign To: Emmanuel Venisse Resolution: Duplicate > wrong build result icon displayed on the show projects page > -

[jira] Closed: (CONTINUUM-100) Add the ability to force a build

2006-06-28 Thread Emmanuel Venisse (JIRA)
[ http://jira.codehaus.org/browse/CONTINUUM-100?page=all ] Emmanuel Venisse closed CONTINUUM-100: -- > Add the ability to force a build > > > Key: CONTINUUM-100 > URL: http://jira.codehaus.org/browse

[jira] Commented: (MPLUGIN-1) Maven fails while developing plugin with 1.5 compliant sources

2006-06-28 Thread Jurgen De Landsheer (JIRA)
[ http://jira.codehaus.org/browse/MPLUGIN-1?page=comments#action_68462 ] Jurgen De Landsheer commented on MPLUGIN-1: --- qdox doesn't support any annotation another problem is generic maps Map for example breaks during jar creation/installation of a

[jira] Closed: (CONTINUUM-662) "Show Projects" page shows a "Build Error" icon, but clicking on the "Build" number link, the State is "Build Success".

2006-06-28 Thread Emmanuel Venisse (JIRA)
[ http://jira.codehaus.org/browse/CONTINUUM-662?page=all ] Emmanuel Venisse closed CONTINUUM-662: -- Assign To: Emmanuel Venisse Resolution: Duplicate Fix Version: (was: 1.1) > "Show Projects" page shows a "Build Error" icon, but c

[jira] Commented: (MPLUGIN-21) Use of Java 5 annotations in Mojos produce error in QDox Parser

2006-06-28 Thread Jurgen De Landsheer (JIRA)
[ http://jira.codehaus.org/browse/MPLUGIN-21?page=comments#action_68461 ] Jurgen De Landsheer commented on MPLUGIN-21: is a copy of http://jira.codehaus.org/browse/MPLUGIN-1 > Use of Java 5 annotations in Mojos produce error in QDox Parser >

[jira] Closed: (CONTINUUM-472) wrong UI for ant based projects

2006-06-28 Thread Emmanuel Venisse (JIRA)
[ http://jira.codehaus.org/browse/CONTINUUM-472?page=all ] Emmanuel Venisse closed CONTINUUM-472: -- Assign To: Emmanuel Venisse Resolution: Fixed Fix Version: (was: 1.1) 1.0.3 > wrong UI for ant based projects > -

[jira] Updated: (MECLIPSE-121) Adding extra .classpath entries (making xmlbeans work with maven-eclipse-plugin)

2006-06-28 Thread erwin (JIRA)
[ http://jira.codehaus.org/browse/MECLIPSE-121?page=all ] erwin updated MECLIPSE-121: --- Attachment: patch-maven-eclipse-plugin-2.2-classpathentries.txt > Adding extra .classpath entries (making xmlbeans work with > maven-eclipse-plugin) > -

[jira] Updated: (CONTINUUM-383) Build Status Notification Information Promotion

2006-06-28 Thread Emmanuel Venisse (JIRA)
[ http://jira.codehaus.org/browse/CONTINUUM-383?page=all ] Emmanuel Venisse updated CONTINUUM-383: --- Component: Mail Notifier > Build Status Notification Information Promotion > > > Key: CON

[jira] Updated: (CONTINUUM-347) document push build technique by project id

2006-06-28 Thread Emmanuel Venisse (JIRA)
[ http://jira.codehaus.org/browse/CONTINUUM-347?page=all ] Emmanuel Venisse updated CONTINUUM-347: --- Component: Documentation > document push build technique by project id > --- > > Key: CONTINUUM-347

[jira] Updated: (CONTINUUM-473) project breadcrumbs

2006-06-28 Thread Emmanuel Venisse (JIRA)
[ http://jira.codehaus.org/browse/CONTINUUM-473?page=all ] Emmanuel Venisse updated CONTINUUM-473: --- Fix Version: (was: 1.1) > project breadcrumbs > --- > > Key: CONTINUUM-473 > URL: http://jira.codehaus.org/bro

[jira] Updated: (CONTINUUM-474) shortcut URLs

2006-06-28 Thread Emmanuel Venisse (JIRA)
[ http://jira.codehaus.org/browse/CONTINUUM-474?page=all ] Emmanuel Venisse updated CONTINUUM-474: --- Fix Version: (was: 1.1) > shortcut URLs > - > > Key: CONTINUUM-474 > URL: http://jira.codehaus.org/browse/CONTINUU

[jira] Updated: (CONTINUUM-45) ability to use snapshot versions instead

2006-06-28 Thread Emmanuel Venisse (JIRA)
[ http://jira.codehaus.org/browse/CONTINUUM-45?page=all ] Emmanuel Venisse updated CONTINUUM-45: -- Fix Version: (was: 1.1) Component: Core system > ability to use snapshot versions instead > > >

[jira] Updated: (CONTINUUM-659) svn authorisation parameters not initially extracted from pom.xml

2006-06-28 Thread Emmanuel Venisse (JIRA)
[ http://jira.codehaus.org/browse/CONTINUUM-659?page=all ] Emmanuel Venisse updated CONTINUUM-659: --- Component: SCM > svn authorisation parameters not initially extracted from pom.xml > ---

[jira] Updated: (CONTINUUM-693) Should have different "queued for build" icons for forced vs. scheduled.

2006-06-28 Thread Emmanuel Venisse (JIRA)
[ http://jira.codehaus.org/browse/CONTINUUM-693?page=all ] Emmanuel Venisse updated CONTINUUM-693: --- Component: Web interface > Should have different "queued for build" icons for forced vs. scheduled. > --

[jira] Updated: (CONTINUUM-674) wrong encoding in info page of module

2006-06-28 Thread Emmanuel Venisse (JIRA)
[ http://jira.codehaus.org/browse/CONTINUUM-674?page=all ] Emmanuel Venisse updated CONTINUUM-674: --- Component: Web interface > wrong encoding in info page of module > - > > Key: CONTINUUM-674 >

[jira] Updated: (CONTINUUM-418) RSS feed for build status

2006-06-28 Thread Emmanuel Venisse (JIRA)
[ http://jira.codehaus.org/browse/CONTINUUM-418?page=all ] Emmanuel Venisse updated CONTINUUM-418: --- Component: Web interface > RSS feed for build status > - > > Key: CONTINUUM-418 > URL: http://jira.codehau

[jira] Updated: (CONTINUUM-727) Allow Continuum to work with the release plugin to perform the official release

2006-06-28 Thread Emmanuel Venisse (JIRA)
[ http://jira.codehaus.org/browse/CONTINUUM-727?page=all ] Emmanuel Venisse updated CONTINUUM-727: --- Component: Core system > Allow Continuum to work with the release plugin to perform the official > release > --

[jira] Updated: (CONTINUUM-344) Complains about not finding m2 and then builds successfully

2006-06-28 Thread Emmanuel Venisse (JIRA)
[ http://jira.codehaus.org/browse/CONTINUUM-344?page=all ] Emmanuel Venisse updated CONTINUUM-344: --- Component: Core system > Complains about not finding m2 and then builds successfully > --- >

[jira] Updated: (CONTINUUM-354) Need a way to poll for new projects

2006-06-28 Thread Emmanuel Venisse (JIRA)
[ http://jira.codehaus.org/browse/CONTINUUM-354?page=all ] Emmanuel Venisse updated CONTINUUM-354: --- Component: Core system > Need a way to poll for new projects > --- > > Key: CONTINUUM-354 > URL: h

[jira] Commented: (MECLIPSE-111) Additional webResources are not added to the component list when using WTP projects generation

2006-06-28 Thread Alexandre Poitras (JIRA)
[ http://jira.codehaus.org/browse/MECLIPSE-111?page=comments#action_68459 ] Alexandre Poitras commented on MECLIPSE-111: One problem with this approach is that it doesn't care about settings coming from the parent. I think it is just an example o

[jira] Updated: (CONTINUUM-341) times should display the timezone and be a configurable format

2006-06-28 Thread Emmanuel Venisse (JIRA)
[ http://jira.codehaus.org/browse/CONTINUUM-341?page=all ] Emmanuel Venisse updated CONTINUUM-341: --- Assign To: (was: nik gonzalez) Component: Web interface > times should display the timezone and be a configurable format > -

[jira] Updated: (CONTINUUM-458) Trigger scripts ?

2006-06-28 Thread Emmanuel Venisse (JIRA)
[ http://jira.codehaus.org/browse/CONTINUUM-458?page=all ] Emmanuel Venisse updated CONTINUUM-458: --- Component: XMLRPC Interface Documentation > Trigger scripts ? > -- > > Key: CONTINUUM-458 > URL: h

[jira] Updated: (CONTINUUM-46) view the build schedule

2006-06-28 Thread Emmanuel Venisse (JIRA)
[ http://jira.codehaus.org/browse/CONTINUUM-46?page=all ] Emmanuel Venisse updated CONTINUUM-46: -- Component: Web interface > view the build schedule > --- > > Key: CONTINUUM-46 > URL: http://jira.codehaus.org/br

[jira] Updated: (CONTINUUM-665) exceptions during startup and shutdown

2006-06-28 Thread Emmanuel Venisse (JIRA)
[ http://jira.codehaus.org/browse/CONTINUUM-665?page=all ] Emmanuel Venisse updated CONTINUUM-665: --- Component: Database > exceptions during startup and shutdown > -- > > Key: CONTINUUM-665 > URL

[jira] Updated: (CONTINUUM-150) Continuum site needs screenshots

2006-06-28 Thread Emmanuel Venisse (JIRA)
[ http://jira.codehaus.org/browse/CONTINUUM-150?page=all ] Emmanuel Venisse updated CONTINUUM-150: --- Component: Documentation > Continuum site needs screenshots > > > Key: CONTINUUM-150 > URL: http:

[jira] Updated: (CONTINUUM-530) HTML encode the build output

2006-06-28 Thread Emmanuel Venisse (JIRA)
[ http://jira.codehaus.org/browse/CONTINUUM-530?page=all ] Emmanuel Venisse updated CONTINUUM-530: --- Component: Web interface > HTML encode the build output > > > Key: CONTINUUM-530 > URL: http://jira.c

[jira] Updated: (CONTINUUM-563) integrate core gbuild distributed builds

2006-06-28 Thread Emmanuel Venisse (JIRA)
[ http://jira.codehaus.org/browse/CONTINUUM-563?page=all ] Emmanuel Venisse updated CONTINUUM-563: --- Component: Core system > integrate core gbuild distributed builds > > > Key: CONTINUUM-563 >

[jira] Updated: (CONTINUUM-662) "Show Projects" page shows a "Build Error" icon, but clicking on the "Build" number link, the State is "Build Success".

2006-06-28 Thread Emmanuel Venisse (JIRA)
[ http://jira.codehaus.org/browse/CONTINUUM-662?page=all ] Emmanuel Venisse updated CONTINUUM-662: --- Component: Web interface > "Show Projects" page shows a "Build Error" icon, but clicking on the "Build" > number link, the State is "Build Success"

[jira] Updated: (CONTINUUM-409) Email notifications could still include build stats when includeBuildResult is false

2006-06-28 Thread Emmanuel Venisse (JIRA)
[ http://jira.codehaus.org/browse/CONTINUUM-409?page=all ] Emmanuel Venisse updated CONTINUUM-409: --- Component: Mail Notifier > Email notifications could still include build stats when includeBuildResult > is false > ---

[jira] Closed: (CONTINUUM-379) Build from fresh checkout option

2006-06-28 Thread Emmanuel Venisse (JIRA)
[ http://jira.codehaus.org/browse/CONTINUUM-379?page=all ] Emmanuel Venisse closed CONTINUUM-379: -- Resolution: Duplicate Fix Version: (was: 1.1) > Build from fresh checkout option > > > Key: CO

[jira] Closed: (CONTINUUM-568) Need to be able to schedule forced builds

2006-06-28 Thread Emmanuel Venisse (JIRA)
[ http://jira.codehaus.org/browse/CONTINUUM-568?page=all ] Emmanuel Venisse closed CONTINUUM-568: -- Assign To: Emmanuel Venisse Resolution: Duplicate Fix Version: (was: 1.1) > Need to be able to schedule forced builds > --

[jira] Created: (MECLIPSE-121) Adding extra .classpath entries (making xmlbeans work with maven-eclipse-plugin)

2006-06-28 Thread erwin (JIRA)
Adding extra .classpath entries (making xmlbeans work with maven-eclipse-plugin) Key: MECLIPSE-121 URL: http://jira.codehaus.org/browse/MECLIPSE-121 Project: Maven 2.x Eclipse Plugin Typ

[jira] Updated: (CONTINUUM-536) Show the elapsed time in addition to the start and end times.

2006-06-28 Thread Emmanuel Venisse (JIRA)
[ http://jira.codehaus.org/browse/CONTINUUM-536?page=all ] Emmanuel Venisse updated CONTINUUM-536: --- Component: Web interface > Show the elapsed time in addition to the start and end times. > -

[jira] Updated: (CONTINUUM-721) JDO Deadlock stack whilst removing a POM

2006-06-28 Thread Emmanuel Venisse (JIRA)
[ http://jira.codehaus.org/browse/CONTINUUM-721?page=all ] Emmanuel Venisse updated CONTINUUM-721: --- Component: Database Core system > JDO Deadlock stack whilst removing a POM > > > Ke

[jira] Updated: (CONTINUUM-464) cannot use a build.xml file in a folder

2006-06-28 Thread Emmanuel Venisse (JIRA)
[ http://jira.codehaus.org/browse/CONTINUUM-464?page=all ] Emmanuel Venisse updated CONTINUUM-464: --- Component: Core system > cannot use a build.xml file in a folder > --- > > Key: CONTINUUM-464 >

[jira] Closed: (CONTINUUM-459) ANT projects ask for POM and Goals when adding build definition

2006-06-28 Thread Emmanuel Venisse (JIRA)
[ http://jira.codehaus.org/browse/CONTINUUM-459?page=all ] Emmanuel Venisse closed CONTINUUM-459: -- Assign To: Emmanuel Venisse Resolution: Fixed Fix Version: (was: 1.1) 1.0.3 > ANT projects ask for POM and Goals

[jira] Updated: (MWAR-55) Overlay war can overwrite main project web.xml

2006-06-28 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MWAR-55?page=all ] Brett Porter updated MWAR-55: - Version: (was: 2.1) 2.0.1 > Overlay war can overwrite main project web.xml > -- > > Key: MWAR-55 >

[jira] Updated: (CONTINUUM-332) Notification message includes the test-report log file of the failed test case.

2006-06-28 Thread Emmanuel Venisse (JIRA)
[ http://jira.codehaus.org/browse/CONTINUUM-332?page=all ] Emmanuel Venisse updated CONTINUUM-332: --- Fix Version: (was: 1.1) Component: Mail Notifier > Notification message includes the test-report log file of the failed test > case. > --

[jira] Closed: (CONTINUUM-582) Error in detecting chagnes

2006-06-28 Thread Emmanuel Venisse (JIRA)
[ http://jira.codehaus.org/browse/CONTINUUM-582?page=all ] Emmanuel Venisse closed CONTINUUM-582: -- Assign To: Emmanuel Venisse Resolution: Cannot Reproduce Fix Version: (was: 1.1) Reopen it if you can reproduce it and add more in

[jira] Updated: (CONTINUUM-515) Add a wait page when adding a project

2006-06-28 Thread Emmanuel Venisse (JIRA)
[ http://jira.codehaus.org/browse/CONTINUUM-515?page=all ] Emmanuel Venisse updated CONTINUUM-515: --- Component: Web interface > Add a wait page when adding a project > - > > Key: CONTINUUM-515 >

[jira] Updated: (CONTINUUM-513) Implement 'remember me' in the web interface

2006-06-28 Thread Emmanuel Venisse (JIRA)
[ http://jira.codehaus.org/browse/CONTINUUM-513?page=all ] Emmanuel Venisse updated CONTINUUM-513: --- Component: Web interface > Implement 'remember me' in the web interface > > > Key: CONTINUUM-5

[jira] Updated: (CONTINUUM-542) Reimplement authentication management

2006-06-28 Thread Emmanuel Venisse (JIRA)
[ http://jira.codehaus.org/browse/CONTINUUM-542?page=all ] Emmanuel Venisse updated CONTINUUM-542: --- Component: Web interface > Reimplement authentication management > - > > Key: CONTINUUM-542 >

  1   2   >