Re: 'correct' plugin structure

2003-09-14 Thread Trygve Laugstøl
You also might to take a look here: http://wiki.codehaus.org/maven/HowToCreateYourFirstPlugIn2 -- Trygve On Mon, 15 Sep 2003, Nathan Coast wrote: > Hi, > > is this the correct structure for plugin sources? > > /plugin.properties > /project.properties > /plugin.jelly > /project.xml > > /src/plu

RE: Next release?

2003-09-14 Thread Brett Porter
I'm +1 on doing a release now, and doing the memory leak and more bugs in the next release. Current CVS is very stable and we seem to get questions daily about things already fixed on the lists. I'm +0 on calling it beta-11. Cheers, Brett > -Original Message- > From: [EMAIL PROTECTED] [m

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

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: http://blogs.codehaus.org/p

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 ===

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. -

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

'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 PROT

[jira] Commented: (MAVEN-808) -d & -p options meaningless, location of project.xml

2003-09-14 Thread jira
The following comment has been added to this issue: Author: dion gillard Created: Sun, 14 Sep 2003 9:43 PM Body: Can you be more specific? Or give us some test cases? What exactly do you mean by "doesn't work"? -

Results of clean bootstrap at 20030914-2200

2003-09-14 Thread tirsen
Last 500 lines of a clean bootstrap build of maven at 20030914-2200 [exec] java:jar-resources: [exec] Copying 1 file to /usr/local/builds/maven/src/maven/src/plugins-build/webserver/target/classes/plugin-resources [exec] Copying 4 files to /usr/local/builds/maven/src/maven/src

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 -

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

2003-09-14 Thread dion
I thought that was on ibiblio, not maven.apache.org? -- dIon Gillard, Multitask Consulting Blog: http://blogs.codehaus.org/people/dion/ Ben Walding <[EMAIL PROTECTED]> wrote on 15/09/2003 06:36:35 AM: > There is a script in /public/html/maven/bin/zfixperms that will set all > your permissi

[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 clover

[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: --

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: reference/plugins/j

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: reference/plugins/cruisecont

[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: --

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 peo

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 ===

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: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: plugin.jel

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: /home/c

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

2003-09-14 Thread jira
Message: The following issue has been closed. Resolver: dion gillard Date: Sun, 14 Sep 2003 10:09 AM Removed bad code today - View the issue: http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-812 Here is

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

2003-09-14 Thread dion
dion2003/09/14 07:53:27 Modified:src/plugins-build/java/xdocs goals.xml Log: Fix bad docs Revision ChangesPath 1.5 +2 -3 maven/src/plugins-build/java/xdocs/goals.xml Index: goals.xml ===

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

2003-09-14 Thread dion
dion2003/09/14 07:51:33 Modified:src/plugins-build/java plugin.jelly src/plugins-build/java/xdocs goals.xml Log: Remove jar resources set as per MAVEN-812 Revision ChangesPath 1.23 +0 -21 maven/src/plugins-build/java/plugin.jelly Index: pl

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 =

[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: http://jira

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: /home/cvs/

[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

[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: --