Re: cvs commit: maven/src/java/org/apache/maven/jelly/tags/maven RootRelativePathTag.java MavenTagLibrary.java

2003-10-08 Thread dion
Vincent, how is this different to the MakeRelativePathTag? -- dIon Gillard, Multitask Consulting Blog: http://blogs.codehaus.org/people/dion/ [EMAIL PROTECTED] wrote on 09/10/2003 09:44:04 AM: > vmassol 2003/10/08 16:44:04 > > Modified:src/java/org/apache/maven/jelly/tags/maven >

[jira] Commented: (MAVEN-904) Multiple *.fml files for input to faq-plugin

2003-10-08 Thread jira
The following comment has been added to this issue: Author: dion gillard Created: Thu, 9 Oct 2003 2:10 AM Body: I don't think you need the FileHelper class. Check how the xdoc plugin does it using a 'mapper'. - V

RE: cvs commit: maven/src/java/org/apache/maven/jelly/tags/maven RootRelativePathTag.java MavenTagLibrary.java

2003-10-08 Thread Vincent Massol
> -Original Message- > From: Brett Porter [mailto:[EMAIL PROTECTED] > Sent: 09 October 2003 02:15 > To: 'Maven Developers List' > Subject: RE: cvs commit: maven/src/java/org/apache/maven/jelly/tags/maven > RootRelativePathTag.java MavenTagLibrary.java > > This fix came with switching fro

Results of clean bootstrap at 20031008-2200

2003-10-08 Thread tirsen
Last 500 lines of a clean bootstrap build of maven at 20031008-2200 [exec] /home/tirsen/.maven/repository/commons-digester/jars/commons-digester-1.4.1.jar [exec] /home/tirsen/.maven/repository/commons-logging/jars/commons-logging-1.0.1.jar [exec] /home/tirsen/.maven

Re: Moving Plugins

2003-10-08 Thread Ryan Hoegg
Peter Donald wrote: On Thu, 9 Oct 2003 12:17 am, Florin Vancea wrote: If I may say something before it's too late: Maybe there is a need for a LATEST on each (or on several) branch (es). Something like log4j log4j LATEST should get the latest-and-gratest, but something like log4j log

Re: Moving Plugins

2003-10-08 Thread Peter Donald
On Thu, 9 Oct 2003 12:17 am, Florin Vancea wrote: > If I may say something before it's too late: Maybe there is a need for a > LATEST on each (or on several) branch (es). > > Something like > > > log4j > log4j > LATEST > > > should get the latest-and-gratest, but something like > > > log

RE: cvs commit: maven/src/java/org/apache/maven/jelly/tags/maven RootRelativePathTag.java MavenTagLibrary.java

2003-10-08 Thread Brett Porter
This fix came with switching from projectBeanReader to getProject, but a consequence was that the expressions were evaluated in the wrong order so I took it back out. I'm pretty confident I can add it back in as I clean this stuff up - sorry I haven't had a chance to look at it again this week. Th

Re: cvs commit: maven/src/java/org/apache/maven/jelly/tags/maven RootRelativePathTag.java MavenTagLibrary.java

2003-10-08 Thread Jason van Zyl
On Wed, 2003-10-08 at 19:44, [EMAIL PROTECTED] wrote: > vmassol 2003/10/08 16:44:04 > > Modified:src/java/org/apache/maven/jelly/tags/maven > MavenTagLibrary.java > Added: src/test/java/org/apache/maven/jelly/tags/maven > RootRelati

cvs commit: maven/src/java/org/apache/maven/jelly/tags/maven RootRelativePathTag.java MavenTagLibrary.java

2003-10-08 Thread vmassol
vmassol 2003/10/08 16:44:04 Modified:src/java/org/apache/maven/jelly/tags/maven MavenTagLibrary.java Added: src/test/java/org/apache/maven/jelly/tags/maven RootRelativePathTagTest.java src/java/org/apache/maven/jelly/

[jira] Updated: (MAVEN-904) Multiple *.fml files for input to faq-plugin

2003-10-08 Thread jira
The following issue has been updated: Updater: Per Olesen (mailto:[EMAIL PROTECTED]) Date: Wed, 8 Oct 2003 5:57 PM Comment: Here's the patch for multiple faq .fml files processing in the faq-plugin. It includes a "cvs diff -u" for the changed plugin.jelly file and a collection of th

[jira] Commented: (MAVEN-904) Multiple *.fml files for input to faq-plugin

2003-10-08 Thread jira
The following comment has been added to this issue: Author: Per Olesen Created: Wed, 8 Oct 2003 5:54 PM Body: >This would be nice. Got a patch? well, ... no i didn't, ... but know I do :-) figured I could give it a go and might learn some jelly on the way. So I've made a patch,

[jira] Updated: (MAVEN-916) The directory listing should be improved.

2003-10-08 Thread jira
The following issue has been updated: Updater: Trygve Laugst?l (mailto:[EMAIL PROTECTED]) Date: Wed, 8 Oct 2003 4:11 PM Comment: The directory image. It's a manipulation of the orginal parent.png image. Changes: Attachment changed to directory.png --

[jira] Updated: (MAVEN-916) The directory listing should be improved.

2003-10-08 Thread jira
The following issue has been updated: Updater: Trygve Laugst?l (mailto:[EMAIL PROTECTED]) Date: Wed, 8 Oct 2003 4:11 PM Comment: Improved the directory listing: * The parent button isnt shown if the request is the '/' dir (Might be a issue within webapps? * Removed the '..' directo

[jira] Created: (MAVEN-918) maven-proxy should handle missing files gracefully

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

[jira] Updated: (MAVEN-915) NPE in PropertyLoader

2003-10-08 Thread jira
The following issue has been updated: Updater: Trygve Laugst?l (mailto:[EMAIL PROTECTED]) Date: Wed, 8 Oct 2003 3:25 PM Comment: Ops, bug in the last patch :) Changes: Attachment changed to MAVEN-915.patch

[jira] Updated: (MAVEN-915) NPE in PropertyLoader

2003-10-08 Thread jira
The following issue has been updated: Updater: Trygve Laugst?l (mailto:[EMAIL PROTECTED]) Date: Wed, 8 Oct 2003 3:05 PM Comment: Added a getProperty() method that check that the property is set. Updated the test case too. Changes: Attachment changed to MAVEN-915.pat

[jira] Updated: (MAVEN-917) NPE when there is a validation error

2003-10-08 Thread jira
The following issue has been updated: Updater: Trygve Laugst?l (mailto:[EMAIL PROTECTED]) Date: Wed, 8 Oct 2003 2:59 PM Comment: The patch is almost to trivial to apply :) Changes: Attachment changed to MAVEN-917.patch ---

[jira] Commented: (MAVEN-832) Upgrade the classworlds dependency from rc1 to rc2

2003-10-08 Thread jira
The following comment has been added to this issue: Author: Trygve Laugst?l Created: Wed, 8 Oct 2003 2:54 PM Body: Because rc2 is in the org.codehaus namespace which made more sense to me when I was trying to enhance the uberjar to download the dependencies instead of bundling the

[jira] Created: (MAVEN-917) NPE when there is a validation error

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

[jira] Created: (MAVEN-916) The directory listing should be improved.

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

[jira] Created: (MAVEN-915) NPE in PropertyLoader

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

cvs commit: maven-plugins/simian project.xml

2003-10-08 Thread dion
dion2003/10/08 10:07:44 Modified:simian project.xml Log: Fix typo giving aslak credit back :-) Revision ChangesPath 1.15 +2 -2 maven-plugins/simian/project.xml Index: project.xml ===

[jira] Updated: (MAVEN-883) Secured Repositories

2003-10-08 Thread jira
The following issue has been updated: Updater: dion gillard (mailto:[EMAIL PROTECTED]) Date: Wed, 8 Oct 2003 12:20 PM Changes: Fix Version changed to 1.1 - For a full history of the issue, see: h

[jira] Updated: (MAVEN-911) How to execute single Class by using Clover?

2003-10-08 Thread jira
The following issue has been updated: Updater: dion gillard (mailto:[EMAIL PROTECTED]) Date: Wed, 8 Oct 2003 12:20 PM Changes: Fix Version changed to 1.1 - For a full history of the issue, see: h

[jira] Updated: (MAVEN-889) jnlp.extension.jar support

2003-10-08 Thread jira
The following issue has been updated: Updater: dion gillard (mailto:[EMAIL PROTECTED]) Date: Wed, 8 Oct 2003 12:19 PM Changes: Fix Version changed to 1.1 - For a full history of the issue, see: h

[jira] Updated: (MAVEN-874) Update commons-collections SNAPSHOT

2003-10-08 Thread jira
The following issue has been updated: Updater: dion gillard (mailto:[EMAIL PROTECTED]) Date: Wed, 8 Oct 2003 12:19 PM Changes: Fix Version changed to 1.1 - For a full history of the issue, see: h

[jira] Closed: (MAVEN-852) upgrade torque plugin to torque 3.1

2003-10-08 Thread jira
Message: The following issue has been closed. Resolver: dion gillard Date: Wed, 8 Oct 2003 12:18 PM Fixed in 3.3-SNAPSHOT - View the issue: http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-852 Here is a

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

2003-10-08 Thread dion
dion2003/10/08 09:56:34 Modified:torque project.xml plugin.jelly torque/xdocs changes.xml Log: Apply MAVEN-852 Revision ChangesPath 1.16 +4 -4 maven-plugins/torque/project.xml Index: project.xml ===

[jira] Updated: (MAVEN-868) maven.docs.src not processed under RC1 reactored build

2003-10-08 Thread jira
The following issue has been updated: Updater: dion gillard (mailto:[EMAIL PROTECTED]) Date: Wed, 8 Oct 2003 12:15 PM Changes: Fix Version changed to 1.0-rc2 - For a full history of the issue, see:

[jira] Updated: (MAVEN-864) tar command 'U' option not supported on Solaris OS.

2003-10-08 Thread jira
The following issue has been updated: Updater: dion gillard (mailto:[EMAIL PROTECTED]) Date: Wed, 8 Oct 2003 12:14 PM Changes: Fix Version changed to 1.1 - For a full history of the issue, see: h

[jira] Updated: (MAVEN-900) jnlp's maximum-heap-size should be max-heap-size

2003-10-08 Thread jira
The following issue has been updated: Updater: dion gillard (mailto:[EMAIL PROTECTED]) Date: Wed, 8 Oct 2003 12:14 PM Changes: Fix Version changed to 1.1 - For a full history of the issue, see: h

[jira] Updated: (MAVEN-861) dist:deploy-snapshot is missing SNAPSHOT zip/tar

2003-10-08 Thread jira
The following issue has been updated: Updater: dion gillard (mailto:[EMAIL PROTECTED]) Date: Wed, 8 Oct 2003 12:13 PM Changes: Fix Version changed to 1.1 - For a full history of the issue, see: h

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

2003-10-08 Thread jira
The following issue has been updated: Updater: dion gillard (mailto:[EMAIL PROTECTED]) Date: Wed, 8 Oct 2003 12:13 PM Changes: Fix Version changed to 1.1 - For a full history of the issue, see: h

[jira] Updated: (MAVEN-913) maven-java-plugin variables are not read correctly

2003-10-08 Thread jira
The following issue has been updated: Updater: dion gillard (mailto:[EMAIL PROTECTED]) Date: Wed, 8 Oct 2003 12:12 PM Changes: Fix Version changed to 1.1 - For a full history of the issue, see: h

[jira] Updated: (MAVEN-905) Repo Jar Request - Foxtrot 2.0

2003-10-08 Thread jira
The following issue has been updated: Updater: dion gillard (mailto:[EMAIL PROTECTED]) Date: Wed, 8 Oct 2003 12:12 PM Changes: Fix Version changed to 1.1 - For a full history of the issue, see: h

[jira] Closed: (MAVEN-850) shell plugin builds broken _maven completion function

2003-10-08 Thread jira
Message: The following issue has been closed. Resolver: dion gillard Date: Wed, 8 Oct 2003 12:11 PM Fixed in 1.1-SNAPSHOT - View the issue: http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-850 Here is a

cvs commit: maven-plugins/shell plugin.jelly project.xml plugin.properties

2003-10-08 Thread dion
dion2003/10/08 09:49:14 Modified:shell/xdocs goals.xml changes.xml shellplugin.jelly project.xml plugin.properties Log: Apply MAVEN-850 Revision ChangesPath 1.2 +1 -1 maven-plugins/shell/xdocs/goals.xml Index: goals.xml ===

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

2003-10-08 Thread jvanzyl
jvanzyl 2003/10/08 09:48:32 Removed: src/plugins-build/uberjar .cvsignore plugin.jelly project.xml src/plugins-build/uberjar/src/plugin-resources/conf classworlds.conf src/plugins-build/uberjar/xdocs .cvsignore

[jira] Updated: (MAVEN-879) upload commons-validator 1.1.0 to repository

2003-10-08 Thread jira
The following issue has been updated: Updater: dion gillard (mailto:[EMAIL PROTECTED]) Date: Wed, 8 Oct 2003 12:08 PM Changes: Fix Version changed to 1.1 - For a full history of the issue, see: h

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

2003-10-08 Thread jvanzyl
jvanzyl 2003/10/08 09:47:20 Removed: src/plugins-build/jcoverage .cvsignore plugin.jelly plugin.properties project.properties project.xml src/plugins-build/jcoverage/announcements 1.0.ann src/plugins-build/jcoverage/src/main/org/apach

[jira] Updated: (MAVEN-899) Source classpath entry was generated as full path.

2003-10-08 Thread jira
The following issue has been updated: Updater: dion gillard (mailto:[EMAIL PROTECTED]) Date: Wed, 8 Oct 2003 12:08 PM Comment: Got a patch? Changes: Fix Version changed to 1.1 - For a full histo

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

2003-10-08 Thread jira
The following issue has been updated: Updater: dion gillard (mailto:[EMAIL PROTECTED]) Date: Wed, 8 Oct 2003 12:07 PM Changes: Fix Version changed to 1.1 - For a full history of the issue, see: h

[jira] Updated: (MAVEN-853) Add a tag to the xdoc plugin to easily transform a file using the site style and navigation

2003-10-08 Thread jira
The following issue has been updated: Updater: dion gillard (mailto:[EMAIL PROTECTED]) Date: Wed, 8 Oct 2003 12:07 PM Comment: Need to test all the parameters are really necessary Changes: description changed from the xdoc plugin offers few tags to transform xml wi

[jira] Updated: (MAVEN-872) Maven does not recognize .cvspass file

2003-10-08 Thread jira
The following issue has been updated: Updater: dion gillard (mailto:[EMAIL PROTECTED]) Date: Wed, 8 Oct 2003 12:06 PM Comment: Need more detail. Changes: Fix Version changed to 1.1 - For a full

[jira] Updated: (MAVEN-891) sourceModifications: AntTag - The task doesn't support the nested "available" element.

2003-10-08 Thread jira
The following issue has been updated: Updater: dion gillard (mailto:[EMAIL PROTECTED]) Date: Wed, 8 Oct 2003 12:05 PM Changes: Fix Version changed to 1.0-rc2 - For a full history of the issue, see:

[jira] Closed: (MAVEN-890) Patch so that Simian can optionally ignore Unit tests

2003-10-08 Thread jira
Message: The following issue has been closed. Resolver: dion gillard Date: Wed, 8 Oct 2003 12:04 PM Fixed in 1.3-SNAPSHOT - View the issue: http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-890 Here is a

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

2003-10-08 Thread jvanzyl
jvanzyl 2003/10/08 09:42:00 Removed: src/plugins-build/statcvs .cvsignore plugin.jelly project.properties project.xml src/plugins-build/statcvs/announcements 1.2.ann 2.0.ann src/plugins-build/statcvs/xdocs .cvsignore changes.xml

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

2003-10-08 Thread dion
dion2003/10/08 09:41:59 Modified:simian project.xml plugin.properties plugin.jelly simian/xdocs properties.xml changes.xml Log: Apply MAVEN-890 Revision ChangesPath 1.14 +1 -1 maven-plugins/simian/project.xml Index: project.xml ==

[jira] Updated: (MAVEN-862) Add tag attribute to relax the restriction on artifact type and file extension association

2003-10-08 Thread jira
The following issue has been updated: Updater: dion gillard (mailto:[EMAIL PROTECTED]) Date: Wed, 8 Oct 2003 12:01 PM Changes: Fix Version changed to 1.1 - For a full history of the issue, see: h

cvs commit: maven/src/plugins-build/pmd/xdocs/images sample.gif

2003-10-08 Thread jvanzyl
jvanzyl 2003/10/08 09:41:08 Removed: src/plugins-build/pmd .cvsignore LICENSE.txt plugin.jelly plugin.properties project.properties project.xml src/plugins-build/pmd/announcements 1.0.ann 1.1.ann 1.2.ann src/plugins-build/pmd/src/plug

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

2003-10-08 Thread jvanzyl
jvanzyl 2003/10/08 09:40:25 Removed: src/plugins-build/jboss .cvsignore plugin.jelly plugin.properties project.properties project.xml src/plugins-build/jboss/announcements 1.0.ann 1.1.ann 1.2.ann 1.3.ann src/pl

[jira] Updated: (MAVEN-870) Make dependencies information page compact

2003-10-08 Thread jira
The following issue has been updated: Updater: dion gillard (mailto:[EMAIL PROTECTED]) Date: Wed, 8 Oct 2003 12:01 PM Changes: Fix Version changed to 1.1 - For a full history of the issue, see: h

[jira] Closed: (MAVEN-888) javadoc locale support

2003-10-08 Thread jira
Message: The following issue has been closed. Resolver: dion gillard Date: Wed, 8 Oct 2003 12:00 PM Added docs, applied similar fix - View the issue: http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-888

cvs commit: maven/src/plugins-build/cactus/xdocs .cvsignore changes.xml features.xml goals.xml index.xml navigation.xml properties.xml tasks.xml using.xml

2003-10-08 Thread jvanzyl
jvanzyl 2003/10/08 09:38:42 Removed: src/plugins-build/cactus .cvsignore plugin.jelly plugin.properties project.properties project.xml src/plugins-build/cactus/announcements 1.0.ann 1.1.ann 1.2.ann 2.0.ann 3.0.ann 3.1.ann

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

2003-10-08 Thread dion
dion2003/10/08 09:38:11 Modified:src/plugins-build/javadoc plugin.jelly plugin.properties src/plugins-build/javadoc/xdocs properties.xml Log: Fix for MAVEN-888 Revision ChangesPath 1.25 +4 -0 maven/src/plugins-build/javadoc/plugin.jelly I

[jira] Updated: (MAVEN-863) Upload request: DNA

2003-10-08 Thread jira
The following issue has been updated: Updater: dion gillard (mailto:[EMAIL PROTECTED]) Date: Wed, 8 Oct 2003 11:52 AM Changes: Fix Version changed to 1.1 - For a full history of the issue, see: h

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

2003-10-08 Thread jira
The following issue has been updated: Updater: dion gillard (mailto:[EMAIL PROTECTED]) Date: Wed, 8 Oct 2003 11:52 AM Changes: Fix Version changed to 1.1 - For a full history of the issue, see: h

[jira] Updated: (MAVEN-893) Support shared Eclipse launch configurations

2003-10-08 Thread jira
The following issue has been updated: Updater: dion gillard (mailto:[EMAIL PROTECTED]) Date: Wed, 8 Oct 2003 11:51 AM Changes: Fix Version changed to 1.1 - For a full history of the issue, see: h

[jira] Updated: (MAVEN-885) cactus plugin should report server HTTP response code

2003-10-08 Thread jira
The following issue has been updated: Updater: dion gillard (mailto:[EMAIL PROTECTED]) Date: Wed, 8 Oct 2003 11:50 AM Changes: Fix Version changed to 1.1 - For a full history of the issue, see: h

[jira] Updated: (MAVEN-851) Add "Download" document to "Project Info"

2003-10-08 Thread jira
The following issue has been updated: Updater: dion gillard (mailto:[EMAIL PROTECTED]) Date: Wed, 8 Oct 2003 11:51 AM Comment: Got a patch? Changes: Fix Version changed to 1.1 - For a full histo

[jira] Closed: (MAVEN-887) projects-overview builds incorrect links to aggregate projects

2003-10-08 Thread jira
Message: The following issue has been closed. Resolver: dion gillard Date: Wed, 8 Oct 2003 11:49 AM Fixed in 1.2-SNAPSHOT - View the issue: http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-887 Here is a

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

2003-10-08 Thread dion
dion2003/10/08 09:27:18 Modified:src/plugins-build/multiproject/src/plugin-resources/templates projects-overview.xml src/plugins-build/multiproject/xdocs changes.xml Log: Fix for Maven-887 Revision ChangesPath 1.6 +1 -1

[jira] Closed: (MAVEN-894) custom taglet support

2003-10-08 Thread jira
Message: The following issue has been closed. Resolver: dion gillard Date: Wed, 8 Oct 2003 11:44 AM Applied - View the issue: http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-894 Here is an overview of

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

2003-10-08 Thread dion
dion2003/10/08 09:22:00 Modified:src/plugins-build/javadoc plugin.jelly project.xml src/plugins-build/javadoc/xdocs properties.xml changes.xml Log: Apply MAVEN-894 Revision ChangesPath 1.24 +7 -0 maven/src/plugins-build/javadoc/plugin.jelly

[jira] Commented: (MAVEN-894) custom taglet support

2003-10-08 Thread jira
The following comment has been added to this issue: Author: dion gillard Created: Wed, 8 Oct 2003 11:38 AM Body: Applied patch. Testing now. - View the issue: http://jira.codehaus.org/secure/ViewIssue.jspa?key

[jira] Updated: (MAVEN-895) XML entities in project description cause xdoc to complain

2003-10-08 Thread jira
The following issue has been updated: Updater: dion gillard (mailto:[EMAIL PROTECTED]) Date: Wed, 8 Oct 2003 11:35 AM Changes: Fix Version changed to 1.1 - For a full history of the issue, see: h

[jira] Updated: (MAVEN-904) Multiple *.fml files for input to faq-plugin

2003-10-08 Thread jira
The following issue has been updated: Updater: dion gillard (mailto:[EMAIL PROTECTED]) Date: Wed, 8 Oct 2003 11:35 AM Comment: This would be nice. Got a patch? Changes: Fix Version changed to 1.1 --

[jira] Updated: (MAVEN-884) cactus plugin does not work with tomcat

2003-10-08 Thread jira
The following issue has been updated: Updater: dion gillard (mailto:[EMAIL PROTECTED]) Date: Wed, 8 Oct 2003 11:34 AM Changes: Fix Version changed to 1.1 - For a full history of the issue, see: h

[jira] Updated: (MAVEN-914) make jcoverage integrate better with cactus

2003-10-08 Thread jira
The following issue has been updated: Updater: dion gillard (mailto:[EMAIL PROTECTED]) Date: Wed, 8 Oct 2003 11:33 AM Changes: Fix Version changed to 1.1 - For a full history of the issue, see: h

[jira] Updated: (MAVEN-855) Add taglibs/taglibs-log-1.0.jar (and its tld) to the repository

2003-10-08 Thread jira
The following issue has been updated: Updater: dion gillard (mailto:[EMAIL PROTECTED]) Date: Wed, 8 Oct 2003 11:33 AM Changes: Fix Version changed to 1.1 - For a full history of the issue, see: h

[jira] Closed: (MAVEN-854) Update Standard to 1.0.4 jar and add taglibs to the repository

2003-10-08 Thread jira
Message: The following issue has been closed. Resolver: dion gillard Date: Wed, 8 Oct 2003 11:32 AM Uploaded today - View the issue: http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-854 Here is an overv

[jira] Updated: (MAVEN-878) enabling javadoc for maven.compile.src.set

2003-10-08 Thread jira
The following issue has been updated: Updater: dion gillard (mailto:[EMAIL PROTECTED]) Date: Wed, 8 Oct 2003 11:25 AM Changes: Fix Version changed to 1.1 - For a full history of the issue, see: h

[jira] Updated: (MAVEN-880) Incorrect description of "description" element in reference/project-descriptor.xml

2003-10-08 Thread jira
The following issue has been updated: Updater: dion gillard (mailto:[EMAIL PROTECTED]) Date: Wed, 8 Oct 2003 11:18 AM Comment: I'd much rather the schema change Changes: Fix Version changed to 1.1 -

[jira] Updated: (MAVEN-902) Incomplete download of JAR file not

2003-10-08 Thread jira
The following issue has been updated: Updater: dion gillard (mailto:[EMAIL PROTECTED]) Date: Wed, 8 Oct 2003 11:16 AM Changes: Fix Version changed to 1.1 - For a full history of the issue, see: h

[jira] Updated: (MAVEN-854) Update Standard to 1.0.4 jar and add taglibs to the repository

2003-10-08 Thread jira
The following issue has been updated: Updater: dion gillard (mailto:[EMAIL PROTECTED]) Date: Wed, 8 Oct 2003 11:16 AM Changes: Fix Version changed to 1.1 - For a full history of the issue, see: h

cvs commit: maven/src/plugins-build/multiproject/xdocs goals.xml

2003-10-08 Thread dion
dion2003/10/08 08:49:44 Modified:src/plugins-build/multiproject/xdocs goals.xml Log: Fix reversions Revision ChangesPath 1.10 +2 -2 maven/src/plugins-build/multiproject/xdocs/goals.xml Index: goals.xml =

Moving plugins

2003-10-08 Thread Jason van Zyl
Hi, Just a heads up. I'm moving some plugins on behalf of some devs: - cactus (vincent) - jboss (vincent) - pmd (vincent) - statcvs (vincent) - jcoverage (emmanuel) - uberjar (kaz) -- jvz. Jason van Zyl [EMAIL PROTECTED] http://tambora.zenplex.org In short, man creates for himself a new relig

[jira] Updated: (MAVEN-896) Eliminate unnecessary double-spacing of xref output

2003-10-08 Thread jira
The following issue has been updated: Updater: dion gillard (mailto:[EMAIL PROTECTED]) Date: Wed, 8 Oct 2003 11:10 AM Changes: Fix Version changed to 1.1 - For a full history of the issue, see: h

[jira] Commented: (MAVEN-797) Generated html-colored java source is not valid HTML - fails in Opera 6

2003-10-08 Thread jira
The following comment has been added to this issue: Author: dion gillard Created: Wed, 8 Oct 2003 11:09 AM Body: The patch fails to apply on CodeTransform.java. Could you please recreate it? Thanks! - View the is

cvs commit: maven-plugins project.xml

2003-10-08 Thread dion
dion2003/10/08 08:45:17 Modified:.project.xml Log: Add some developers Revision ChangesPath 1.9 +40 -1 maven-plugins/project.xml Index: project.xml === RCS file: /home/cvs/maven

cvs commit: maven-plugins maven.xml

2003-10-08 Thread dion
dion2003/10/08 08:44:26 Modified:.maven.xml Log: Remove unneeded calling of overview page Revision ChangesPath 1.2 +0 -4 maven-plugins/maven.xml Index: maven.xml === RCS file:

cvs commit: maven-plugins/xdocs faq.fml index.html

2003-10-08 Thread dion
dion2003/10/08 08:43:55 Modified:xdocsfaq.fml index.html Log: Add more detail in docs Revision ChangesPath 1.4 +15 -1 maven-plugins/xdocs/faq.fml Index: faq.fml === RCS file: /home/

cvs commit: maven/src/plugins-build/multiproject/xdocs/current properties.xml index.xml changes.xml goals.xml faq.fml

2003-10-08 Thread dion
dion2003/10/08 08:34:40 Modified:src/plugins-build/multiproject/xdocs goals.xml navigation.xml properties.xml changes.xml src/plugins-build/multiproject project.xml plugin.jelly Removed: src/plugins-build/multiproject/xdocs/current propert

cvs commit: maven project.xml

2003-10-08 Thread dion
dion2003/10/08 08:30:35 Modified:.project.xml Log: Move Brett to the right place Revision ChangesPath 1.312 +10 -10maven/project.xml Index: project.xml === RCS file: /home/cvs/mav

[jira] Updated: (MAVEN-881) wrong documented property for ear plugin

2003-10-08 Thread jira
The following issue has been updated: Updater: dion gillard (mailto:[EMAIL PROTECTED]) Date: Wed, 8 Oct 2003 10:28 AM Comment: Can you point out the page? Changes: Fix Version changed to 1.1 - F

[jira] Updated: (MAVEN-897) Not very informative error message on xdoc template error

2003-10-08 Thread jira
The following issue has been updated: Updater: dion gillard (mailto:[EMAIL PROTECTED]) Date: Wed, 8 Oct 2003 10:26 AM Changes: Fix Version changed to 1.1 - For a full history of the issue, see: h

[jira] Updated: (MAVEN-873) allow maven.build.dest to be a path instead of a single location

2003-10-08 Thread jira
The following issue has been updated: Updater: dion gillard (mailto:[EMAIL PROTECTED]) Date: Wed, 8 Oct 2003 10:23 AM Changes: Fix Version changed to 1.1 - For a full history of the issue, see: h

[jira] Created: (MAVEN-914) make jcoverage integrate better with cactus

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

[jira] Updated: (MAVEN-913) maven-java-plugin variables are not read correctly

2003-10-08 Thread jira
The following issue has been updated: Updater: Norbert Pabis (mailto:[EMAIL PROTECTED]) Date: Wed, 8 Oct 2003 10:11 AM Comment: In Cactus plugin. (Jira does not allow to edit bug after submitting :( ) Changes: Attachment changed to cactus_diff.patch

[jira] Created: (MAVEN-913) maven-java-plugin variables are not read correctly

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

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

2003-10-08 Thread dion
dion2003/10/08 07:48:59 Modified:src/plugins-build/xdoc/xdocs changes.xml Log: Fix typo Revision ChangesPath 1.19 +1 -1 maven/src/plugins-build/xdoc/xdocs/changes.xml Index: changes.xml =

RE: Moving Plugins

2003-10-08 Thread Jason van Zyl
On Wed, 2003-10-08 at 06:58, Vincent Massol wrote: > Do you want me to move the one I listed in my previous mail or do you > want to do it? Sure, I can move them over when I do Pete's. > Thanks > -Vincent > > > -Original Message- > > From: Jason van Zyl [mailto:[EMAIL PROTECTED] > > Sent

[jira] Closed: (MAVEN-912) StatCVS Plugin only works with a webCVS location

2003-10-08 Thread jira
Message: The following issue has been closed. Resolver: dion gillard Date: Wed, 8 Oct 2003 9:59 AM Fixed today - View the issue: http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-912 Here is an overview

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

2003-10-08 Thread dion
dion2003/10/08 07:37:06 Modified:src/plugins-build/statcvs project.xml plugin.jelly src/plugins-build/statcvs/xdocs changes.xml Log: MAVEN-912 Revision ChangesPath 1.22 +1 -1 maven/src/plugins-build/statcvs/project.xml Index: project.xml

Re: Moving Plugins

2003-10-08 Thread Florin Vancea
- Original Message - From: "Jason van Zyl" <[EMAIL PROTECTED]> To: "Maven Developers List" <[EMAIL PROTECTED]> Sent: Wednesday, October 08, 2003 8:30 AM Subject: RE: Moving Plugins > > - also, now that plugins are externalized it will be more difficult to > > converge in term of jar versi

[jira] Created: (MAVEN-912) StatCVS Plugin only works with a webCVS location

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

[jira] Created: (MAVEN-911) How to execute single Class by using Clover?

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

RE: Moving Plugins

2003-10-08 Thread Vincent Massol
Do you want me to move the one I listed in my previous mail or do you want to do it? Thanks -Vincent > -Original Message- > From: Jason van Zyl [mailto:[EMAIL PROTECTED] > Sent: 08 October 2003 07:41 > To: Maven Developers List > Subject: RE: Moving Plugins > > On Wed, 2003-10-08 at 02:5

RE: Moving Plugins

2003-10-08 Thread Jason van Zyl
On Wed, 2003-10-08 at 02:53, Vincent Massol wrote: > Agreed. In my opinion we should do both. We already started the plugin > move; we should finish it and not let it lie in mid-air. Many have been moved and I've offered help to anyone who has plugins and wants them moved. I have moved my own an

RE: Moving Plugins

2003-10-08 Thread Jason van Zyl
On Wed, 2003-10-08 at 01:39, Vincent Massol wrote: > Hi Jason, > > I'm fine with moving the following: Cactus, checkstyle, jboss, pmd, > statcvs and actually all the other remaining plugins... I still don't > understand why we need to keep any plugin at all in maven core. They can > be downloaded

  1   2   >