[Proposal] Interface plugin

2003-09-26 Thread Vincent Massol
Hi, While waiting for the future component-based Maven implementation... What would you think about an "interface" plugin that would be used by plugins when calling goals from other plugins. The interface plugin would have properties to wire calls to "Well-Known Goals" (WKG) to the implementation

Results of clean bootstrap at 20030926-2200

2003-09-26 Thread tirsen
Last 500 lines of a clean bootstrap build of maven at 20030926-2200 [exec] testPlugin: [exec] clean:clean: [exec] [delete] Deleting directory /usr/local/builds/maven/src/maven/src/plugins-build/checkstyle/src/plugin-test/target [exec

Volunteering

2003-09-26 Thread Steve Garcia
Hello there - I've been using Maven on and off for the last year, and I've recently downloaded the source and been playing around with it on my local machine. Thus far I have been impressed with Maven, and I'm really excited about where it can go in the future. Based on what I've seen, I am inter

Re: RC1

2003-09-26 Thread Stephen McConnell
[EMAIL PROTECTED] wrote: 'maven demo' in avalon\merlin\platform\tutorials\hello did nothing, and there was no maven.xml file there, so I'm not sure where 'demo' is defined. You guessed the right actions - and the results are correct. Just for reference, the avalon:meta goal is generating

[jira] Commented: (MAVEN-382) POM encoding problem

2003-09-26 Thread jira
The following comment has been added to this issue: Author: Norbert Pabis Created: Fri, 26 Sep 2003 3:30 PM Body: Of course Maven depends on dom4j 1.4 not 1.2.8. 1.2.8 i log4j version number. Sorry, too many *4j stuff available :) In this case - changes in xdocs/plugin.jelly will

Re: RC1

2003-09-26 Thread dion
'maven demo' in avalon\merlin\platform\tutorials\hello did nothing, and there was no maven.xml file there, so I'm not sure where 'demo' is defined. maven avalon:meta generated a file and maven merlin:simluate downloads a ton of jar files and generates this: BUILD SUCCESSFUL Total time: 4 min

[jira] Closed: (MAVEN-743) tasks.html does not get linked to from anywhere.

2003-09-26 Thread jira
Message: The following issue has been closed. - View the issue: http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-743 Here is an overview of the issue: --

[jira] Reopened: (MAVEN-743) tasks.html does not get linked to from anywhere.

2003-09-26 Thread jira
Message: The following issue has been reopened. - View the issue: http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-743 Here is an overview of the issue:

[jira] Closed: (MAVEN-860) plugin:download fails if plugin is not found in first repository

2003-09-26 Thread jira
Message: The following issue has been closed. Resolver: dion gillard Date: Fri, 26 Sep 2003 1:03 PM Applied, thanks! - View the issue: http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-860 Here is an ove

cvs commit: maven/src/plugins-build/plugin plugin.jelly

2003-09-26 Thread dion
dion2003/09/26 10:44:31 Modified:src/plugins-build/plugin plugin.jelly Log: Apply MAVEN-860 Revision ChangesPath 1.19 +18 -12maven/src/plugins-build/plugin/plugin.jelly Index: plugin.jelly ===

[jira] Updated: (MAVEN-860) plugin:download fails if plugin is not found in first repository

2003-09-26 Thread jira
The following issue has been updated: Updater: Brian Murray (mailto:[EMAIL PROTECTED]) Date: Fri, 26 Sep 2003 12:50 PM Comment: Here's a patch which catches the exception, breaks out of the loop as soon as the plugin is found and if the plugin was not found in any repo. Change

[jira] Created: (MAVEN-860) plugin:download fails if plugin is not found in first repository

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

[jira] Closed: (MAVEN-541) test-compile doesn't allow for same options as java-compile

2003-09-26 Thread jira
Message: The following issue has been closed. - View the issue: http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-541 Here is an overview of the issue: --

[jira] Reopened: (MAVEN-541) test-compile doesn't allow for same options as java-compile

2003-09-26 Thread jira
Message: The following issue has been reopened. - View the issue: http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-541 Here is an overview of the issue:

[jira] Closed: (MAVEN-756) cvs-usage.xml breaks on non-cvs scm URL

2003-09-26 Thread jira
Message: The following issue has been closed. - View the issue: http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-756 Here is an overview of the issue: --

[jira] Reopened: (MAVEN-756) cvs-usage.xml breaks on non-cvs scm URL

2003-09-26 Thread jira
Message: The following issue has been reopened. - View the issue: http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-756 Here is an overview of the issue:

[jira] Closed: (MAVEN-309) Order of classpath entries should be changed

2003-09-26 Thread jira
Message: The following issue has been closed. - View the issue: http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-309 Here is an overview of the issue: --

[jira] Reopened: (MAVEN-309) Order of classpath entries should be changed

2003-09-26 Thread jira
Message: The following issue has been reopened. - View the issue: http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-309 Here is an overview of the issue:

[jira] Closed: (MAVEN-815) Relative XML entities broken in xdoc

2003-09-26 Thread jira
Message: The following issue has been closed. Resolver: dion gillard Date: Fri, 26 Sep 2003 11:28 AM Reverted to dom4j 1.4 dev 8 until the problem can be fixed in the parser - View the issue: http://jira.codehaus

cvs commit: maven/src/plugins-build/xdoc plugin.jelly

2003-09-26 Thread dion
dion2003/09/26 08:53:41 Modified:src/plugins-build/xdoc plugin.jelly Log: Instantiate mapper and pathTool if not provided Revision ChangesPath 1.51 +6 -0 maven/src/plugins-build/xdoc/plugin.jelly Index: plugin.jelly ===

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

2003-09-26 Thread dion
dion2003/09/26 08:50:42 Modified:src/plugins-build/xdoc/src/plugin-test maven.xml Log: Ensure xdocs correctly generated with relative xml entities Revision ChangesPath 1.2 +8 -1 maven/src/plugins-build/xdoc/src/plugin-test/maven.xml Index: maven.xml

cvs commit: maven/src/plugins-build/pom project.xml

2003-09-26 Thread dion
dion2003/09/26 08:47:25 Modified:src/plugins-build/summit project.xml src/plugins-build/html2xdoc project.xml src/plugins-build/j2ee project.xml src/plugins-build/runner project.xml src/plugins-build/jellydoc project.xml

[jira] Updated: (MAVEN-859) Request to upload jaimbot.jar

2003-09-26 Thread jira
The following issue has been updated: Updater: Samuel Mulube (mailto:[EMAIL PROTECTED]) Date: Fri, 26 Sep 2003 9:05 AM Comment: JAIMBot project.xml file. Changes: Attachment changed to jaimbot-project.xml -

[jira] Created: (MAVEN-859) Request to upload jaimbot.jar

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

[jira] Updated: (MAVEN-858) Request to upload jmml.jar

2003-09-26 Thread jira
The following issue has been updated: Updater: Samuel Mulube (mailto:[EMAIL PROTECTED]) Date: Fri, 26 Sep 2003 8:56 AM Comment: JMML project.xml file Changes: Attachment changed to jmml-project.xml

[jira] Created: (MAVEN-858) Request to upload jmml.jar

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

Re: RC1

2003-09-26 Thread Jason van Zyl
On Fri, 2003-09-26 at 00:17, Stephen McConnell wrote: > Jason: > > Just a point of confirmation - Avalon have two Maven plugins, one > dealing with automated generation of component meta-info and the second > supporting simulated component deployment. Currently these plugins are > located in the

[jira] Updated: (MAVEN-857) Request to upload smack.jar

2003-09-26 Thread jira
The following issue has been updated: Updater: Samuel Mulube (mailto:[EMAIL PROTECTED]) Date: Fri, 26 Sep 2003 8:45 AM Comment: The Smack extension jar project.xml Changes: Attachment changed to smackx-project.xml

[jira] Updated: (MAVEN-857) Request to upload smack.jar

2003-09-26 Thread jira
The following issue has been updated: Updater: Samuel Mulube (mailto:[EMAIL PROTECTED]) Date: Fri, 26 Sep 2003 8:44 AM Comment: project.xml for core smack jar Changes: Attachment changed to smack-project.xml --

[jira] Created: (MAVEN-857) Request to upload smack.jar

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

[jira] Updated: (MAVEN-829) UmlGraph Plugin, creates Class Diagram from Javadoc Tags

2003-09-26 Thread jira
The following issue has been updated: Updater: Ralph Apel (mailto:[EMAIL PROTECTED]) Date: Fri, 26 Sep 2003 2:32 AM Comment: Just an example on usage: Theme "JAF in the Javamail context" (not a good class diagram, but just a usage example) working dir is incubator-geronimo/specs/ac