Re: Plugin cleanup phase 1

2004-01-15 Thread Jason van Zyl
On Thu, 2004-01-15 at 23:26, Ben Walding wrote: > id / groupId works in 1.0-rc1 > groupId / artifactId doesn't For the reactor to pick them up properly or in general? > And I know that the ordering of the elements matters. It is very very > dodgy. I would say it has be the old way or the new w

Re: Plugin cleanup phase 1

2004-01-15 Thread Ben Walding
id / groupId works in 1.0-rc1 groupId / artifactId doesn't And I know that the ordering of the elements matters. It is very very dodgy. Have a look inside the code :) The law of unexpected consequences runs rife in there. setId("a:b") doesn't leave the project in the same state as setGroupId

xml files handling Re: cvs commit: maven-plugins/docbook plugin.jelly project.xml

2004-01-15 Thread Tomasz Pik
On 2004-01-15 23:00, Ben Walding wrote: styles/* => These are probably the only things that would be caught up by an LGPL license. As such I've removed them. I may reimplement them soon / get some kind of release from Hibernate. During using war/ear plugins I've found that it will be very useful

RE: Plugin cleanup phase 1

2004-01-15 Thread Jason van Zyl
On Thu, 2004-01-15 at 17:42, Brett Porter wrote: > Que? I use groupId/id all the time and its fine. Looking at the code, the > proposed changes should be fine: internally id = artifactId, but getId() > returns groupId:artifactId. artifactId has its own get/set. > > The only problem is that getId()

RE: Plugin cleanup phase 1

2004-01-15 Thread Brett Porter
Que? I use groupId/id all the time and its fine. Looking at the code, the proposed changes should be fine: internally id = artifactId, but getId() returns groupId:artifactId. artifactId has its own get/set. The only problem is that getId() seems to setArtifactId(id) even if id were null it would a

RE: Plugin cleanup phase 1

2004-01-15 Thread John Casey
I've been using artifactId for quite awhile now...since before RC1...unless there is something specific to plugins that might keep it from working. -john On Thu, 2004-01-15 at 16:48, Brett Porter wrote: > +0 if and only if works with RC1. From memory, I don't think it > does. > > - Brett > > >

RE: Plugin cleanup phase 1

2004-01-15 Thread Jason van Zyl
On Thu, 2004-01-15 at 16:48, Brett Porter wrote: > +0 if and only if works with RC1. From memory, I don't think it > does. Ben, I think we cound that groupId/artifactId are fine but it's the combination of groupId/id that caused problems, yes? > - Brett > > > -Original Message- > > From

cvs commit: maven-plugins/docbook plugin.jelly

2004-01-15 Thread bwalding
bwalding2004/01/15 14:06:32 Modified:docbook plugin.jelly Log: Removed erroneous code Revision ChangesPath 1.8 +6 -46 maven-plugins/docbook/plugin.jelly Index: plugin.jelly === RCS file: /

[jira] Commented: (MAVEN-1091) plugin:test failures for some plugins

2004-01-15 Thread jira
The following comment has been added to this issue: Author: Brett Porter Created: Thu, 15 Jan 2004 4:22 PM Body: add deploy to the list. - View the issue: http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN

[jira] Commented: (MAVEN-1072) Maven site fails

2004-01-15 Thread jira
The following comment has been added to this issue: Author: Brett Porter Created: Thu, 15 Jan 2004 4:20 PM Body: fixed in local copy. Will clean up for CVS over the weekend. - View the issue: http://jira.codehau

cvs commit: maven-plugins/docbook/src/plugin-resources/styles html_chunk.xsl html.css html.xsl fopdf.xsl

2004-01-15 Thread bwalding
bwalding2004/01/15 14:01:18 Removed: docbook/src/plugin-resources/styles html_chunk.xsl html.css html.xsl fopdf.xsl Log: Can't have that LGPL stuff here. - To unsubscribe, e-mail: [EMAIL PROT

Re: cvs commit: maven-plugins/docbook plugin.jelly project.xml

2004-01-15 Thread Ben Walding
docbook-dtd / docbook-xsl => Unencumbered license => http://www.docbook.org/wiki/moin.cgi/DocBookLicense plugin.jelly => General concepts from hibernate, but they're really just ant tasks that are general ways to run doc book and fop. styles/* => These are probably the only things that would be c

RE: Plugin cleanup phase 1

2004-01-15 Thread Brett Porter
+0 if and only if works with RC1. From memory, I don't think it does. - Brett > -Original Message- > From: Jason van Zyl [mailto:[EMAIL PROTECTED] > Sent: Thursday, 15 January 2004 6:41 PM > To: Maven Developers List > Subject: Plugin cleanup phase 1 > > > Hi, > > Does anyone object

cvs commit: maven-components/maven-model-xpp3 project.xml

2004-01-15 Thread jvanzyl
jvanzyl 2004/01/15 13:00:30 Modified:maven-model-xpp3 project.xml Log: updating components to snaps Revision ChangesPath 1.10 +1 -1 maven-components/maven-model-xpp3/project.xml Index: project.xml ==

cvs commit: maven-components/maven-project project.xml

2004-01-15 Thread jvanzyl
jvanzyl 2004/01/15 12:55:55 Modified:maven-project project.xml Log: updating components to snaps Revision ChangesPath 1.10 +2 -2 maven-components/maven-project/project.xml Index: project.xml

[jira] Commented: (MAVENUPLOAD-58) ojb 1.0-rc5 is inaccessible

2004-01-15 Thread jira
The following comment has been added to this issue: Author: Neil Katin Created: Thu, 15 Jan 2004 11:33 AM Body: Thanks for your fast response. I tried it and it worked. Sorry for the bogus bug... - View the issu

[jira] Commented: (MAVEN-1122) [jar request] strutstestcase for 2.2 containers

2004-01-15 Thread jira
The following comment has been added to this issue: Author: Emmanuel Bourg Created: Thu, 15 Jan 2004 11:20 AM Body: Sorry I linked to an old version, here is the latest version available : http://prdownloads.sourceforge.net/strutstestcase/strutstest200-1.1_2.2.zip --

[jira] Created: (MAVEN-1122) [jar request] strutstestcase for 2.2 containers

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

[jira] Created: (MAVEN-1121) [jar request] junit addons

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

cvs commit: maven-plugins/pdf project.xml

2004-01-15 Thread evenisse
evenisse2004/01/15 08:27:07 Modified:pdf project.xml Log: use groupId/artifactId instead of id for dependencies Revision ChangesPath 1.23 +19 -15maven-plugins/pdf/project.xml Index: project.xml =

[jira] Commented: (MAVEN-1120) [jar request] javamail & activation

2004-01-15 Thread jira
The following comment has been added to this issue: Author: Emmanuel Bourg Created: Thu, 15 Jan 2004 10:13 AM Body: It's worth noting the servlet api is available under the same terms : http://java.sun.com/products/servlet/download.html And this API is available in the repository

Plugin cleanup phase 1

2004-01-15 Thread Jason van Zyl
Hi, Does anyone object to flipping all the plugins over to using / instead of just to promote the the proper way? People just take plugins and copy them and propagate things we don't want. -- jvz. Jason van Zyl [EMAIL PROTECTED] http://maven.apache.org First, the taking in of scattered parti

Re: cvs commit: maven-plugins/docbook plugin.jelly project.xml

2004-01-15 Thread dion
[EMAIL PROTECTED] wrote on 16/01/2004 01:25:48 AM: > Log: > A giant rip off of the hibernate docbook->pdf/html converter. > > It's pretty much a copy and hack to make it fit into maven at present. > > Needs to have customisation added to it (at present it generates hibernate.pdf!)

[jira] Commented: (MAVEN-1120) [jar request] javamail & activation

2004-01-15 Thread jira
The following comment has been added to this issue: Author: Emmanuel Bourg Created: Thu, 15 Jan 2004 9:45 AM Body: My understanding is that the "Software" is the set of classes of the API. So as long as the content of the jar is not modified, it can be distributed. --

[jira] Commented: (MAVEN-1120) [jar request] javamail & activation

2004-01-15 Thread jira
The following comment has been added to this issue: Author: dion gillard Created: Thu, 15 Jan 2004 9:22 AM Body: IANAL either, but "(i) you distribute the Software complete and unmodified and only bundled as part of, and for the sole purpose of running, your Java applets or app

cvs commit: maven-plugins/pdf project.xml

2004-01-15 Thread evenisse
evenisse2004/01/15 06:30:46 Modified:pdf project.xml Log: Add id tag Revision ChangesPath 1.22 +1 -0 maven-plugins/pdf/project.xml Index: project.xml === RCS file: /home/cvs/maven-plug

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

2004-01-15 Thread bwalding
bwalding2004/01/15 06:25:48 Modified:docbook/xdocs changes.xml goals.xml docbook plugin.jelly project.xml Added: docbook/src/plugin-resources/lib/docbook-xsl/common de.xml en.xml da.xml fi.xml ca.xml l10n.xml pt.xml sr.xml

cvs commit: maven-plugins/docbook/src/plugin-resources/lib - New directory

2004-01-15 Thread bwalding
bwalding2004/01/15 06:18:37 maven-plugins/docbook/src/plugin-resources/lib - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: maven-plugins/docbook/src/plugin-resources/lib/docbook-xsl/html - New directory

2004-01-15 Thread bwalding
bwalding2004/01/15 06:18:37 maven-plugins/docbook/src/plugin-resources/lib/docbook-xsl/html - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: maven-plugins/docbook/src/plugin-resources/styles - New directory

2004-01-15 Thread bwalding
bwalding2004/01/15 06:18:37 maven-plugins/docbook/src/plugin-resources/styles - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: maven-plugins/docbook/src/plugin-resources/lib/docbook-dtd/ent - New directory

2004-01-15 Thread bwalding
bwalding2004/01/15 06:18:37 maven-plugins/docbook/src/plugin-resources/lib/docbook-dtd/ent - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: maven-plugins/docbook/src/plugin-resources/lib/docbook-xsl/lib - New directory

2004-01-15 Thread bwalding
bwalding2004/01/15 06:18:37 maven-plugins/docbook/src/plugin-resources/lib/docbook-xsl/lib - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: maven-plugins/docbook/src/plugin-resources/lib/docbook-xsl/fo - New directory

2004-01-15 Thread bwalding
bwalding2004/01/15 06:18:37 maven-plugins/docbook/src/plugin-resources/lib/docbook-xsl/fo - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: maven-plugins/docbook/src/plugin-resources/lib/docbook-xsl/common - New directory

2004-01-15 Thread bwalding
bwalding2004/01/15 06:18:37 maven-plugins/docbook/src/plugin-resources/lib/docbook-xsl/common - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: maven-plugins/docbook/src/plugin-resources/lib/docbook-dtd - New directory

2004-01-15 Thread bwalding
bwalding2004/01/15 06:18:37 maven-plugins/docbook/src/plugin-resources/lib/docbook-dtd - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: maven-plugins/docbook/src/plugin-resources/lib/docbook-xsl - New directory

2004-01-15 Thread bwalding
bwalding2004/01/15 06:18:37 maven-plugins/docbook/src/plugin-resources/lib/docbook-xsl - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[jira] Commented: (MAVEN-1120) [jar request] javamail & activation

2004-01-15 Thread jira
The following comment has been added to this issue: Author: Emmanuel Bourg Created: Thu, 15 Jan 2004 8:33 AM Body: IANAL but the license for javamail is not a strict BCL, there are supplemental terms allowing binary distribution : "2. License to Distribute Software. Subject to th

cvs commit: maven-plugins/pdf/src/plugin-resources/fonts gara.ttf garabd.ttf garait.ttf ttf-gara.xml ttf-garabd.xml ttf-garait.xml

2004-01-15 Thread evenisse
evenisse2004/01/15 05:57:45 Added: pdf/src/plugin-resources fo-body.xslt fo-layouts.xslt fo-table-column-widths.xslt fo-tables.xslt fo-toc.xslt userconfig.xml pdf/src/plugin-resources/fonts gara.ttf garabd.ttf

cvs commit: maven-plugins/pdf/src/plugin-resources/fonts - New directory

2004-01-15 Thread evenisse
evenisse2004/01/15 05:57:09 maven-plugins/pdf/src/plugin-resources/fonts - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

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

2004-01-15 Thread evenisse
evenisse2004/01/15 05:56:34 Modified:pdf plugin.jelly plugin.properties project.properties project.xml pdf/src/plugin-resources project2fo.xslt pdf/xdocs changes.xml Log: MAVEN-MPPDF-1. Completely re-writte of the PDF plug-in

[jira] Commented: (MPWAR-16) war plugin cannot add other files to web-inf without workaround

2004-01-15 Thread jira
The following comment has been added to this issue: Author: Tim Chen Created: Thu, 15 Jan 2004 8:04 AM Body: I'm not sure how you can do that unless you also declare maven.war.webapp.dir in your project.properties before the struts stuff. Remember that xdoclet generation must occur

[jira] Commented: (MPWAR-16) war plugin cannot add other files to web-inf without workaround

2004-01-15 Thread jira
The following comment has been added to this issue: Author: Michal Maczka Created: Thu, 15 Jan 2004 7:06 AM Body: Well I was using xdoclet and my own generator and I was able to instruct them both to generate their stuff into ${maven.war.build.dir} I don't remember details but I

[jira] Closed: (MAVEN-1120) [jar request] javamail & activation

2004-01-15 Thread jira
Message: The following issue has been closed. Resolver: dion gillard Date: Thu, 15 Jan 2004 7:06 AM Nope. AFAIK, the Sun BCL forbids this style of binary distribution - View the issue: http://jira.codehaus.org/se

[jira] Created: (MAVEN-1120) [jar request] javamail & activation

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

[jira] Commented: (MPWAR-16) war plugin cannot add other files to web-inf without workaround

2004-01-15 Thread jira
The following comment has been added to this issue: Author: Tim Chen Created: Thu, 15 Jan 2004 6:54 AM Body: Thanks Michal. But that's exactly what I was talking about. But that kind of work around in my mind isn't suffering from performance but rather from the concept of what war

cvs commit: maven-plugins/changelog .cvsignore

2004-01-15 Thread vmassol
vmassol 2004/01/15 03:48:26 Modified:changelog .cvsignore Log: added build.properties to ignore file list Revision ChangesPath 1.2 +1 -0 maven-plugins/changelog/.cvsignore Index: .cvsignore

[jira] Closed: (MAVENUPLOAD-58) ojb 1.0-rc5 is inaccessible

2004-01-15 Thread jira
Message: The following issue has been closed. Resolver: Emmanuel Venisse Date: Thu, 15 Jan 2004 5:58 AM Refused - View the issue: http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVENUPLOAD-58 Here is an ove

[jira] Commented: (MAVENUPLOAD-58) ojb 1.0-rc5 is inaccessible

2004-01-15 Thread jira
The following comment has been added to this issue: Author: Emmanuel Venisse Created: Thu, 15 Jan 2004 5:57 AM Body: I refused to create a new groupId for OJB. You can access to it like this : ojb db-ojb 1.0.rc5 It's the official way to access to dependency. The id tag i

[jira] Commented: (MPWAR-16) war plugin cannot add other files to web-inf without workaround

2004-01-15 Thread jira
The following comment has been added to this issue: Author: Michal Maczka Created: Thu, 15 Jan 2004 2:25 AM Body: War plugin works in stages: 1. war:webapp goal is coping the files into ${maven.war.webapp.dir} 2. war:war makes a jar from this directory. If you need to add some