Results of clean bootstrap at 20030629-0317

2003-06-29 Thread bwalding
Last 500 lines of a clean bootstrap build of maven at 20030629-0317 U maven/src/plugins-build/xdoc/src/plugin-resources/images/icon_alert.gif U maven/src/plugins-build/xdoc/src/plugin-resources/images/nw_min.gif U maven/src/plugins-build/xdoc/src/plugin-resources/images/remove.gif U maven/src

cvs commit: maven/src/plugins-build/jnlp/xdocs changes.xml properties.xml

2003-06-29 Thread evenisse
evenisse2003/06/29 02:28:11 Modified:src/plugins-build/jnlp plugin.jelly project.xml src/plugins-build/jnlp/xdocs changes.xml properties.xml Log: Fix generated jnlp file. We use now the correct tag for argument main class. Sysproperty isn't in jnlp dtd.

[jira] Closed: (MAVEN-509) upload nanning 0.8 to repo

2003-06-29 Thread jira
Message: The following issue has been closed. Resolver: Ben Walding Date: Sun, 29 Jun 2003 5:27 AM Done. Still need a license file though - View the issue:

cvs commit: maven/src/plugins-build/artifact/xdocs - New directory

2003-06-29 Thread michal
michal 2003/06/29 04:57:08 maven/src/plugins-build/artifact/xdocs - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: maven/src/plugins-build/artifact/src/main/org/apache/maven/deploy DeployRequest.java DeployTool.java

2003-06-29 Thread michal
michal 2003/06/29 04:57:40 Modified:src/plugins-build/artifact/src/main/org/apache/maven/deploy/exceptions DeployException.java src/plugins-build/artifact/src/main/org/apache/maven/artifact/deployer

RE: cvs commit: maven/src/plugins-build/artifact/src/main/org/apache/maven/deployDeployRequest.java DeployTool.java

2003-06-29 Thread dion
Michal, sounds like u need some mock objects -- dIon Gillard, Multitask Consulting Blog: http://blogs.codehaus.org/people/dion/ Work: http://www.multitask.com.au Michal Maczka [EMAIL PROTECTED] wrote on 29/06/2003 10:24:17 PM: I have commited latest version of Artifact Plugin.

[Fwd: ScanMail Message: To Sender Match eManager setting and takeaction.]

2003-06-29 Thread Ben Walding
Anyone else getting these when they commit files with bits of HTML in them? It seems a bit dubious to me... ---BeginMessage--- eManager Notification * The following mail was blocked since it contains sensitive content. Source mailbox: [EMAIL PROTECTED]

Re: New 'reactor' plugin

2003-06-29 Thread Jason van Zyl
On Sun, 2003-06-29 at 08:36, [EMAIL PROTECTED] wrote: I'm open to name changes here, but lets get some consensus. I personally favour reactortools, but it's long winded, like multiproject. Since the reactor is designed to do multiproject builds, maybe that makes more sense. ok, so now

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

2003-06-29 Thread dion
dion2003/06/29 06:23:27 Modified:src/plugins-build/artifact project.xml Log: Fix descriptions Revision ChangesPath 1.4 +2 -2 maven/src/plugins-build/artifact/project.xml Index: project.xml

[PATCH] maven/src/message/messages_ja.properties

2003-06-29 Thread Tetsuya Kitahata
Hello, I created 'messages_ja.properties' file based on the 'messages_en.properties' and performed native2ascii. (maven/src/message/messages_ja.properties) I'll attach the file, named message_jp.zip, zip compressed. Please uncompress this, put the unzipped file to maven/src/message/ directory

Re: [PATCH] maven/src/message/messages_ja.properties

2003-06-29 Thread Ben Walding
Done. Tetsuya Kitahata wrote: Hello, I created 'messages_ja.properties' file based on the 'messages_en.properties' and performed native2ascii. (maven/src/message/messages_ja.properties) I'll attach the file, named message_jp.zip, zip compressed. Please uncompress this, put the unzipped file to

[jira] Closed: (MAVEN-490) Jelly Errors (maven.log full of them)

2003-06-29 Thread jira
Message: The following issue has been closed. Resolver: Jason van Zyl Date: Sun, 29 Jun 2003 9:13 AM Dion fixed this in CVS HEAD. - View the issue: http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-490

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

2003-06-29 Thread Jason van Zyl
On Sun, 2003-06-29 at 11:43, [EMAIL PROTECTED] wrote: dion2003/06/29 08:43:15 Modified:src/plugins-build/clean plugin.jelly Log: Remove goals that were cross plugin. If someone wants clean:classes or clean:docs, then they should be implemented in the plugins that

[jira] Closed: (MAVEN-363) Determine if licensing has change for jfreechart and upload new version

2003-06-29 Thread jira
Message: The following issue has been closed. Resolver: dion gillard Date: Sun, 29 Jun 2003 11:13 AM jfreechart 0.9.8 and jcommon 0.8.3 uploaded - View the issue:

[jira] Closed: (MAVEN-453) exclude no in effect

2003-06-29 Thread jira
Message: The following issue has been closed. Resolver: dion gillard Date: Sun, 29 Jun 2003 11:25 AM Done recently by Vincent - View the issue: http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-453 Here

Unlinked from b10 release: MAVEN-454.

2003-06-29 Thread dion
See previous justification... -- dIon Gillard, Multitask Consulting Blog: http://blogs.codehaus.org/people/dion/ Work: http://www.multitask.com.au

[jira] Commented: (MAVEN-461) Patches for JBuilder plugin

2003-06-29 Thread jira
The following comment has been added to this issue: Author: dion gillard Created: Sun, 29 Jun 2003 11:40 AM Body: Not sure which are the correct files here and they're not diffs which makes it hard too - View the

[jira] Closed: (MAVEN-523) java plugin not respecting fork settings

2003-06-29 Thread jira
Message: The following issue has been closed. Resolver: dion gillard Date: Sun, 29 Jun 2003 12:00 PM It appears this has been fixed for quite some time. plugin.jelly for the java plugin doesn't use fork= as a javac attribute

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

2003-06-29 Thread dion
dion2003/06/29 10:25:34 Modified:src/java/org/apache/maven DependencyClasspathBuilder.java Log: Fix for MAVEN-512 Revision ChangesPath 1.11 +5 -7 maven/src/java/org/apache/maven/DependencyClasspathBuilder.java Index: DependencyClasspathBuilder.java

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

2003-06-29 Thread dion
dion2003/06/29 10:59:33 Modified:src/plugins-build/jellydoc project.xml plugin.jelly Added: src/plugins-build/jellydoc/xdocs changes.xml Log: Remove ${basedir} from pom.build.sourceDirectory Revision ChangesPath 1.11 +10 -1

[jira] Commented: (MAVEN-489) Checkstyle Error - Got an exception - java.lang.ClassCastException

2003-06-29 Thread jira
The following comment has been added to this issue: Author: Steve Ovens Created: Sun, 29 Jun 2003 8:03 PM Body: Don't know if this helps narrow it down, but if I run a checkstyle report as part of the site or dist goals, then I get the same problem - each source file reports a

[jira] Commented: (MAVEN-489) Checkstyle Error - Got an exception - java.lang.ClassCastException

2003-06-29 Thread jira
The following comment has been added to this issue: Author: Steve Ovens Created: Sun, 29 Jun 2003 8:11 PM Body: I should note that swapping the order of reports (jdepend and checkstyle) (as suggested above by Incze Lajos [ 16/Jun/03 07:19 PM ]) did not have any effect - I get

Re: Use of Jelly scopes in plugins

2003-06-29 Thread Jason van Zyl
On Sun, 2003-06-29 at 19:01, [EMAIL PROTECTED] wrote: With the repository plugin, the use of the parent scope is to 'return' a variable from a tag in a plugin. The use of the system scope is to access system properties. The system properties have always been available so that's not a

[jira] Commented: (MAVEN-522) Clarification of POM elements that use paths.

2003-06-29 Thread jira
The following comment has been added to this issue: Author: dion gillard Created: Sun, 29 Jun 2003 9:19 PM Body: - all paths in project.xml should not use ${basedir}, and should be considered relative to project.xml. There is no need to have any absolute paths. I thought it was

cvs commit: maven/src/plugins-build/multiproject/xdocs - New directory

2003-06-29 Thread dion
dion2003/06/29 20:18:35 maven/src/plugins-build/multiproject/xdocs - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: maven/src/plugins-build/multiproject - New directory

2003-06-29 Thread dion
dion2003/06/29 20:18:34 maven/src/plugins-build/multiproject - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: maven/src/plugins-build/multiproject/xdocs .cvsignore goals.xml properties.xml navigation.xml changes.xml index.xml

2003-06-29 Thread dion
dion2003/06/29 20:18:49 Added: src/plugins-build/multiproject project.properties project.xml plugin.properties .cvsignore plugin.jelly src/plugins-build/multiproject/xdocs .cvsignore goals.xml

cvs commit: maven/src/plugins-build/reactor .cvsignore project.properties plugin.jelly project.xml plugin.properties

2003-06-29 Thread dion
dion2003/06/29 20:19:26 Removed: src/plugins-build/reactor/xdocs .cvsignore changes.xml goals.xml properties.xml navigation.xml index.xml src/plugins-build/reactor .cvsignore project.properties plugin.jelly project.xml

[jira] Commented: (MAVEN-510) Eclipse plugin external-tools goal doesn't work with eclipse 2.1

2003-06-29 Thread jira
The following comment has been added to this issue: Author: dion gillard Created: Sun, 29 Jun 2003 11:09 PM Body: It appears that eclipse 2.1 stores this information differently: it looks like it goes in

cvs commit: maven-new/core/src/aspect/org/apache/maven PomInheritanceAspect.java PomInterpolationAspect.java

2003-06-29 Thread jvanzyl
jvanzyl 2003/06/29 22:01:10 Removed: core/src/aspect/org/apache/maven PomInheritanceAspect.java PomInterpolationAspect.java Log: o Trying to avoid the use of aspectj in the core for the sake of simplicity. Without much effort it can be done.

cvs commit: maven/src/tex ruminations.tex

2003-06-29 Thread jvanzyl
jvanzyl 2003/06/29 22:02:53 Removed: src/tex ruminations.tex Log: o This doc hasn't been looked at for a while and almost all the ideas have now been incorporated into Maven. - To unsubscribe, e-mail: [EMAIL

cvs commit: maven/src/tools migrate-repo.pl

2003-06-29 Thread jvanzyl
jvanzyl 2003/06/29 22:03:46 Removed: src/tools migrate-repo.pl Log: o unlikely this is being used and it's not documented at any rate. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail:

cvs commit: maven/src/templates/standard project.xml

2003-06-29 Thread jvanzyl
jvanzyl 2003/06/29 22:10:07 Removed: src/templates/sourceforge project.xml src/templates/standard project.xml Log: o These are out of date and not documented. - To unsubscribe, e-mail: [EMAIL

cvs commit: maven/src/plugins-build/eclipse/src - New directory

2003-06-29 Thread dion
dion2003/06/29 22:53:07 maven/src/plugins-build/eclipse/src - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: maven/src/plugins-build/eclipse/src/plugin-resources/templates - New directory

2003-06-29 Thread dion
dion2003/06/29 22:53:07 maven/src/plugins-build/eclipse/src/plugin-resources/templates - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: maven/src/plugins-build/eclipse/src/plugin-resources/templates launch.jelly

2003-06-29 Thread dion
dion2003/06/29 22:53:17 Added: src/plugins-build/eclipse/src/plugin-resources/templates launch.jelly Log: Template for the eclipse 2.1 launch files Revision ChangesPath 1.1

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

2003-06-29 Thread dion
dion2003/06/29 22:56:07 Modified:src/plugins-build/eclipse/xdocs changes.xml goals.xml src/plugins-build/eclipse plugin.jelly project.xml Log: external-tools support for eclipse 2.1 Note: this is not thoroughly tested Revision ChangesPath 1.4

[jira] Closed: (MAVEN-510) Eclipse plugin external-tools goal doesn't work with eclipse 2.1

2003-06-29 Thread jira
Message: The following issue has been closed. Resolver: dion gillard Date: Mon, 30 Jun 2003 1:19 AM Added eclipse:external-tools-21 goal - View the issue: