cvs commit: maven/src/plugins-build/jellydoc/src/main/org/apache/maven/jellydoc XMLDoclet.java

2003-09-14 Thread dion
dion2003/09/13 23:44:39 Modified:src/plugins-build/jellydoc/src/main/org/apache/maven/jellydoc XMLDoclet.java Log: Fix header Revision ChangesPath 1.3 +13 -17

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

2003-09-14 Thread dion
dion2003/09/13 23:48:42 Modified:src/plugins-build project.xml Log: Fix problems people have with b10 building current plugins Revision ChangesPath 1.6 +1 -1 maven/src/plugins-build/project.xml Index: project.xml

[jira] Created: (MAVEN-817) xdoclet 1.2b3/b4 Upload to IBiblio

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

[jira] Commented: (MAVEN-794) Ampersand in todo tag causes all todo tags to be empty in task-list.html

2003-09-14 Thread jira
The following comment has been added to this issue: Author: Adrian Holland Created: Sun, 14 Sep 2003 7:32 AM Body: Maybe this problem is not just associated with an Ampersand in the java source code as I now get the same problem after building the latest Maven source from CVS and

cvs commit: maven/xdocs/misc articles.xml

2003-09-14 Thread dion
dion2003/09/14 07:38:50 Modified:xdocs/misc articles.xml Log: Add devx article Revision ChangesPath 1.2 +4 -0 maven/xdocs/misc/articles.xml Index: articles.xml === RCS file:

[jira] Commented: (MAVEN-812) Java plugin generate a lot of exeption in maven.log

2003-09-14 Thread jira
The following comment has been added to this issue: Author: dion gillard Created: Sun, 14 Sep 2003 10:06 AM Body: I agree, it appears the code is no longer being used and is broken. - View the issue:

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

2003-09-14 Thread dion
dion2003/09/14 07:51:14 Modified:src/plugins-build/jar/xdocs/current properties.xml Log: Remove jar resources set as per MAVEN-812 Revision ChangesPath 1.2 +0 -17 maven/src/plugins-build/jar/xdocs/current/properties.xml Index: properties.xml

cvs commit: maven project.xml

2003-09-14 Thread dion
dion2003/09/14 08:00:08 Modified:.project.xml Log: Remove non-existent findbugs plugin Revision ChangesPath 1.304 +0 -1 maven/project.xml Index: project.xml === RCS file:

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

2003-09-14 Thread dion
dion2003/09/14 08:09:09 Modified:src/plugins-build/xdoc plugin.jelly Log: Remove non-existent findbugs plugin. We really need to externalise this next release. Revision ChangesPath 1.48 +0 -1 maven/src/plugins-build/xdoc/plugin.jelly Index:

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

2003-09-14 Thread dion
dion2003/09/14 08:36:37 Modified:src/plugins-build/jellydoc plugin.jelly Log: Fix bad reactored location of doclet file Revision ChangesPath 1.14 +4 -12 maven/src/plugins-build/jellydoc/plugin.jelly Index: plugin.jelly

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

2003-09-14 Thread dion
dion2003/09/14 08:41:33 Modified:src/plugins-build/xdoc plugin.jelly Log: Fix bad indentation Revision ChangesPath 1.49 +11 -11maven/src/plugins-build/xdoc/plugin.jelly Index: plugin.jelly

Non g+w dirs on maven.apache.org

2003-09-14 Thread dion
[exec] chmod: reference/plugins/jcoverage: Operation not permitted [exec] chmod: reference/plugins/cruisecontrol: Operation not permitted [exec] chmod: reference/plugins/findbugs: Operation not permitted [exec] chmod: reference/plugins/scm: Operation not permitted Emannuel, can you

[jira] Created: (MAVEN-818) Request for upload jasper-compiler, jasper-runtime 4.1

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

Re: Non g+w dirs on maven.apache.org

2003-09-14 Thread Ben Walding
There is a script in /public/html/maven/bin/zfixperms that will set all your permissions correctly. cd /public/html/maven sh /public/html/maven/bin/zfixperms [EMAIL PROTECTED] wrote: [exec] chmod: reference/plugins/jcoverage: Operation not permitted [exec] chmod:

Re: Non g+w dirs on maven.apache.org

2003-09-14 Thread Ben Walding
I should read more carefully. That script is on ibiblio. Ben Walding wrote: There is a script in /public/html/maven/bin/zfixperms that will set all your permissions correctly. cd /public/html/maven sh /public/html/maven/bin/zfixperms [EMAIL PROTECTED] wrote: [exec] chmod:

[jira] Created: (MAVEN-819) [PATCH] Clover HTML report sort order

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

[jira] Updated: (MAVEN-819) [PATCH] Clover HTML report sort order

2003-09-14 Thread jira
The following issue has been updated: Updater: Howard M. Lewis Ship (mailto:[EMAIL PROTECTED]) Date: Sun, 14 Sep 2003 5:25 PM Comment: Patch file, against maven workspace root. Modifies clover to add HTML report sort property. Changes: Attachment changed to

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

2003-09-14 Thread dion
dion2003/09/14 18:29:20 Modified:src/plugins-build/jellydoc/src/plugin-resources maven-jellydoc-plugin.jelly src/plugins-build/jellydoc/xdocs changes.xml Log: Sort tag libs, tags and attributes Revision ChangesPath 1.6 +8

'correct' plugin structure

2003-09-14 Thread Nathan Coast
Hi, is this the correct structure for plugin sources? /plugin.properties /project.properties /plugin.jelly /project.xml /src/plugin-resources/ what is this dir intended for? cheers Nathan - To unsubscribe, e-mail: [EMAIL

RE: 'correct' plugin structure

2003-09-14 Thread Brett Porter
is this the correct structure for plugin sources? /plugin.properties /project.properties /plugin.jelly /project.xml yes /src/plugin-resources/ what is this dir intended for? Stuff you need to use inside the plugin - such as template files. Checkout some of the many in the current

Re: 'correct' plugin structure

2003-09-14 Thread dion
Nathan Coast [EMAIL PROTECTED] wrote on 15/09/2003 01:34:48 PM: Hi, is this the correct structure for plugin sources? /plugin.properties /project.properties /plugin.jelly /project.xml /src/plugin-resources/ what is this dir intended for? Runtime required resources. -- dIon

cvs commit: maven project.xml

2003-09-14 Thread dion
dion2003/09/14 22:28:05 Modified:src/bin maven.bat maven .project.xml Log: Move to forehead 1.0 beta 5 Revision ChangesPath 1.38 +160 -160 maven/src/bin/maven.bat Index: maven.bat

Next release?

2003-09-14 Thread dion
Are we all in agreement that the next release should happen pretty soon, and be called 1.0-beta-11? I'm +0 on that name vs 1.0-RC1, as we know we aren't adding new functionality. Any objections/vote now? Here's my +1. -- dIon Gillard, Multitask Consulting Blog:

RE: Next release?

2003-09-14 Thread Vincent Massol
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 15 September 2003 07:43 To: [EMAIL PROTECTED] Subject: Next release? Are we all in agreement that the next release should happen pretty soon, and be called 1.0-beta-11? I'm +0 on that name vs 1.0-RC1,