RE: filescanner bug?

2004-04-13 Thread Brett Porter
I didn't quite understand your question but note 2 things: 1. it should be ${pom.build.sourceDirectory}, not pom.sourceDirectory 2. If you put 2 directory elements in one resource it doesn't work - you need two separate resource elements (although I don't think this was what you were trying, it wa

filescanner bug?

2004-04-13 Thread Niclas Hedhman
I have ${basedir}/src/main ${pom.sourceDirectory} **/*.properties **/*.x* and in the -X output, I get; java:jar-resources: [DEBUG] FileSet: Setup scanner in dir /home/niclas/dev/opensource/avalon-sandbox/merlin-test/

Re: Why the following patch fails? filterset reference found then not found.

2004-04-13 Thread Jerome Lacoste
On Wed, 2004-04-14 at 00:09, Jerome Lacoste wrote: > I am trying to modify the xdoc:copy-user-resources in order to take into > account a user supplied filterset. > > My maven.xml defines the following: > > > > > > [Sorry to answer to myself. ] The problem was that I should have use

RE: Why the following patch fails? filterset reference found then not found.

2004-04-13 Thread Brett Porter
Where is xdoc.copy-user-resources.filterset.id originall defined? The NPE would have been fixed by some changes just committed to MAVEN-1_0-BRANCH that will be present in RC3. - Brett > -Original Message- > From: Jerome Lacoste [mailto:[EMAIL PROTECTED] > Sent: Wednesday, 14 April 2004

Why the following patch fails? filterset reference found then not found.

2004-04-13 Thread Jerome Lacoste
I am trying to modify the xdoc:copy-user-resources in order to take into account a user supplied filterset. My maven.xml defines the following: and the following patch is applied to maven-xdocs-plugin-1.6/plugin.jelly. (note that the attached patch is built on top of the

[PATCH] allow xdoc:copy-user-resources to be called directly

2004-04-13 Thread Jerome Lacoste
Patch to apply on maven-1.0.rc2. Problem: maven.docs.src.available doesn't exist when one calls $MAVEN_HOME/bin/maven xdoc:copy-user-resources With this patch I can now call $MAVEN_HOME/bin/maven xdoc:copy-user-resources and the resources are copied. This very simple patch works by moving

[jira] Created: (MPTEST-28) Change the interpretation of the maven.test.failure.ignore property

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

[jira] Closed: (MAVEN-1234) Jelly Execution

2004-04-13 Thread jira
Message: The following issue has been closed. - View the issue: http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-1234 Here is an overview of the issue: ---

[jira] Commented: (MAVEN-1234) Jelly Execution

2004-04-13 Thread jira
The following comment has been added to this issue: Author: Niclas Hedhman Created: Tue, 13 Apr 2004 10:48 PM Body: Thanks, that did the trick. Can close the issue. - View this comment: http://jira.codehaus.org/

[jira] Commented: (MPJAVADOC-21) Can't generate javadoc in directories with whitspace

2004-04-13 Thread jira
The following comment has been added to this issue: Author: Brett Porter Created: Tue, 13 Apr 2004 9:06 PM Body: the reason is that useexternalfile's default changed. It would also have failed in RC1 with that setting enabled. workaround in RC2: set maven.javadoc.useexternalfile=

[jira] Closed: (MPTEST-4) Test behaviour is different when using test goal and site goal

2004-04-13 Thread jira
Message: The following issue has been closed. Resolver: Brett Porter Date: Tue, 13 Apr 2004 9:04 PM unfortunately we're not fixing these classloader issues in 1.0 and this is well documented elsewhere. - View the i

cvs commit: maven/xdocs changes.xml

2004-04-13 Thread brett
brett 2004/04/13 18:03:44 Modified:src/java/org/apache/maven/jelly/tags/werkz Tag: MAVEN-1_0-BRANCH MavenGoalTag.java src/java/org/apache/maven/plugin Tag: MAVEN-1_0-BRANCH PluginManager.java xdocsTag: MA

[jira] Closed: (MPVDOCLET-1) Wrong jar for vdoclet in project.xml

2004-04-13 Thread jira
Message: The following issue has been closed. Resolver: Brett Porter Date: Tue, 13 Apr 2004 9:01 PM it is in the vdoclet JAR when I look. Can you delete the vdoclet JAR from your repository and have Maven download it again to confirm? ---

[jira] Closed: (MAVEN-1205) ClassCastException in MavenJellyContext.class

2004-04-13 Thread jira
Message: The following issue has been closed. - View the issue: http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-1205 Here is an overview of the issue: ---

[jira] Closed: (MPWAR-1) war plugin doesn't copy resources in no sources present

2004-04-13 Thread jira
Message: The following issue has been closed. - View the issue: http://jira.codehaus.org/secure/ViewIssue.jspa?key=MPWAR-1 Here is an overview of the issue: --

[jira] Closed: (MPRELEASE-3) release plugin using a non existent goal deploy:pom

2004-04-13 Thread jira
Message: The following issue has been closed. - View the issue: http://jira.codehaus.org/secure/ViewIssue.jspa?key=MPRELEASE-3 Here is an overview of the issue: --

cvs commit: maven/src/java/org/apache/maven/jelly MavenJellyContext.java

2004-04-13 Thread brett
brett 2004/04/13 17:58:26 Modified:src/java/org/apache/maven/jelly Tag: MAVEN-1_0-BRANCH MavenJellyContext.java Log: PR: MAVEN-1205 add back method, removed unused invalid and improperly named method Revision ChangesPath No re

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

2004-04-13 Thread brett
brett 2004/04/13 17:57:17 Modified:war plugin.jelly project.xml war/xdocs changes.xml Log: PR: MPWAR-1 copy resources even if no sources present by running test:test Revision ChangesPath 1.40 +1 -3 maven-plugins/war/plugin.jelly Inde

[jira] Commented: (MAVEN-1234) Jelly Execution

2004-04-13 Thread jira
The following comment has been added to this issue: Author: dion gillard Created: Tue, 13 Apr 2004 8:56 PM Body: length will be a Long, and jexl is no good at Long -> int conversion. Try this: 1: ${ verDir } 2: ${ length } 2a: ${length.class.name} 3: ${ verDir

[jira] Closed: (MPPMD-7) Errors when executing maven pmd:cpd-report

2004-04-13 Thread jira
Message: The following issue has been closed. - View the issue: http://jira.codehaus.org/secure/ViewIssue.jspa?key=MPPMD-7 Here is an overview of the issue: --

cvs commit: maven-plugins/dist/xdocs changes.xml properties.xml

2004-04-13 Thread brett
brett 2004/04/13 17:56:40 Modified:dist plugin.jelly plugin.properties dist/xdocs changes.xml properties.xml Log: PR: MPDIST-2 add properties for tar and gunzip, like site Revision ChangesPath 1.13 +1 -1 maven-plugins/dist/plugin.jelly

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

2004-04-13 Thread brett
brett 2004/04/13 17:55:56 Modified:release plugin.jelly project.xml release/xdocs changes.xml Log: PR: MPRELEASE-3 change invalid goal Revision ChangesPath 1.22 +1 -1 maven-plugins/release/plugin.jelly Index: plugin.jelly =

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

2004-04-13 Thread brett
brett 2004/04/13 17:55:25 Modified:pmd plugin.jelly pmd/xdocs changes.xml Log: PR: MPPMD-7 fixed issues after clean. Fixed handling of cpd.enable property. Revision ChangesPath 1.14 +6 -3 maven-plugins/pmd/plugin.jelly Index: plugin.

cvs commit: maven/src/java/org/apache/maven/jelly/tags/werkz MavenAttainGoalTag.java

2004-04-13 Thread brett
brett 2004/04/13 17:54:46 Modified:src/java/org/apache/maven/jelly/tags/werkz Tag: MAVEN-1_0-BRANCH MavenAttainGoalTag.java Log: fix error reporting Revision ChangesPath No revision No revision 1.2.2.7 +3

[jira] Closed: (MAVEN-1228) Add link to articles page

2004-04-13 Thread jira
Message: The following issue has been closed. - View the issue: http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-1228 Here is an overview of the issue: ---

cvs commit: maven/xdocs/misc articles.xml

2004-04-13 Thread brett
brett 2004/04/13 17:52:41 Modified:xdocs/misc Tag: MAVEN-1_0-BRANCH articles.xml Log: PR: MAVEN-1228 Submitted by: Chad Woolley add TSS article Revision ChangesPath No revision No revision 1.4.2.5 +5 -0 maven/xdocs/misc

[jira] Updated: (MPXDOC-95) doc:jslToSite failing + escapeNameToken improvement

2004-04-13 Thread jira
The following issue has been updated: Updater: fabrizio giustina (mailto:[EMAIL PROTECTED]) Date: Tue, 13 Apr 2004 7:24 PM Comment: diff Changes: Attachment changed to xdoc_patch.diff - For a fu

[jira] Created: (MPXDOC-95) doc:jslToSite failing + escapeNameToken improvement

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

[jira] Closed: (MPDIST-2) tar command 'U' option not supported on Solaris OS.

2004-04-13 Thread jira
Message: The following issue has been closed. Resolver: Brett Porter Date: Tue, 13 Apr 2004 6:53 PM thanks, but as coincidence would have it I did just this today already :) - View the issue: http://jira.codehaus.

RE: postGoal on tags?

2004-04-13 Thread Brett Porter
I think you want to use tag inheritence, although it sounds back-to-front. That way whoever uses your tag should be told to call at te end of their tag. - Brett > -Original Message- > From: Niclas Hedhman [mailto:[EMAIL PROTECTED] > Sent: Wednesday, 14 April 2004 4:06 AM > To: [EMAIL PR

RE: xdoc plugin change proposal

2004-04-13 Thread Brett Porter
Fabrizio, These would be great, but please get them in ASAP as I'd like to be prepping for RC3 early next week and from there its lock down time. Thanks, Brett -Original Message- From: Fabrizio Giustina [mailto:[EMAIL PROTECTED] Sent: Tuesday, 13 April 2004 7:05 PM To: Maven Developers

RE: xdoc plugin change proposal

2004-04-13 Thread Jason van Zyl
On Tue, 2004-04-13 at 10:47, Jörg Schaible wrote: > Jason van Zyl wrote on Tuesday, April 13, 2004 1:46 AM: > > > On Mon, 2004-04-12 at 19:35, Brett Porter wrote: > >> Cool, that fits within our current technique. > >> > >> Who wants to be project lead for Xdoc and responsible for managing > >> i

[jira] Created: (MAVEN-1234) Jelly Execution

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

Re: current policy for new plugins?

2004-04-13 Thread robert burrell donkin
On 13 Apr 2004, at 13:42, Jason van Zyl wrote: On Tue, 2004-04-13 at 04:17, robert burrell donkin wrote: i seems to recall hearing something a while ago (on the grapevine) about a new policy for maven plugins. i have done a bit of searching but haven't turned anything up. what's the current poli

[jira] Created: (MNG-6) npe in createArtifacts

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

[jira] Created: (MNG-5) pretty resources addition

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

[jira] Created: (MNG-4) MavenXpp3Writer improvement

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

[jira] Commented: (MNG-1) directory and artifact comparison

2004-04-13 Thread jira
The following comment has been added to this issue: Author: gilles dodinet Created: Tue, 13 Apr 2004 3:28 PM Body: also Resource comparison would be useful too : relaxEquals() may return true if dont match and conflict may return true if of the resource being compared and the

[jira] Created: (MNG-3) MavenProject / pom listener

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

[jira] Created: (MNG-2) dependency/artifact creation

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

[jira] Created: (MNG-1) directory and artifact comparison

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

[jira] Commented: (MPJBOSS-10) Add jboss:ejb-verify goal

2004-04-13 Thread jira
The following comment has been added to this issue: Author: Vincent Massol Created: Tue, 13 Apr 2004 10:18 AM Body: Cool. Can you please tell us where to find jboss-server-conf.jar. I can't find it in my jboss-3.2.3 install. Thanks

postGoal on tags?

2004-04-13 Thread Niclas Hedhman
Is it possible to define a or equivalent on the execution of : So that when the tag has been executed by 'someone else', my postGoal is executed?? Niclas -- +-//---+ | http://www.bali.ac | | http://niclas.hedhman.org | +--//---

[jira] Updated: (MPDIST-2) tar command 'U' option not supported on Solaris OS.

2004-04-13 Thread jira
The following issue has been updated: Updater: Arnaud HERITIER (mailto:[EMAIL PROTECTED]) Date: Tue, 13 Apr 2004 9:57 AM Comment: This patch add the properties maven.dist.tar.executable and maven.dist.gunzip.executable as in the site plugin. Changes: Attachment ch

[jira] Updated: (MAVEN-1233) maven-native-plugin:compile support for gcc cross compiler added

2004-04-13 Thread jira
The following issue has been updated: Updater: Joachim Bader (mailto:[EMAIL PROTECTED]) Date: Tue, 13 Apr 2004 1:19 PM Changes: Attachment changed to plugin.properties - For a full history of the is

[jira] Updated: (MAVEN-1233) maven-native-plugin:compile support for gcc cross compiler added

2004-04-13 Thread jira
The following issue has been updated: Updater: Joachim Bader (mailto:[EMAIL PROTECTED]) Date: Tue, 13 Apr 2004 1:19 PM Changes: Attachment changed to patch.diff - For a full history of the issue, se

[jira] Created: (MAVEN-1233) maven-native-plugin:compile support for gcc cross compiler added

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

[jira] Commented: (MPDIST-2) tar command 'U' option not supported on Solaris OS.

2004-04-13 Thread jira
The following comment has been added to this issue: Author: Arnaud HERITIER Created: Tue, 13 Apr 2004 9:47 AM Body: same thing for me under HPX11. - View this comment: http://jira.codehaus.org/secure/ViewIssue.j

RE: xdoc plugin change proposal

2004-04-13 Thread Jörg Schaible
Jason van Zyl wrote on Tuesday, April 13, 2004 1:46 AM: > On Mon, 2004-04-12 at 19:35, Brett Porter wrote: >> Cool, that fits within our current technique. >> >> Who wants to be project lead for Xdoc and responsible for managing >> its releases? > > That would be me :-) > > I'll eventually merg

cvs commit: maven-components/maven-plugins/maven-xdoc-plugin/src/main/java/org/apache/maven/xdoc/render/element - New directory

2004-04-13 Thread jvanzyl
jvanzyl 2004/04/13 06:38:57 maven-components/maven-plugins/maven-xdoc-plugin/src/main/java/org/apache/maven/xdoc/render/element - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail:

Re: current policy for new plugins?

2004-04-13 Thread Jason van Zyl
On Tue, 2004-04-13 at 04:17, robert burrell donkin wrote: > hi > > JaxMe is the apache web-services JAXB-compatible xml-object binder. > IIRC the current maven JAXB plugin uses the sun stuff which comes with > a difficult license. i'd like to make available a jaxme-based plugin > (completely un

Useless Maven Wiki

2004-04-13 Thread Jörg Schaible
Hi folks, can anybody tell me what's the status of the Maven Wiki now? After the Wiki vandals left it in a mindless version two weeks ago, nothing happend anymore. Just all pages are now immutable and we cannot even restore the correct versions. Regards, Jörg --

[jira] Created: (MPJBOSS-10) Add jboss:ejb-verify goal

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

[jira] Updated: (MAVEN-1232) maven-native-plugin:parameters of task are not configurable

2004-04-13 Thread jira
The following issue has been updated: Updater: Joachim Bader (mailto:[EMAIL PROTECTED]) Date: Tue, 13 Apr 2004 8:11 AM Changes: Attachment changed to plugin.properties - For a full history of the is

[jira] Updated: (MAVEN-1232) maven-native-plugin:parameters of task are not configurable

2004-04-13 Thread jira
The following issue has been updated: Updater: Joachim Bader (mailto:[EMAIL PROTECTED]) Date: Tue, 13 Apr 2004 8:11 AM Changes: Attachment changed to patch.diff - For a full history of the issue, se

[jira] Created: (MAVEN-1232) maven-native-plugin:parameters of task are not configurable

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

[jira] Created: (MAVEN-1231) Specify global project.properties file

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

[jira] Commented: (MAVEN-1230) Wrong error message when downloading dependencies fails

2004-04-13 Thread jira
The following comment has been added to this issue: Author: Joerg Schaible Created: Tue, 13 Apr 2004 7:54 AM Body: I wonder if it would be better to deprecate the url-tag in the POM in favour of a homepage-tag looking at the lots of "bug" reports regarding this issue here in JIRA

[jira] Created: (MAVEN-1230) Wrong error message when downloading dependencies fails

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

RE: xdoc plugin change proposal

2004-04-13 Thread Fabrizio Giustina
From: Brett Porter [mailto:[EMAIL PROTECTED] > I think I'm done with the current version, if you want to release it - Please wait just a little... I found a couple of bugs and already patched my local version, I will submit a jira report with the patches soon. the bugs are related to: - doc:j

current policy for new plugins?

2004-04-13 Thread robert burrell donkin
hi JaxMe is the apache web-services JAXB-compatible xml-object binder. IIRC the current maven JAXB plugin uses the sun stuff which comes with a difficult license. i'd like to make available a jaxme-based plugin (completely under AL2.0). i seems to recall hearing something a while ago (on the g