[jira] Commented: (MAVEN-532) add IRQ channel info and "where to get help" to FAQ

2003-07-01 Thread jira
The following comment has been added to this issue: Author: dion gillard Created: Tue, 1 Jul 2003 8:15 PM Body: This one failed patching too - View the issue: http://jira.codehaus.org/secure/ViewIssue.jspa?key=M

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

2003-07-01 Thread dion
[EMAIL PROTECTED] wrote on 01/07/2003 06:45:14 PM: > michal 2003/07/01 01:45:14 > > Modified:src/plugins-build/ear plugin.jelly >src/plugins-build/ear/xdocs changes.xml > Log: > o Iterating over artifacts not deps > > o Added deploy, deploy-snapshot and install-s

[jira] Commented: (MAVEN-533) allow packaging of project's own jar/or war into the ear and add standard artifact goals for ears

2003-07-01 Thread jira
The following comment has been added to this issue: Author: dion gillard Created: Tue, 1 Jul 2003 8:09 PM Body: The usual answer to this query is NOT to have a WAR and an EAR being built from the same project - make multiple projects. --

[jira] Commented: (MAVEN-533) allow packaging of project's own jar/or war into the ear and add standard artifact goals for ears

2003-07-01 Thread jira
The following comment has been added to this issue: Author: dion gillard Created: Tue, 1 Jul 2003 8:10 PM Body: >From reading the commit logs, it looks like this has broken the ear plugin? - View the issue: http

[jira] Reopened: (MAVEN-533) allow packaging of project's own jar/or war into the ear and add standard artifact goals for ears

2003-07-01 Thread jira
Message: The following issue has been reopened. Reopener: dion gillard Date: Tue, 1 Jul 2003 8:09 PM I'm not happy on this one yet - View the issue: http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-533

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

2003-07-01 Thread dion
Comments inline... [EMAIL PROTECTED] wrote on 01/07/2003 11:53:43 PM: > evenisse2003/07/01 06:53:43 > > Modified:src/plugins-build/changelog plugin.jelly >src/plugins-build/checkstyle plugin.jelly >src/plugins-build/clover plugin.jelly project.xml >

Re: cvs commit: maven/src/plugins-build/war/xdocs changes.xml goals.xml

2003-07-01 Thread dion
Comments inline... [EMAIL PROTECTED] wrote on 02/07/2003 12:58:52 AM: > michal 2003/07/01 07:58:52 > > Modified:src/plugins-build/war plugin.jelly >src/plugins-build/war/xdocs changes.xml goals.xml > Log: > Fixes for MAVEN-518. [snippage] > - > +

Re: smart reactor proposal

2003-07-01 Thread Brett Porter
I'm not sure I can glean the use case from what you're describing. What is it you're trying to do? We have a project which is all one unit, and currently use reactor to build all the subprojects, some of which are dependant on each other. Some are JARs and some are WARs. At the moment, you eithe

Re: smart reactor proposal

2003-07-01 Thread Jason van Zyl
On Tue, 2003-07-01 at 19:21, Brett Porter wrote: > Can this also tie in with the aggregator stuff dIon was working on? Sure, once we have a little tool I'm sure it can be reused. > I > think he was specifically looking at docs, but other plugins like EAR > and Eclipse could certainly make use

[jira] Commented: (MAVEN-537) add some more info to offline and pseudo-offline (no jar download) mode to user-doc

2003-07-01 Thread jira
The following comment has been added to this issue: Author: dion gillard Created: Tue, 1 Jul 2003 7:33 PM Body: Sorry, the patch failed to apply. Can u generate a new one? - View the issue: http://jira.codehaus.

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

2003-07-01 Thread dion
[EMAIL PROTECTED] wrote on 02/07/2003 07:34:20 AM: > vmassol 2003/07/01 14:34:20 > > Modified:src/plugins-build/cactus plugin.jelly > Log: > Now using pom.artifacts to support override Bzzzt. > > Revision ChangesPath > 1.23 +2 -1 maven/src/plugins-build/cactus/

Re: smart reactor proposal

2003-07-01 Thread Brett Porter
ok, I'll keep it in mind and see how this pans out. I'm not sure which goal I'd want to attach it to or to which plugin it should belong at this point. We have our own plugin for these sorts of requirements. - Brett [EMAIL PROTECTED] wrote: Yep, it's all worth including! -- dIon Gillard, Multit

[jira] Commented: (MAVEN-518) plugins guess filename from 'dependency', should use 'artifact'

2003-07-01 Thread jira
The following comment has been added to this issue: Author: dion gillard Created: Tue, 1 Jul 2003 7:25 PM Body: It depends what you use the for, but dep.artifactPath is the culprit from memory - View the issue:

Re: smart reactor proposal

2003-07-01 Thread dion
Yep, it's all worth including! -- dIon Gillard, Multitask Consulting Blog: http://blogs.codehaus.org/people/dion/ Work: http://www.multitask.com.au Brett Porter <[EMAIL PROTECTED]> wrote on 02/07/2003 09:21:56 AM: > Can this also tie in with the aggregator stuff dIon was working on? I

Re: smart reactor proposal

2003-07-01 Thread Brett Porter
Can this also tie in with the aggregator stuff dIon was working on? I think he was specifically looking at docs, but other plugins like EAR and Eclipse could certainly make use of it. I'm thinking of some sort of generalised "buildable project" dependency infrastructure. I'm also looking at hav

Re: smart reactor proposal

2003-07-01 Thread Jason van Zyl
On Wed, 2003-06-04 at 05:47, Aslak Hellesøy wrote: > Sorry if this has been brought up before, but I have an idea about how > to make the reactor smarter/quicker. > > I have a project with lots of subprojects that are built with reactor. I > want to reduce the build time by making the reactor sm

[jira] Commented: (MAVEN-536) A mechanism for easily retrieving plugins that are not distributed with Maven.

2003-07-01 Thread jira
The following comment has been added to this issue: Author: Brett Porter Created: Tue, 1 Jul 2003 6:24 PM Body: This is fantastic. I'd also like to see Maven be able to use a versioned plugin as defined in the project.xml if it has problems with more recent versions (eg checkstyle

[jira] Updated: (MAVEN-470) The Maven download is a lot heavier than it needs to be

2003-07-01 Thread jira
The following issue has been updated: Updater: Brett Porter (mailto:[EMAIL PROTECTED]) Date: Tue, 1 Jul 2003 6:18 PM Comment: this patch to the bootstrap and forehead.conf addresses the XML library duplication (about 1Mb before compression), which is the only saving for the actual

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

2003-07-01 Thread vmassol
vmassol 2003/07/01 14:34:20 Modified:src/plugins-build/cactus plugin.jelly Log: Now using pom.artifacts to support override Revision ChangesPath 1.23 +2 -1 maven/src/plugins-build/cactus/plugin.jelly Index: plugin.jelly ==

[jira] Updated: (MAVEN-518) plugins guess filename from 'dependency', should use 'artifact'

2003-07-01 Thread jira
The following issue has been updated: Updater: Vincent Massol (mailto:[EMAIL PROTECTED]) Date: Tue, 1 Jul 2003 4:52 PM Changes: Comment changed from to - For a full history of the issue, see: http

[jira] Commented: (MAVEN-518) plugins guess filename from 'dependency', should use 'artifact'

2003-07-01 Thread jira
The following comment has been added to this issue: Author: Vincent Massol Created: Tue, 1 Jul 2003 4:52 PM Body: I've always been using ${pom.dependencies} and I've never had a single problem (and I never use a type for jar artifacts). Are you really sure? Thanks -Vincent --

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

2003-07-01 Thread Michal Maczka
Shouldn't you be doing: See Maven-518 for explanations why. regards Michal P.S. I did such changes to war, ear plugin and plan to do the same to eclipse plugin. We won't need to set MAVEN_REPO in eclipse workbench. > +

[jira] Created: (MAVEN-538) Fails when no pmd errors

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

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

2003-07-01 Thread vmassol
vmassol 2003/07/01 14:04:52 Modified:src/plugins-build/cactus plugin.jelly src/plugins-build/cactus/xdocs changes.xml Removed: src/plugins-build/cactus LICENSE.txt Log: Add all user jars that have been marked to be included in the cactus test (w

RE: [jira] Closed: (MAVEN-489) Checkstyle Error - "Got anexception - java.lang.ClassCastException "

2003-07-01 Thread Jason van Zyl
On Tue, 2003-07-01 at 09:42, Vincent Massol wrote: > Sorry, could you explain what the reason was and what you've done to fix > it? Is it the stuff about the root classloader? > > If so, can you please explain to me why it solves it (I'm curious to > know the reason). > > Personally I don't belie

[jira] Commented: (MAVEN-537) add some more info to offline and pseudo-offline (no jar download) mode to user-doc

2003-07-01 Thread jira
The following comment has been added to this issue: Author: Martin Skopp Created: Tue, 1 Jul 2003 11:44 AM Body: sorry, prio is not major - I clicked 2fast... - View the issue: http://jira.codehaus.org/secure/Vi

[jira] Updated: (MAVEN-537) add some more info to offline and pseudo-offline (no jar download) mode to user-doc

2003-07-01 Thread jira
The following issue has been updated: Updater: Martin Skopp (mailto:[EMAIL PROTECTED]) Date: Tue, 1 Jul 2003 11:42 AM Comment: ... and here's the cvs diff -u for the patch someone please do the patch commit (or give me commit rights :-)) Changes: Attachment changed fr

[jira] Created: (MAVEN-537) add some more info to offline and pseudo-offline (no jar download) mode to user-doc

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

cvs commit: maven build-bootstrap.xml

2003-07-01 Thread evenisse
evenisse2003/07/01 08:29:34 Modified:.build-bootstrap.xml Log: Piccolo isn't used by maven. Revision ChangesPath 1.199 +0 -1 maven/build-bootstrap.xml Index: build-bootstrap.xml ===

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

2003-07-01 Thread michal
michal 2003/07/01 07:58:52 Modified:src/plugins-build/war plugin.jelly src/plugins-build/war/xdocs changes.xml goals.xml Log: Fixes for MAVEN-518. Artifact processing in the plugin was slightly changed and now it supports jar overriding mechanism Revision Cha

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

2003-07-01 Thread michal
michal 2003/07/01 07:57:57 Modified:src/plugins-build/ear/xdocs goals.xml changes.xml src/plugins-build/ear plugin.jelly Log: Fixes for MAVEN-518. Artifact processing in the plugin was slightly changed and now it supports jar overriding mechanism Revision Ch

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

2003-07-01 Thread Emmanuel Venisse
> Sorry, could you explain what the reason was and what you've done to fix > it? Is it the stuff about the root classloader? the root classloader is used for Ant task >From http://maven.apache.org/reference/developer-guide.html "This is the Ant class loader, and the most common override used in a

[jira] Closed: (MAVEN-495) Use of SNAPSHOT jars when remote repo is disabled

2003-07-01 Thread jira
Message: The following issue has been closed. - View the issue: http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-495 Here is an overview of the issue: --

MAVEN-401

2003-07-01 Thread Jason van Zyl
Dion, I unlinked a couple of issues like the documentation stuff that is an on going issue and the pom:validate with as that's not going to be solved by b10. -- jvz. Jason van Zyl [EMAIL PROTECTED] http://tambora.zenplex.org In short, man creates for himself a new religion of a rational and

[jira] Closed: (MAVEN-493) Default reports and reports not generated

2003-07-01 Thread jira
Message: The following issue has been closed. Resolver: Emmanuel Venisse Date: Tue, 1 Jul 2003 9:15 AM Done. I register reports only if source, test,... exists. - View the issue: http://jira.codehaus.org/secure/V

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

2003-07-01 Thread evenisse
evenisse2003/07/01 06:53:43 Modified:src/plugins-build/changelog plugin.jelly src/plugins-build/checkstyle plugin.jelly src/plugins-build/clover plugin.jelly project.xml src/plugins-build/developer-activity plugin.jelly

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

2003-07-01 Thread Vincent Massol
Sorry, could you explain what the reason was and what you've done to fix it? Is it the stuff about the root classloader? If so, can you please explain to me why it solves it (I'm curious to know the reason). Personally I don't believe we should put anything from the plugin in the root classloader

[jira] Created: (MAVEN-536) A mechanism for easily retrieving plugins that are not distributed with Maven.

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

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

2003-07-01 Thread jira
Message: The following issue has been closed. Resolver: Emmanuel Venisse Date: Tue, 1 Jul 2003 8:08 AM Done. - View the issue: http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-489 Here is an overview of

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

2003-07-01 Thread evenisse
evenisse2003/07/01 05:47:35 Modified:src/plugins-build/checkstyle plugin.jelly project.xml src/plugins-build/checkstyle/xdocs changes.xml Log: Fixed Maven-489. Revision ChangesPath 1.9 +2 -1 maven/src/plugins-build/checkstyle/plugin.jelly In

[jira] Updated: (MAVEN-535) maven-ydoc plugin

2003-07-01 Thread jira
The following issue has been updated: Updater: Tobias Rademacher (mailto:[EMAIL PROTECTED]) Date: Tue, 1 Jul 2003 7:24 AM Comment: Sample project properties. Changes: Attachment changed from to plugin.properties

[jira] Updated: (MAVEN-535) maven-ydoc plugin

2003-07-01 Thread jira
The following issue has been updated: Updater: Tobias Rademacher (mailto:[EMAIL PROTECTED]) Date: Tue, 1 Jul 2003 7:23 AM Comment: Jelly script Changes: Attachment changed from to plugin.jelly - F

[jira] Updated: (MAVEN-535) maven-ydoc plugin

2003-07-01 Thread jira
The following issue has been updated: Updater: Tobias Rademacher (mailto:[EMAIL PROTECTED]) Date: Tue, 1 Jul 2003 7:22 AM Comment: The project descriptor for the plugin. Changes: Attachment changed from to project.xml --

[jira] Created: (MAVEN-535) maven-ydoc plugin

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

AW: Can I use yDoc with Maven?

2003-07-01 Thread Rademacher Tobias
> I just wanted to use yDoc with maven. Is there any plugin available..? > or any guidence to the plugin? We have written a plugin. Any interest to contribute to to maven? Bye Toby - To unsubscribe, e-mail: [EMAIL PROTECTED] For

cvs commit: maven/src/plugins-build/checkstyle/src/plugin-resources checkstyle.jsl

2003-07-01 Thread evenisse
evenisse2003/07/01 03:58:59 Modified:src/plugins-build/checkstyle/src/plugin-resources checkstyle.jsl Log: Remove ${basedir} from pom.build.sourceDirectory Revision ChangesPath 1.8 +1 -1 maven/src/plugins-build/checkstyle/src/plugin-res

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

2003-07-01 Thread Michal Maczka
I am working on other problems with war plugin to completely fix Issue 518 ... so don't worry Vincent! mm > -Original Message- > From: Michal Maczka [mailto:[EMAIL PROTECTED] > Sent: Tuesday, July 01, 2003 12:47 PM > To: 'Maven Developers List' > Subject: RE: cvs commit: maven/src/plugins

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

2003-07-01 Thread Michal Maczka
Sorry! I'll try to be clearer next time. I will also fix/improve those comments It was a fix for Issue#518 regards Michal > -Original Message- > From: Vincent Massol [mailto:[EMAIL PROTECTED] > Sent: Tuesday, July 01, 2003 11:52 AM > To: 'Maven Developers List' > Subject: RE: cvs commit

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

2003-07-01 Thread evenisse
evenisse2003/07/01 03:16:38 Modified:src/plugins-build/changelog/xdocs changes.xml Log: Corrected version number. Revision ChangesPath 1.3 +1 -1 maven/src/plugins-build/changelog/xdocs/changes.xml Index: changes.xml ==

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

2003-07-01 Thread evenisse
evenisse2003/07/01 03:05:46 Modified:src/plugins-build/changelog project.xml src/plugins-build/changelog/xdocs changes.xml Log: #Maven-483. Corrected link for viewcvs url configured with multiple cvs repository. Revision ChangesPath 1.12 +1 -1 m

[jira] Closed: (MAVEN-483) ViewCVS URL Bug (invalid URL due to misplaced query params)

2003-07-01 Thread jira
Message: The following issue has been closed. Resolver: Emmanuel Venisse Date: Tue, 1 Jul 2003 5:18 AM Done. - View the issue: http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-483 Here is an overview of

cvs commit: maven/src/plugins-build/changelog/src/plugin-resources changelog.jsl

2003-07-01 Thread evenisse
evenisse2003/07/01 02:57:17 Modified:src/plugins-build/changelog/src/plugin-resources changelog.jsl Log: #Maven-483. Corrected link for viewcvs url configured with multiple cvs repository. Revision ChangesPath 1.3 +16 -2 maven/src/plug

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

2003-07-01 Thread Vincent Massol
Hi Michal, > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: 01 July 2003 10:44 > To: [EMAIL PROTECTED] > Subject: cvs commit: maven/src/plugins-build/war/xdocs changes.xml [snip] > Index: changes.xml > ==

[jira] Resolved: (MAVEN-533) allow packaging of project's own jar/or war into the ear and add standard artifact goals for ears

2003-07-01 Thread jira
Message: The following issue has been resolved as FIXED. Resolver: Michal Maczka Date: Tue, 1 Jul 2003 4:19 AM - deploy, deploy-snapshot and install-snapshot goals added. - auto generation of application.xmlis supported by the latestversion of the plugin - It's agreed that there

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

2003-07-01 Thread michal
michal 2003/07/01 01:45:14 Modified:src/plugins-build/ear plugin.jelly src/plugins-build/ear/xdocs changes.xml Log: o Iterating over artifacts not deps o Added deploy, deploy-snapshot and install-shapshot goals Revision ChangesPath 1.9 +77 -21m

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

2003-07-01 Thread michal
michal 2003/07/01 01:43:52 Modified:src/plugins-build/war plugin.jelly project.xml src/plugins-build/war/xdocs changes.xml Log: Iterating over artifacts not deps Revision ChangesPath 1.20 +4 -2 maven/src/plugins-build/war/plugin.jelly Index:

[jira] Created: (MAVEN-534) jboss 3.2 JXM deploy/undeploy URL is slightly different from what's in jboss plugin project.properties

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

[jira] Updated: (MAVEN-533) allow packaging of project's own jar/or war into the ear and add standard artifact goals for ears

2003-07-01 Thread jira
The following issue has been updated: Updater: Dima Berastau (mailto:[EMAIL PROTECTED]) Date: Tue, 1 Jul 2003 3:48 AM Comment: ear patch Changes: Attachment changed from to ear.patch - For a full

[jira] Created: (MAVEN-533) allow packaging of project's own jar/or war into the ear and add standard artifact goals for ears

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

[jira] Updated: (MAVEN-532) add IRQ channel info and "where to get help" to FAQ

2003-07-01 Thread jira
The following issue has been updated: Updater: Martin Skopp (mailto:[EMAIL PROTECTED]) Date: Tue, 1 Jul 2003 3:29 AM Comment: here the patch (cvs diff -u -w) for xdocs/faq.xml Changes: Attachment changed from to faq.patch --

[jira] Created: (MAVEN-532) add IRQ channel info and "where to get help" to FAQ

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

Results of clean bootstrap at 20030701-0317

2003-07-01 Thread bwalding
Last 500 lines of a clean bootstrap build of maven at 20030701-0317 [exec] [jar] Building jar: /home/bwalding/src/maven/src/plugins-build/vdoclet/target/maven-vdoclet-plugin-1.0.jar [exec] [copy] Copying 1 file to /home/bwalding/.maven/repository/maven/jars [exec