Re: Anybody commiits trivial MAVEN-486 patch?

2003-06-17 Thread dion
Done. -- dIon Gillard, Multitask Consulting Blog: http://blogs.codehaus.org/people/dion/ Work: http://www.multitask.com.au Martin Skopp <[EMAIL PROTECTED]> wrote on 18/06/2003 04:41:30 PM: > Anybody please? It's a <1min patch. > > Alternativly, I will be happy to receive commit right

[jira] Closed: (MAVEN-486) goal ejb (=ejb:ejb) compiles same sources two times

2003-06-17 Thread jira
Message: The following issue has been closed. Resolver: dion gillard Date: Wed, 18 Jun 2003 2:12 AM Done - View the issue: http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-486 Here is an overview of the

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

2003-06-17 Thread dion
dion2003/06/17 23:54:25 Modified:src/plugins-build/ejb plugin.jelly Log: Fix for MAVEN-486 from Martin Skopp Revision ChangesPath 1.5 +0 -1 maven/src/plugins-build/ejb/plugin.jelly Index: plugin.jelly =

Anybody commiits trivial MAVEN-486 patch?

2003-06-17 Thread Martin Skopp
Anybody please? It's a <1min patch. Alternativly, I will be happy to receive commit rights and do it on my own :-) http://jira.codehaus.org/secure/views/user/ViewIssue.jspa?key=MAVEN-486 Thanks -- Martin Skopp Riege Software International GmbH Support: mailto:[EMAIL PROTECTED], Information: ht

cvs commit: maven/src/plugins-build/word2html/src/plugin-resources word2html.vbs

2003-06-17 Thread dion
dion2003/06/17 23:39:54 Modified:src/plugins-build/word2html/src/plugin-resources word2html.vbs Log: Ensure quit is called with no save changes option Revision ChangesPath 1.3 +5 -2 maven/src/plugins-build/word2html/src/plugin-resou

Re: cvs commit: maven/src/java/org/apache/maven/verifier DependencyVerifier.java

2003-06-17 Thread Ben Walding
Yes, that is how it "works". I do not like it. It is confusing. Luckily it's been change in CVS and Bob McWhirter has promised us a new release. (He didn't really promise... in fact this is the first he will know about it). [EMAIL PROTECTED] wrote: +/* + * XXX the usage her

Re: cvs commit: maven/src/java/org/apache/maven/verifierDependencyVerifier.java

2003-06-17 Thread dion
+/* + * XXX the usage here looks broken / confusing. + * If .create is static, then it can't be using the longopt / description state + * Which then raises the question, are we misusing OptionBuilder? + */ options.addOption( OptionBuil

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

2003-06-17 Thread dion
dion2003/06/17 21:28:59 Modified:src/plugins-build/word2html/xdocs changes.xml Log: Update docs with latest change for open in readonly Revision ChangesPath 1.2 +3 -0 maven/src/plugins-build/word2html/xdocs/changes.xml Index: changes.xml

cvs commit: maven/src/java/org/apache/maven/verifier DependencyVerifier.java

2003-06-17 Thread bwalding
bwalding2003/06/17 19:48:09 Modified:src/java/org/apache/maven/cli CLIManager.java src/java/org/apache/maven/jelly/tags/maven ReactorTag.java src/java/org/apache/maven/project BaseObject.java Project.java src/java/org/a

cvs commit: maven/src/plugins-build/word2html/src/plugin-resources word2html.vbs

2003-06-17 Thread dion
dion2003/06/17 18:37:45 Modified:src/plugins-build/word2html/src/plugin-resources word2html.vbs Log: Open the freaking files readonly Revision ChangesPath 1.2 +2 -2 maven/src/plugins-build/word2html/src/plugin-resources/word2html.vb

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

2003-06-17 Thread dion
dion2003/06/17 18:24:00 Modified:src/plugins-build/word2html plugin.jelly Log: Handle files with spaces in the names Revision ChangesPath 1.4 +3 -3 maven/src/plugins-build/word2html/plugin.jelly Index: plugin.jelly ===

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

2003-06-17 Thread dion
dion2003/06/17 18:14:12 Modified:src/plugins-build/latex project.xml Added: src/plugins-build/latex/xdocs changes.xml Log: Make latex plugin run when maven site runs Revision ChangesPath 1.9 +1 -1 maven/src/plugins-build/latex/project.xml Index

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

2003-06-17 Thread dion
dion2003/06/17 18:13:01 Modified:src/plugins-build/word2html project.xml Added: src/plugins-build/word2html/xdocs changes.xml Log: Make word2html plugin run when maven site runs Revision ChangesPath 1.1 maven/src/plugins-build/word2html/xdocs/

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

2003-06-17 Thread dion
dion2003/06/17 18:11:33 Modified:src/plugins-build/latex plugin.jelly Log: Make latex plugin run when maven site runs Revision ChangesPath 1.4 +2 -2 maven/src/plugins-build/latex/plugin.jelly Index: plugin.jelly ==

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

2003-06-17 Thread dion
dion2003/06/17 18:10:58 Modified:src/plugins-build/word2html plugin.jelly Log: Make word2html plugin run when maven site runs Revision ChangesPath 1.3 +2 -2 maven/src/plugins-build/word2html/plugin.jelly Index: plugin.jelly ==

cvs commit: maven/src/test/java/org/apache/maven/project TestResourceTest.java

2003-06-17 Thread bwalding
bwalding2003/06/17 17:11:31 Removed: src/test/java/org/apache/maven/project TestResourceTest.java Log: Skeleton code that was not used - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EM

cvs commit: maven/src/test/dependency-resolver test-simple1.xml test-complex.xml test-cycle.xml test-simple3.xml test-simple2.xml

2003-06-17 Thread bwalding
bwalding2003/06/17 17:01:42 Removed: src/test/dependency-resolver test-simple1.xml test-complex.xml test-cycle.xml test-simple3.xml test-simple2.xml Log: Remove digester dependency. -

cvs commit: maven/src/test/java/org/apache/maven/jelly/tags/maven DependencyResolverTestData.java DependencyResolverTest.java

2003-06-17 Thread bwalding
bwalding2003/06/17 17:01:11 Modified:src/test/java/org/apache/maven/jelly/tags/maven DependencyResolverTest.java Added: src/test/java/org/apache/maven/jelly/tags/maven DependencyResolverTestData.java Log: Remove digester depende

[jira] Commented: (MAVEN-494) pom:validate does not work with

2003-06-17 Thread jira
The following comment has been added to this issue: Author: dion gillard Created: Tue, 17 Jun 2003 6:45 PM Body: There's a good reason for this: pom:validate doesn't handle pom's that use - View the issue: http

[jira] Commented: (MAVEN-494) pom:validate does not work with

2003-06-17 Thread jira
The following comment has been added to this issue: Author: dion gillard Created: Tue, 17 Jun 2003 6:46 PM Body: The original plan was to change pom:validate to check if was being used and then get it to create a completely interpolated pom and validate that.

RE: Recent changes in war plugin

2003-06-17 Thread dion
By this do you mean the war plugin?? -- dIon Gillard, Multitask Consulting Blog: http://blogs.codehaus.org/people/dion/ Work: http://www.multitask.com.au Michal Maczka <[EMAIL PROTECTED]> wrote on 17/06/2003 08:21:41 PM: > Thanks for pointing that! > I also realized that I did this cha

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

2003-06-17 Thread michal
michal 2003/06/17 15:06:01 Modified:src/plugins-build/artifact/src/main/org/apache/maven/artifact/deployer DefaultArtifactDeployer.java src/plugins-build/artifact project.xml Added: src/plugins-build/artifact/src/main/org/apache/maven/deplo

cvs commit: maven/src/plugins-build/artifact/src/main/org/apache/maven/deploy/exceptions - New directory

2003-06-17 Thread michal
michal 2003/06/17 15:05:37 maven/src/plugins-build/artifact/src/main/org/apache/maven/deploy/exceptions - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: maven/src/plugins-build/artifact/src/main/org/apache/maven/deploy/deployers - New directory

2003-06-17 Thread michal
michal 2003/06/17 15:05:37 maven/src/plugins-build/artifact/src/main/org/apache/maven/deploy/deployers - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: maven/src/plugins-build/artifact/src/main/org/apache/maven/deploy - New directory

2003-06-17 Thread michal
michal 2003/06/17 15:05:36 maven/src/plugins-build/artifact/src/main/org/apache/maven/deploy - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

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

2003-06-17 Thread vmassol
vmassol 2003/06/17 12:52:07 Modified:src/plugins-build/shell plugin.jelly Log: Removed inappropriate comment. I've not replaced the comment as I'm not sure what this plugin does exactly... Revision ChangesPath 1.3 +0 -3 maven/src/plugins-build/shell/plugin.jel

cvs commit: maven/src/plugins-build/deploy deployers.tgz

2003-06-17 Thread vmassol
vmassol 2003/06/17 12:45:20 Removed: src/plugins-build/deploy deployers.tgz Log: Removed tgz file which, I guess, should never have been committed... - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comman

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

2003-06-17 Thread vmassol
vmassol 2003/06/17 11:23:23 Modified:src/plugins-build/ear project.xml Log: Only generate reports that are used. Otherwise, we get 404 errors Revision ChangesPath 1.11 +11 -0 maven/src/plugins-build/ear/project.xml Index: project.xml ==

[jira] Updated: (MAVEN-494) pom:validate does not work with

2003-06-17 Thread jira
The following issue has been updated: Updater: Vincent Massol (mailto:[EMAIL PROTECTED]) Date: Tue, 17 Jun 2003 1:38 PM Changes: summary changed from Most plugins do not pass pom:validate! to pom:validate does not work with description changed from For example,

[jira] Created: (MAVEN-494) Most plugins do not pass pom:validate!

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

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

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

cvs commit: maven/src/plugins-build/ear .cvsignore

2003-06-17 Thread vmassol
vmassol 2003/06/17 11:09:00 Modified:src/plugins-build/ear .cvsignore Log: Added build.properties to ignore list Revision ChangesPath 1.2 +1 -0 maven/src/plugins-build/ear/.cvsignore Index: .cvsignore =

cvs commit: maven/src/plugins-build/jboss project.properties

2003-06-17 Thread vmassol
vmassol 2003/06/17 11:07:45 Added: src/plugins-build/jboss project.properties Log: Added properties to print the version on the website + add the license, etc. Revision ChangesPath 1.1 maven/src/plugins-build/jboss/project.properties Index: project

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

2003-06-17 Thread vmassol
vmassol 2003/06/17 11:00:07 Modified:src/plugins-build/ear/xdocs properties.xml Log: fixed invalid XML format Revision ChangesPath 1.4 +0 -1 maven/src/plugins-build/ear/xdocs/properties.xml Index: properties.xml ==

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

2003-06-17 Thread vmassol
vmassol 2003/06/17 10:57:47 Modified:src/plugins-build/ear plugin.jelly project.xml src/plugins-build/ear/xdocs changes.xml Log: Fixed warning message about application.xml being included twice Revision ChangesPath 1.8 +4 -3 maven/src/plugins-bui

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

2003-06-17 Thread michal
michal 2003/06/17 10:50:16 Modified:src/plugins-build/war plugin.jelly Log: war archive creted in target directory is unversioned Revision ChangesPath 1.18 +2 -5 maven/src/plugins-build/war/plugin.jelly Index: plugin.jelly ===

RE: Recent changes in war plugin

2003-06-17 Thread Michal Maczka
It was mistake! will fix that Michal > -Original Message- > From: Kurt Schrader [mailto:[EMAIL PROTECTED] > Sent: Tuesday, June 17, 2003 6:36 PM > To: Maven Developers List > Subject: Re: Recent changes in war plugin > > > I thought that we voted on this and decided that a war qould rem

Re: Recent changes in war plugin

2003-06-17 Thread Kurt Schrader
I thought that we voted on this and decided that a war qould remained unversioned for easy deployment, but there would be a property to switch it to a versioned war. I am still -1 on making a versioned war the default behavior. -Kurt On Tue, 17 Jun 2003, Konstantin Priblouda wrote: > I'm not sur

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

2003-06-17 Thread vmassol
vmassol 2003/06/17 05:38:52 Modified:src/plugins-build/jboss project.xml src/plugins-build/jboss/xdocs changes.xml Log: Starting release 1.2... Will be finished before Thursday... Revision ChangesPath 1.8 +6 -1 maven/src/plugins-build/jboss/proje

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

2003-06-17 Thread vmassol
vmassol 2003/06/17 05:32:02 Modified:src/plugins-build/jboss project.xml Log: Only use a subset of default reports Revision ChangesPath 1.7 +10 -0 maven/src/plugins-build/jboss/project.xml Index: project.xml ===

cvs commit: maven/src/plugins-build/jboss/xdocs index.xml

2003-06-17 Thread vmassol
vmassol 2003/06/17 05:05:41 Modified:src/plugins-build/jboss/xdocs index.xml Log: Fixed url Revision ChangesPath 1.2 +1 -1 maven/src/plugins-build/jboss/xdocs/index.xml Index: index.xml ===

cvs commit: maven/src/plugins-build/jboss/announcements 1.1.ann

2003-06-17 Thread vmassol
vmassol 2003/06/17 05:04:29 Modified:src/plugins-build/jboss project.xml src/plugins-build/jboss/xdocs changes.xml navigation.xml Added: src/plugins-build/jboss/xdocs index.xml src/plugins-build/jboss/announcements 1.1.ann Log: Preparing for vers

RE: Recent changes in war plugin

2003-06-17 Thread Konstantin Priblouda
--- Michal Maczka <[EMAIL PROTECTED]> wrote: > Thanks for pointing that! > I also realized that I did this change (bit > unintentionally) I was sure you did it :) cvs log does not lie :) > Any other problems with the plugin? not at the moment > BTW: > > This plugin has not yet reached "releas

Re: Recent changes in war plugin

2003-06-17 Thread Rafal Krzewski
Konstantin Priblouda wrote: > I'm not sure that war artifact always needs version > name on it. Well, from one point of view it would be > nice to have versioned one if we are assembling ear. > > But from other point of view if we just assemble web > app > versioned war is not cool... IMO a war s

Re: [Repository Upload Request] xdoclet-1.2-beta3

2003-06-17 Thread Aslak Hellesøy
Martin Skopp wrote: xdoclet-1.2-b3 is out (since Jun 13th). Could someone please put the jars onto http://www.ibiblio.org/maven/xdoclet/jars/ Download at http://sourceforge.net/project/showfiles.php?group_id=31602 Project page http://xdoclet.sourceforge.net/ Thanks Please don't do that yet. So

RE: [Fwd: A proposed change to the PMD plugin....]

2003-06-17 Thread tom
Actually, I should have waited for some +1s sorry about that Yours, Tom > -Original Message- > From: Vincent Massol [mailto:[EMAIL PROTECTED] > Sent: Tuesday, June 17, 2003 12:52 AM > To: 'Maven Developers List' > Subject: RE: [Fwd: A proposed change to the PMD plugin] > >

RE: Recent changes in war plugin

2003-06-17 Thread Michal Maczka
Thanks for pointing that! I also realized that I did this change (bit unintentionally) Not sure either if it should stay for release. Any other problems with the plugin? BTW: This plugin has not yet reached "release quality". I still need to work on it before beta-10 is out.. mm > -Orig

RE: deploying java sources and javadocs to repository

2003-06-17 Thread Martin Skopp
On Tue, 2003-06-17 at 11:18, Michal Maczka wrote: > [...] > > ... dist plugin IMHO builds "zip" archives, which are more suitable than > > jar e.g. for javadoc. > > > > Somebody knows how compression level of zip compares to jar. > I thought that they are quite similar... They are indeed. Just

Recent changes in war plugin

2003-06-17 Thread Konstantin Priblouda
Hi Michal, Last changes in war plugin seem suboptimal for me. I'm not sure that war artifact always needs version name on it. Well, from one point of view it would be nice to have versioned one if we are assembling ear. But from other point of view if we just assemble web app versioned war is

RE: deploying java sources and javadocs to repository

2003-06-17 Thread Michal Maczka
> -Original Message- > From: Martin Skopp [mailto:[EMAIL PROTECTED] > Sent: Tuesday, June 17, 2003 10:49 AM > To: Maven Developers List > Subject: RE: deploying java sources and javadocs to repository > > On Tue, 2003-06-17 at 10:20, Michal Maczka wrote: > > I am thinking about deploying

[Repository Upload Request] xdoclet-1.2-beta3

2003-06-17 Thread Martin Skopp
xdoclet-1.2-b3 is out (since Jun 13th). Could someone please put the jars onto http://www.ibiblio.org/maven/xdoclet/jars/ Download at http://sourceforge.net/project/showfiles.php?group_id=31602 Project page http://xdoclet.sourceforge.net/ Thanks -- Martin Skopp Riege Software International GmbH

RE: deploying java sources and javadocs to repository

2003-06-17 Thread Martin Skopp
On Tue, 2003-06-17 at 10:20, Michal Maczka wrote: > I am thinking about deploying java sources and javadocs to repository. > > Any idea about naming convention of those artifacts? With maven-new it > will be easy to control, with maven-old it is not so easy. > > I am thinking about: > > /${grou

RE: cvs commit: maven/src/plugins-build/artifact/src/plugin-resources/templates manifest.vm

2003-06-17 Thread Michal Maczka
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Tuesday, June 17, 2003 6:18 AM > To: [EMAIL PROTECTED] > Subject: Re: cvs commit: maven/src/plugins-build/artifact/src/plugin- > resources/templates manifest.vm > > > Generic code for: > > > >- deploy