[jira] Commented: (MAVEN-1459) misleading error message

2004-10-23 Thread jira
The following comment has been added to this issue: Author: Brett Porter Created: Sat, 23 Oct 2004 11:30 PM Body: need to track whether inside a goal already, so attainGoal is illegal outside of a goal or preGoal. -

[jira] Closed: (MAVEN-1465) Incorrect transformation of xdoc xml file to HTML file

2004-10-23 Thread jira
Message: The following issue has been closed. Resolver: Brett Porter Date: Sat, 23 Oct 2004 10:30 PM need a complete test case project for this. I followed the steps, and got it correctly as xdoc.html in target/docs and target/app-1.0/bin/docs --

[jira] Closed: (MAVEN-1442) Add transitive dependencies entry to faq (with patch)

2004-10-23 Thread jira
Message: The following issue has been closed. - View the issue: http://jira.codehaus.org/browse/MAVEN-1442 Here is an overview of the issue: - Key:

[jira] Updated: (MAVEN-1468) [PATCH] Add all mailing lists to Maven's main site

2004-10-23 Thread jira
The following issue has been updated: Updater: Brett Porter (mailto:[EMAIL PROTECTED]) Date: Sat, 23 Oct 2004 10:16 PM Comment: not so sure about doing this just yet until we get the proper TLP site set up Changes: assignee changed to Brett Porter Fix V

[jira] Closed: (MAVEN-1443) Fixed some old doc (with patch)

2004-10-23 Thread jira
Message: The following issue has been closed. - View the issue: http://jira.codehaus.org/browse/MAVEN-1443 Here is an overview of the issue: - Key:

[jira] Closed: (MAVEN-1363) Reactor goal attribute does not have whitespace trimmed from comma-delimited goal-names

2004-10-23 Thread jira
Message: The following issue has been closed. - View the issue: http://jira.codehaus.org/browse/MAVEN-1363 Here is an overview of the issue: - Key:

[jira] Closed: (MAVEN-1409) add description of default bootstrap target

2004-10-23 Thread jira
Message: The following issue has been closed. Resolver: Brett Porter Date: Sat, 23 Oct 2004 9:57 PM applied - View the issue: http://jira.codehaus.org/browse/MAVEN-1409 Here is an overview of the issue: -

[jira] Closed: (MAVEN-1424) maven -p with a non-existant pom file results in BUILD SUCCESSFUL

2004-10-23 Thread jira
Message: The following issue has been closed. Resolver: Brett Porter Date: Sat, 23 Oct 2004 9:53 PM applied with modifications - View the issue: http://jira.codehaus.org/browse/MAVEN-1424 Here is an overview of t

cvs commit: maven/xdocs faq.fml

2004-10-23 Thread brett
brett 2004/10/23 19:17:15 Modified:xdocsTag: MAVEN-1_0-BRANCH faq.fml Log: PR: MAVEN-1442 Submitted by: Carlos Sanchez Add transitive dependencies FAQ Revision ChangesPath No revision No revision 1.5.4.10 +7 -0 maven

cvs commit: maven/xdocs features.xml index.xml

2004-10-23 Thread brett
brett 2004/10/23 19:12:42 Modified:xdocsTag: MAVEN-1_0-BRANCH features.xml index.xml Log: PR: MAVEN-1443 Submitted by: Carlos Sanchez old doco changes Revision ChangesPath No revision No revision 1.12.10.2 +3 -2 maven

cvs commit: maven/src/test/touchstone-build maven.xml

2004-10-23 Thread brett
brett 2004/10/23 19:07:31 Modified:src/java/org/apache/maven Tag: MAVEN-1_0-BRANCH MavenUtils.java src/test/touchstone-build Tag: MAVEN-1_0-BRANCH maven.xml Log: PR: MAVEN-1363 trim goal list in reactor Revision ChangesPath No

cvs commit: maven build-bootstrap.xml

2004-10-23 Thread brett
brett 2004/10/23 18:55:05 Modified:.Tag: MAVEN-1_0-BRANCH build-bootstrap.xml Log: PR: MAVEN-1409 Submitted by: Brant Gurganus add description to bootstrap target Revision ChangesPath No revision No revision 1.212.2.17

cvs commit: maven/src/java/org/apache/maven/cli App.java

2004-10-23 Thread brett
brett 2004/10/23 18:53:20 Modified:src/java/org/apache/maven/cli Tag: MAVEN-1_0-BRANCH App.java Log: PR: MAVEN-1424 Submitted by: Felipe Leme Reviewed by: Brett Porter build fails if file given by -p doesn't exist Revision ChangesPath No revisio

cvs commit: maven-plugins/eclipse/src/plugin-test maven.xml

2004-10-23 Thread felipeal
felipeal2004/10/23 08:52:51 Modified:eclipse/src/plugin-test maven.xml Log: ECLIPSE-52: changed the test to handle the situation where cactus plugin is not installed Revision ChangesPath 1.20 +15 -1 maven-plugins/eclipse/src/plugin-test/maven.xml Index: mav

Re: cvs commit: maven-plugins/eclipse/xdocs changes.xml

2004-10-23 Thread Felipe Leme
Good catch, it doesn't :-( I will change the test to check for both cases... On Fri, 2004-10-22 at 21:24, Brett Porter wrote: > Does this test still pass if the Cactus plugin is not installed? - To unsubscribe, e-mail: [EMAIL

Re: 1.0.1 release

2004-10-23 Thread Emmanuel Venisse
Thanks. - Original Message - From: "Brett Porter" <[EMAIL PROTECTED]> To: "Maven Developers List" <[EMAIL PROTECTED]> Sent: Saturday, October 23, 2004 2:47 PM Subject: Re: 1.0.1 release > Done. > > Emmanuel Venisse wrote: > > >I'll make it. But not now, I don't have the time. > > > >E

[ANN] Maven WAR Plugin 1.6.1 released

2004-10-23 Thread brett
The maven team is pleased to announce the Maven WAR Plugin 1.6.1 release! http://maven.apache.org/reference/plugins/war/ War Plugin for Maven Changes in this version include: Fixed bugs: o Removed attribute update=truefrom ant:jarcall, so now a fresh WAR is created on each run. Issue: M

cvs commit: maven-plugins/war/xdocs changes.xml

2004-10-23 Thread brett
brett 2004/10/23 05:50:53 Modified:war project.xml war/xdocs changes.xml Log: [maven-scm-plugin] prepare release 1.6.1 Revision ChangesPath 1.30 +6 -1 maven-plugins/war/project.xml Index: project.xml =

[ANN] Maven Jalopy Plugin 1.3.1 released

2004-10-23 Thread brett
The maven team is pleased to announce the Maven Jalopy Plugin 1.3.1 release! http://maven.apache.org/reference/plugins/jalopy/ Changes in this version include: Changes: o Matchs Jalopy and checkstyle. Issue: MPJALOPY-3. o Allows multiple includes/excludes patterns. Issue: MPJALOPY-6. T

Re: 1.0.1 release

2004-10-23 Thread Brett Porter
Done. Emmanuel Venisse wrote: I'll make it. But not now, I don't have the time. Emmanuel - Original Message - From: "Brett Porter" <[EMAIL PROTECTED]> To: "Maven Developers List" <[EMAIL PROTECTED]> Sent: Wednesday, October 13, 2004 2:17 PM Subject: Re: 1.0.1 release Emmanuel, Do you m

cvs commit: maven-plugins/jalopy/xdocs changes.xml

2004-10-23 Thread brett
brett 2004/10/23 05:45:48 Modified:jalopy project.xml jalopy/xdocs changes.xml Log: [maven-scm-plugin] prepare release 1.3.1 Revision ChangesPath 1.39 +6 -1 maven-plugins/jalopy/project.xml Index: project.xml ===

cvs commit: maven-plugins/jellydoc/xdocs changes.xml

2004-10-23 Thread brett
brett 2004/10/23 05:43:38 Modified:jellydoc project.xml jellydoc/xdocs changes.xml Log: [maven-scm-plugin] prepare release 1.3.1 Revision ChangesPath 1.33 +6 -1 maven-plugins/jellydoc/project.xml Index: project.xml ===

cvs commit: maven-plugins/file-activity/xdocs changes.xml

2004-10-23 Thread brett
brett 2004/10/23 05:41:06 Modified:file-activity project.xml file-activity/xdocs changes.xml Log: [maven-scm-plugin] prepare release 1.5.1 Revision ChangesPath 1.34 +6 -1 maven-plugins/file-activity/project.xml Index: project.xml

cvs commit: maven-plugins/developer-activity/xdocs changes.xml

2004-10-23 Thread brett
brett 2004/10/23 05:39:56 Modified:developer-activity project.xml developer-activity/xdocs changes.xml Log: [maven-scm-plugin] prepare release 1.5.1 Revision ChangesPath 1.34 +6 -1 maven-plugins/developer-activity/project.xml Index: project

[ANN] Maven Site Plugin 1.5.2 released

2004-10-23 Thread brett
The maven team is pleased to announce the Maven Site Plugin 1.5.2 release! http://maven.apache.org/reference/plugins/site/ Generate web site. Changes in this version include: Changes: o Allow tar options as a property Issue: MPSITE-15. Thanks to M. Sean Gilligan. To automatically ins

cvs commit: maven-plugins/site/xdocs changes.xml

2004-10-23 Thread brett
brett 2004/10/23 05:16:11 Modified:site project.xml site/xdocs changes.xml Log: [maven-scm-plugin] prepare release 1.5.2 Revision ChangesPath 1.39 +6 -1 maven-plugins/site/project.xml Index: project.xml ===

cvs commit: maven-plugins/xdoc project.xml

2004-10-23 Thread brett
brett 2004/10/23 05:11:51 Modified:artifact project.xml cruisecontrol project.xml developer-activity project.xml file-activity project.xml idea project.xml itestproject.xml jar projec

cvs commit: maven-plugins/release/xdocs changes.xml

2004-10-23 Thread brett
brett 2004/10/23 05:07:59 Modified:release project.xml release/xdocs changes.xml Log: [maven-scm-plugin] prepare release 1.4.1 Revision ChangesPath 1.37 +6 -1 maven-plugins/release/project.xml Index: project.xml =

[ANN] Maven JXR Plug-in 1.4.2 released

2004-10-23 Thread brett
The maven team is pleased to announce the Maven JXR Plug-in 1.4.2 release! http://maven.apache.org/reference/plugins/jxr/ Create cross reference. Requires Maven 1.0 RC2. Changes in this version include: Fixed bugs: o Support enum types in Java 5.0 Issue: MPJXR-19. Thanks to Stephen Scaring

cvs commit: maven-plugins/jxr/xdocs changes.xml

2004-10-23 Thread brett
brett 2004/10/23 05:01:53 Modified:jxr project.xml jxr/xdocs changes.xml Log: [maven-scm-plugin] prepare release 1.4.2 Revision ChangesPath 1.47 +6 -1 maven-plugins/jxr/project.xml Index: project.xml =

cvs commit: maven-plugins/jxr/src/main/org/apache/maven/jxr/pacman JavaFileImpl.java

2004-10-23 Thread brett
brett 2004/10/23 05:01:16 Modified:jxr/src/main/org/apache/maven/jxr/pacman JavaFileImpl.java Log: handle enums in Java 5.0 Revision ChangesPath 1.6 +3 -2 maven-plugins/jxr/src/main/org/apache/maven/jxr/pacman/JavaFileImpl.java Index: JavaFileImpl.java

[ANN] Maven Html2XDoc Plug-in 1.3.1 released

2004-10-23 Thread brett
The maven team is pleased to announce the Maven Html2XDoc Plug-in 1.3.1 release! http://maven.apache.org/reference/plugins/html2xdoc/ Creates XDoc documentation from normal HTML documentation. Changes in this version include: Fixed bugs: o Fix crash with an empty html body element. Ch

cvs commit: maven-plugins/html2xdoc/xdocs changes.xml

2004-10-23 Thread brett
brett 2004/10/23 04:50:31 Modified:html2xdoc project.xml html2xdoc/xdocs changes.xml Log: [maven-scm-plugin] prepare release 1.3.1 Revision ChangesPath 1.35 +6 -1 maven-plugins/html2xdoc/project.xml Index: project.xml

[ANN] Maven JIRA Plug-in 1.1.2 released

2004-10-23 Thread brett
The maven team is pleased to announce the Maven JIRA Plug-in 1.1.2 release! http://maven.apache.org/reference/plugins/jira/ This plugin download issues from Jira and create a report. Changes in this version include: Fixed bugs: o Fix jira downloading url for some jira instance like Apache.

cvs commit: maven-plugins/jira/xdocs changes.xml

2004-10-23 Thread brett
brett 2004/10/23 04:35:03 Modified:jira project.xml jira/xdocs changes.xml Log: [maven-scm-plugin] prepare release 1.1.2 Revision ChangesPath 1.13 +6 -1 maven-plugins/jira/project.xml Index: project.xml ===

cvs commit: maven-plugins/j2ee/xdocs changes.xml

2004-10-23 Thread brett
brett 2004/10/23 04:30:09 Modified:j2ee project.xml j2ee/xdocs changes.xml Log: [maven-scm-plugin] prepare release 1.5.1 Revision ChangesPath 1.40 +6 -1 maven-plugins/j2ee/project.xml Index: project.xml ===

[ANN] Maven Changes Plugin 1.5.1 released

2004-10-23 Thread brett
The maven team is pleased to announce the Maven Changes Plugin 1.5.1 release! http://maven.apache.org/reference/plugins/changes/ Changes in this version include: Fixed bugs: o Fixed typo in changes.xml example on plugin web site. Issue: MPCHANGES-20. o Close output file in ReleaseVersion.

cvs commit: maven-plugins/changes/xdocs changes.xml

2004-10-23 Thread brett
brett 2004/10/23 04:08:54 Modified:changes project.xml changes/xdocs changes.xml Log: [maven-scm-plugin] prepare release 1.5.1 Revision ChangesPath 1.35 +6 -1 maven-plugins/changes/project.xml Index: project.xml =

[jira] Updated: (MPCHANGES-14) Allow entries to be sorted by action type.

2004-10-23 Thread jira
The following issue has been updated: Updater: Brett Porter (mailto:[EMAIL PROTECTED]) Date: Sat, 23 Oct 2004 7:09 AM Changes: Fix Version changed to 1.6 Fix Version changed from 1.5.1

[jira] Updated: (MPCHANGES-16) Add multiple issue support to issues action attributes

2004-10-23 Thread jira
The following issue has been updated: Updater: Brett Porter (mailto:[EMAIL PROTECTED]) Date: Sat, 23 Oct 2004 7:10 AM Changes: Fix Version changed to 1.6 Fix Version changed from 1.5.1

[jira] Updated: (MPCHANGES-15) Add multiple author support to dev, due-to, and due-to-email action attributes

2004-10-23 Thread jira
The following issue has been updated: Updater: Brett Porter (mailto:[EMAIL PROTECTED]) Date: Sat, 23 Oct 2004 7:10 AM Changes: Fix Version changed to 1.6 Fix Version changed from 1.5.1

[jira] Commented: (MPDASHBOARD-6) dashboard report not compatible with multiproject plugin

2004-10-23 Thread jira
The following comment has been added to this issue: Author: Havard Bjastad Created: Sat, 23 Oct 2004 5:39 AM Body: I have the same problem as Ryan. I have a flat project structure, all subprojects inherit from the main project, and dashboard runs the reactor for each subproject.

[jira] Closed: (MAVEN-1430) Initialization failure - ContentValidator missing

2004-10-23 Thread jira
Message: The following issue has been closed. Resolver: Brett Porter Date: Sat, 23 Oct 2004 3:58 AM do you have a sample project that exhibits this behaviour? - View the issue: http://jira.codehaus.org/browse/MAVE

[jira] Closed: (MAVEN-1349) multiproject:install probleam attaining to copy jar file to the local repository

2004-10-23 Thread jira
Message: The following issue has been closed. Resolver: Brett Porter Date: Sat, 23 Oct 2004 3:52 AM duplicate of MAVEN-1459 - View the issue: http://jira.codehaus.org/browse/MAVEN-1349 Here is an overview of the

cvs commit: maven/src/test/java/org/apache/maven/util ExpandTest.java StringInputStreamTest.java

2004-10-23 Thread brett
brett 2004/10/23 00:50:01 Removed: src/test/java/org/apache/maven/ant MavenTaskTest.java src/test/java/org/apache/maven/app MavenTest.java src/test/java/org/apache/maven/cli AppTest.java CLIManagerTest.java src/test/j

[jira] Updated: (MAVEN-1403) NPE in Maven when running tests

2004-10-23 Thread jira
The following issue has been updated: Updater: Brett Porter (mailto:[EMAIL PROTECTED]) Date: Sat, 23 Oct 2004 3:46 AM Comment: do you have a test project that reproduces this? Changes: Fix Version changed to 1.0.1

[jira] Closed: (MAVEN-573) bootstrap failed when language setting is Chinese (Hong Kong S.A.R.)

2004-10-23 Thread jira
Message: The following issue has been closed. - View the issue: http://jira.codehaus.org/browse/MAVEN-573 Here is an overview of the issue: - Key:

[jira] Updated: (MAVEN-1444) silent failure of Ant taskdef/typedef classloader mix up

2004-10-23 Thread jira
The following issue has been updated: Updater: Brett Porter (mailto:[EMAIL PROTECTED]) Date: Sat, 23 Oct 2004 3:43 AM Changes: Fix Version changed to 1.0.1 - For a full history of the issue, see:

cvs commit: maven/src/test/java/org/apache/maven/ant MavenTaskTest.java

2004-10-23 Thread brett
brett 2004/10/23 00:33:50 Removed: src/test/java/org/apache/maven/ant Tag: MAVEN-1_0-BRANCH MavenTaskTest.java Log: PR: MAVEN-573 remove useless junitdoclet test that breaks build on non-US character sets --

[jira] Commented: (MAVEN-1471) java.lang.NullPointerException when running multiproject

2004-10-23 Thread jira
The following comment has been added to this issue: Author: Brett Porter Created: Sat, 23 Oct 2004 3:32 AM Body: can you provide any sections in the project.xml files involved in the build. - View this comment:

[jira] Updated: (MAVEN-1420) Maven shared via Samba-Share

2004-10-23 Thread jira
The following issue has been updated: Updater: Brett Porter (mailto:[EMAIL PROTECTED]) Date: Sat, 23 Oct 2004 3:24 AM Changes: Fix Version changed to 1.0.1 - For a full history of the issue, see:

[jira] Updated: (MAVEN-1452) Documentation: Windows Repository: Maven Repository, Roaming Profiles

2004-10-23 Thread jira
The following issue has been updated: Updater: Brett Porter (mailto:[EMAIL PROTECTED]) Date: Sat, 23 Oct 2004 3:21 AM Changes: assignee changed from Jason van Zyl to Brett Porter Fix Version changed to 1.0.1 -

[jira] Closed: (MAVEN-1318) validation-global.xml and validation.xml

2004-10-23 Thread jira
Message: The following issue has been closed. Resolver: Brett Porter Date: Sat, 23 Oct 2004 3:21 AM I don't understand the first part of this - it seems unrelated to maven. The warning you saw later is just a warning, not a problem. -

[jira] Closed: (MAVEN-1450) jsl:template Property 'match' has no write method

2004-10-23 Thread jira
Message: The following issue has been closed. Resolver: Brett Porter Date: Sat, 23 Oct 2004 3:18 AM this would be incompatible versions of jelly, as per the FAQ. hopefully, this will become less of an issue in maven 1.1. the only alternative is to synchronize versions across proje

[jira] Updated: (MAVEN-1437) Cannot build bootstrap with JDK 1.5

2004-10-23 Thread jira
The following issue has been updated: Updater: Brett Porter (mailto:[EMAIL PROTECTED]) Date: Sat, 23 Oct 2004 3:12 AM Changes: Fix Version changed to 1.0.1 - For a full history of the issue, see:

[jira] Closed: (MAVEN-1432) javax.xml.parsers.FactoryConfigurationError: Provider org.apache.xerces.jaxp.SAX while trying to execute maven -D package=com.oreillynet.mavensample genapp

2004-10-23 Thread jira
Message: The following issue has been closed. Resolver: Brett Porter Date: Sat, 23 Oct 2004 3:11 AM works for me. You don't have any reason to run the command from %MAVEN_HOME%\bin though - View the issue: http://

[jira] Updated: (MAVEN-1469) Stack Overflow Error when using in POM

2004-10-23 Thread jira
The following issue has been updated: Updater: Brett Porter (mailto:[EMAIL PROTECTED]) Date: Sat, 23 Oct 2004 3:10 AM Changes: Fix Version changed to 1.0.1 - For a full history of the issue, see:

[jira] Updated: (MAVEN-1422) Inheritence with more than 3 layers does not work

2004-10-23 Thread jira
The following issue has been updated: Updater: Brett Porter (mailto:[EMAIL PROTECTED]) Date: Sat, 23 Oct 2004 3:08 AM Changes: Fix Version changed to 1.0.1 - For a full history of the issue, see:

[jira] Closed: (MAVEN-1436) Getting a NoSuchMethodError in the genapp plugin

2004-10-23 Thread jira
Message: The following issue has been closed. Resolver: Brett Porter Date: Sat, 23 Oct 2004 3:07 AM let us know if you find out how you got so many versions of the plugins installed and if there is a Maven problem there. That's almost certainly the cause of this issue.

[jira] Closed: (MAVEN-1453) Unable to run maven commands for ActiveMq Projects

2004-10-23 Thread jira
Message: The following issue has been closed. Resolver: Brett Porter Date: Sat, 23 Oct 2004 3:08 AM looks like a bad checkout. I just checked out activemq and it works for me - View the issue: http://jira.codehaus

[jira] Closed: (MAVEN-1475) Add a faq entry about code sharing

2004-10-23 Thread jira
Message: The following issue has been closed. Resolver: Brett Porter Date: Sat, 23 Oct 2004 3:02 AM applied (with mods), thanks - View the issue: http://jira.codehaus.org/browse/MAVEN-1475 Here is an overview of

cvs commit: maven/xdocs faq.fml

2004-10-23 Thread brett
brett 2004/10/23 00:00:05 Modified:xdocsTag: MAVEN-1_0-BRANCH faq.fml Log: PR: MAVEN-1475 Submitted by: Julien Kirch Reviewed by: Brett Porter applied with amendments. FAQ entry about writing a plugin Revision ChangesPath No revision No