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

2004-04-02 Thread Emmanuel Venisse
Touchnstone tests fails due to your last commit in maven/src/test/touchstone-build/maven.xml [exec] BUILD FAILED [exec] File.. file:/D:/cvs_repo/jakarta/maven-branch/1.0/maven/maven.xml [exec] Element... maven:maven [exec] Total time: 3 minutes 35 seconds [exec] Finish

[jira] Closed: (MAVEN-1218) Upload jbosssx-3.2.3.jar

2004-04-02 Thread jira
Message: The following issue has been closed. Resolver: Emmanuel Venisse Date: Sat, 3 Apr 2004 12:42 AM Done. - View the issue: http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-1218 Here is an overview of

[jira] Created: (MAVEN-1218) Upload jbosssx-3.2.3.jar

2004-04-02 Thread jira
Message: A new issue has been created in JIRA. - View the issue: http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-1218 Here is an overview of the issue: ---

[jira] Updated: (MAVEN-1216) NoClassDefFoundError for org/jaxen/JaxenException and org/saxpath/SAXPathException

2004-04-02 Thread jira
The following issue has been updated: Updater: Brett Porter (mailto:[EMAIL PROTECTED]) Date: Fri, 2 Apr 2004 7:09 PM Changes: Fix Version changed to 1.0-rc3 - For a full history of the issue, see:

[jira] Updated: (MAVEN-1208) project.xml in docs doesn't validate

2004-04-02 Thread jira
The following issue has been updated: Updater: Brett Porter (mailto:[EMAIL PROTECTED]) Date: Fri, 2 Apr 2004 7:09 PM Changes: Fix Version changed to 1.0 - For a full history of the issue, see: ht

[jira] Updated: (MAVEN-1204) build and project properties should not override command line

2004-04-02 Thread jira
The following issue has been updated: Updater: Brett Porter (mailto:[EMAIL PROTECTED]) Date: Fri, 2 Apr 2004 7:00 PM Comment: -o correctly sets the var, but the problem is that if maven.mode.online is specified as true in build or project properties, it will override the command li

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

2004-04-02 Thread brett
brett 2004/04/02 15:43:09 Modified:src/java/org/apache/maven/jelly Tag: MAVEN-1_0-BRANCH JellyUtils.java MavenExpressionFactory.java MavenJellyContext.java src/java/org/apache/maven/plugin Tag: MAVEN-1_0-BRANCH

[jira] Closed: (MAVEN-224) remote and local repo overrides in project.properties does not work for plugins

2004-04-02 Thread jira
Message: The following issue has been closed. Resolver: Brett Porter Date: Fri, 2 Apr 2004 6:52 PM repo.local override works. jar overrides do not. However, this doesn't sound like the right behaviour to have - a project should not really be modifying the plugin's behaviour, instea

[jira] Closed: (MAVEN-540) Property: maven.plugin.dir doesn't work

2004-04-02 Thread jira
Message: The following issue has been closed. - View the issue: http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-540 Here is an overview of the issue:

[jira] Closed: (MAVEN-1205) ClassCastException in MavenJellyContext.class

2004-04-02 Thread jira
Message: The following issue has been closed. Resolver: Brett Porter Date: Fri, 2 Apr 2004 6:48 PM removed set function - not used - View the issue: http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-1205 H

cvs commit: maven/src/java/org/apache/maven MavenUtils.java

2004-04-02 Thread brett
brett 2004/04/02 15:37:19 Modified:src/java/org/apache/maven Tag: MAVEN-1_0-BRANCH MavenUtils.java Log: PR: MAVEN-1205 remove function unused, and would cause ClassCastException if used Revision ChangesPath No revision No

[jira] Closed: (MAVEN-1207) maven .exe installer should delete $MAVEN_HOME_LOCAL/plugins when installing/uninstalling

2004-04-02 Thread jira
Message: The following issue has been closed. Resolver: Brett Porter Date: Fri, 2 Apr 2004 6:42 PM not needed now that plugin cache handles modifications properly - View the issue: http://jira.codehaus.org/secure/

[jira] Closed: (MAVEN-1215) getPluginContext will not load a plugin

2004-04-02 Thread jira
Message: The following issue has been closed. - View the issue: http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-1215 Here is an overview of the issue: ---

[jira] Closed: (MAVEN-1214) maven.xml default goal of ${maven.multiproject.type} no longer works

2004-04-02 Thread jira
Message: The following issue has been closed. - View the issue: http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-1214 Here is an overview of the issue: ---

[jira] Commented: (MPDASHBOARD-5) subprojects inherit parent project properties

2004-04-02 Thread jira
The following comment has been added to this issue: Author: Vincent Massol Created: Fri, 2 Apr 2004 4:47 PM Body: Ryan, I think there are some misunderstandings. The master project is supposed to run dashboard:report (either directly or through the site goal). However child proj

[jira] Commented: (MPCLOVER-3) test directory

2004-04-02 Thread jira
The following comment has been added to this issue: Author: Vincent Massol Created: Fri, 2 Apr 2004 4:25 PM Body: Nicolas, can I close this issue? - View this comment: http://jira.codehaus.org/secure/ViewIssue.j

[jira] Closed: (MPCLOVER-13) The clover should fork the junit tests

2004-04-02 Thread jira
Message: The following issue has been closed. Resolver: Vincent Massol Date: Fri, 2 Apr 2004 4:24 PM I think it was already fixed (fork was always on). However as I have alwso fixed clover:on it should also work if you use clover:on standalone (i.e. without calling clover:test). -

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

2004-04-02 Thread vmassol
vmassol 2004/04/02 13:12:02 Modified:clover plugin.jelly project.properties plugin.properties project.xml clover/xdocs properties.xml navigation.xml index.xml goals.xml changes.xml clover/src/plugin-test proj

cvs commit: maven-components/maven-project/src/main/java/org/apache/maven/project DefaultModelInheritanceAssembler.java ModelInheritanceAssembler.java DefaultMavenProjectBuilder.java

2004-04-02 Thread jvanzyl
jvanzyl 2004/04/02 12:41:21 Modified:maven-project/src/main/java/org/apache/maven/project DefaultMavenProjectBuilder.java Added: maven-project/src/main/java/org/apache/maven/project DefaultModelInheritanceAssembler.java

[jira] Commented: (MPDASHBOARD-5) subprojects inherit parent project properties

2004-04-02 Thread jira
The following comment has been added to this issue: Author: Ryan Sonnek Created: Fri, 2 Apr 2004 3:45 PM Body: to me, the inheritance of the section isn't a problem. if my child project inherits the dashboard report and attempts to run it, that's fine. The report still needs t

cvs commit: maven-plugins/dashboard/src/plugin-test project.properties

2004-04-02 Thread vmassol
vmassol 2004/04/02 11:54:07 Modified:dashboard/src/plugin-test project.properties Log: formatting at 80 chars Revision ChangesPath 1.6 +2 -1 maven-plugins/dashboard/src/plugin-test/project.properties Index: project.properties

[jira] Commented: (MPDASHBOARD-1) Dashboard should use aggregators from associated plugins

2004-04-02 Thread jira
The following comment has been added to this issue: Author: Vincent Massol Created: Fri, 2 Apr 2004 2:55 PM Body: Sean, can I close this issue? - View this comment: http://jira.codehaus.org/secure/ViewIssue.jspa

[jira] Commented: (MPDASHBOARD-5) subprojects inherit parent project properties

2004-04-02 Thread jira
The following comment has been added to this issue: Author: Vincent Massol Created: Fri, 2 Apr 2004 2:50 PM Body: I believe the main issue is because you're giving your top level project 2 different roles: 1- one of share area for common settings 2- one of real top level project t

cvs commit: maven-components/maven-core/src/main/java/org/apache/maven DefaultMaven.java

2004-04-02 Thread jvanzyl
jvanzyl 2004/04/02 10:44:56 Modified:maven-core/src/main/java/org/apache/maven DefaultMaven.java Log: no message Revision ChangesPath 1.12 +7 -3 maven-components/maven-core/src/main/java/org/apache/maven/DefaultMaven.java Index: DefaultMaven.java ===

cvs commit: maven-components/maven-core/src/main/java/org/apache/maven DefaultMaven.java

2004-04-02 Thread jvanzyl
jvanzyl 2004/04/02 10:41:24 Modified:maven-core/src/main/java/org/apache/maven DefaultMaven.java Log: o allow information about goals and plugins to be accessed for help and integration purposes. Revision ChangesPath 1.11 +31 -10 maven-components/maven-core/src/

cvs commit: maven-components/maven-core/src/main/java/org/apache/maven Maven.java

2004-04-02 Thread jvanzyl
jvanzyl 2004/04/02 10:37:43 Modified:maven-core/src/main/java/org/apache/maven Maven.java Log: o allow information about goals and plugins to be accessed for help and integration purposes. Revision ChangesPath 1.5 +25 -1 maven-components/maven-core/src/main/ja

cvs commit: maven-components/maven-core/src/main/java/org/apache/maven/plugin/manager AbstractPluginManager.java DefaultPluginManagerManager.java PluginManagerManager.java

2004-04-02 Thread jvanzyl
jvanzyl 2004/04/02 10:33:13 Modified:maven-core/src/main/java/org/apache/maven/plugin/manager AbstractPluginManager.java DefaultPluginManagerManager.java PluginManagerManager.java Log: o allow information about g

cvs commit: maven-components/maven-core/src/main/java/org/apache/maven DefaultMaven.java

2004-04-02 Thread jvanzyl
jvanzyl 2004/04/02 10:31:44 Modified:maven-core/src/main/java/org/apache/maven DefaultMaven.java Log: o adding explicit support for the execution of a goal without a project being present. Revision ChangesPath 1.10 +15 -37 maven-components/maven-core/src/main/ja

cvs commit: maven-components/maven-core/src/main/java/org/apache/maven Maven.java

2004-04-02 Thread jvanzyl
jvanzyl 2004/04/02 10:31:02 Modified:maven-core/src/main/java/org/apache/maven Maven.java Log: no message Revision ChangesPath 1.4 +3 -3 maven-components/maven-core/src/main/java/org/apache/maven/Maven.java Index: Maven.java

[jira] Created: (MPJDEVELOPER-2) incorrect use of source paths for jdeveloper 10g

2004-04-02 Thread jira
Message: A new issue has been created in JIRA. - View the issue: http://jira.codehaus.org/secure/ViewIssue.jspa?key=MPJDEVELOPER-2 Here is an overview of the issue: ---

[jira] Updated: (MPJDEVELOPER-2) incorrect use of source paths for jdeveloper 10g

2004-04-02 Thread jira
The following issue has been updated: Updater: Ryan Sonnek (mailto:[EMAIL PROTECTED]) Date: Fri, 2 Apr 2004 12:07 PM Changes: Attachment changed to plugin.jelly - For a full history of the issue, se

Re: cvs commit: maven-components/maven-core/src/main/java/org/apache/maven/plugin/descriptor GoalDescriptor.java

2004-04-02 Thread Michal Maczka
[EMAIL PROTECTED] wrote: jvanzyl 2004/04/01 16:13:07 Modified:maven-core/src/main/java/org/apache/maven/plugin/descriptor GoalDescriptor.java Log: o does the goal require dependency resolution in order to execute, by default we will assume yes. But for things

cvs commit: maven-components/maven-core/src/main/java/org/apache/maven/plugin/descriptor GoalDescriptor.java

2004-04-02 Thread jvanzyl
jvanzyl 2004/04/02 08:14:33 Modified:maven-core/src/main/java/org/apache/maven/plugin/descriptor GoalDescriptor.java Log: o state whether the goal needs a project present, we will default to true but in many cases with things like "maven --setup xstream" t

RE: cvs commit: maven-plugins/dashboard/src/plugin-test/subproject1 project.xml

2004-04-02 Thread Vincent Massol
Brett, Can you explain to me why you need to add the jelly-xml tag to the dependency list? I don't see how it is related to JDK 1.3 vs JDK 1.4 issue (no XML parser in JDK 1.3). Someone has raised an issue with the Jetty plugin, saying that he had to copy the jetty-xml jar to MAVEN_HOME/lib to get

[jira] Updated: (MAVEN-1217) maven transform plugin

2004-04-02 Thread jira
The following issue has been updated: Updater: Dominik Dahlem (mailto:[EMAIL PROTECTED]) Date: Fri, 2 Apr 2004 6:12 AM Comment: a first implementation of a transform plugin. I'm using this one to transform docbooks. It supports catalogs, html, and pdf transformation by using FOP and

[jira] Created: (MAVEN-1217) maven transform plugin

2004-04-02 Thread jira
Message: A new issue has been created in JIRA. - View the issue: http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-1217 Here is an overview of the issue: ---

[jira] Commented: (MAVEN-1152) Unable to authenticate against proxy server

2004-04-02 Thread jira
The following comment has been added to this issue: Author: Kristopher Brown Created: Fri, 2 Apr 2004 5:39 AM Body: No longer an issue under RC2, not sure what has changed elswhere in the code base for this to work again. I guess this should just be closed now. --

[jira] Updated: (MAVEN-1171) wsdl2java plugin

2004-04-02 Thread jira
The following issue has been updated: Updater: $changelogauthor.fullName (mailto:) Date: Fri, 2 Apr 2004 5:32 AM Changes: Attachment changed to maven-wsdl2java-plugin-0.2-SNAPSHOT.tar.gz - For a ful