R: problem with modifying bundled plugins in rc3

2004-06-04 Thread Stefanutti, Mario
It seems to be related to how the plugins are loaded by maven. Try to run maven with the -X option to see if the vanilla jar file is loaded before the one that you modified. In that case it means that jelly scripting follows the same rules of classloading for the java classes. Bye

RE: retrieve the path of a particular artifact

2004-06-04 Thread Vincent Massol
-Original Message- From: Jerome Lacoste [mailto:[EMAIL PROTECTED] Sent: 03 June 2004 17:18 To: [EMAIL PROTECTED] Subject: retrieve the path of a particular artifact Hei, I have tried to use cactus ant script within maven (without the maven-cactus plugin, because I was offline

Variable overview

2004-06-04 Thread Jesper Linvald
Hello all, I was wondering if any of you you know of a resource with an overview of the different maven variables? I.e i now of a variable : maven.test.mail.report an thought this might be documented under the properties of the test plugin - it isent! Any pointer are appreciated :) Jesper

Réf. : Variable overview

2004-06-04 Thread julien . kirch
Hi the base properties are documented in http://maven.apache.org/reference/user-guide.html the plugin properties are on the Properties page of the related plugin J. Extranet [EMAIL PROTECTED] - 04/06/2004 11:26 Veuillez répondre à [EMAIL PROTECTED] Pour : users cc : Objet :

Re: share properties within pre/postGoals

2004-06-04 Thread Dominik Dahlem
Good morning, I couldn't find a way other than persisting the old version into a temp file via ant:echo in the preGoal and load this file in the postGoal for further processing. However, this does the job for me. Cheers, Dominik On Thu, 2004-06-03 at 20:59, Dominik Dahlem wrote: Hi all,

RE: [ANN] Mevenide releases

2004-06-04 Thread ECCLES, Stuart
Eclipse RC1 is out today and is basically a bug fix release of M9 -Original Message- From: Rafal Krzewski [mailto:[EMAIL PROTECTED] Sent: 02 June 2004 13:15 To: Maven Users List Subject: Re: [ANN] Mevenide releases Maczka Michal wrote: Yeap! You right. I am almost sure that I read

RE: retrieve the path of a particular artifact

2004-06-04 Thread Jerome Lacoste
On Fri, 2004-06-04 at 04:59, Vincent Massol wrote: -Original Message- From: Jerome Lacoste [mailto:[EMAIL PROTECTED] Sent: 03 June 2004 17:18 To: [EMAIL PROTECTED] Subject: retrieve the path of a particular artifact Hei, I have tried to use cactus ant script within

jar goal depending on test goal

2004-06-04 Thread Frederic Gedin
Hi Is there any good reason for having the jar:jar depend on test:test? The problem I have with that is that, even if I make a very little change and want to check it on the application, I need to have the whole unit test suite executed for nothing. In addition, I can't get the jar file if all

Re: jar goal depending on test goal

2004-06-04 Thread Erik Husby
Frederic Gedin wrote: Hi Is there any good reason for having the jar:jar depend on test:test? The problem I have with that is that, even if I make a very little change and want to check it on the application, I need to have the whole unit test suite executed for nothing. In addition, I can't get

Re: jar goal depending on test goal

2004-06-04 Thread Dan Tran
Frederic, 1. Configure you POM to invoke a dummy test. 2. Create a testsuit to include all your test cases. 3 Invoke test:single goal against testsuite in step 2 as needed. This might do the trick. -Dan - Original Message - From: Frederic Gedin [EMAIL PROTECTED] To: Maven Users List

Re: jar goal depending on test goal

2004-06-04 Thread Jason van Zyl
On Fri, 2004-06-04 at 13:02, Frederic Gedin wrote: Hi Is there any good reason for having the jar:jar depend on test:test? Of course, in a default mode of operation why on earth would allow a JAR that might be distributed with running the tests. The problem I have with that is that, even if

Re: jar goal depending on test goal

2004-06-04 Thread Frederic Gedin
Thanks for your answer and also for the others. I promise next time to have a better look on the documentation. The option based on maven.skip.test is fine for me. Regards Frederic Jason van Zyl a écrit : On Fri, 2004-06-04 at 13:02, Frederic Gedin wrote: Hi Is there any good reason for having

One simple quick question -- timestamp

2004-06-04 Thread Mike Sluyter
Hi, What produces the timestamp on the maven website (on the upper left)? Ie: Last published: 20 May 2004 11:25 EDT | Doc for 1.0-rc3 Thanks, Mike -- Mike Sluyter [EMAIL PROTECTED]

Re: One simple quick question -- timestamp

2004-06-04 Thread Dan Tran
checkout maven.xdoc.date property in maven-xdoc-plugin documentation - Original Message - From: Mike Sluyter [EMAIL PROTECTED] To: 'Maven Users List' [EMAIL PROTECTED] Sent: Friday, June 04, 2004 10:05 AM Subject: One simple quick question -- timestamp Hi, What produces the

Multi project

2004-06-04 Thread STRAYER, JON (SBCSI)
I'm trying the multi-project plugin for the first time and getting this error: BUILD FAILED File.. file:/home/wfausers/wfaoper/.maven/plugins/maven-multiproject-plugin-1.2/plu gin.jelly Element... maven:reactor Line.. 92 Column 9 Unable to obtain goal [site] --

Re: Multi project

2004-06-04 Thread Dan Tran
You have an old version of xdoc plugin and maven aswell. Try to wipe out your ${user.home}.maven/plugin dir, remove your maven and install maven 1.0 rc2 hope it helps -D - Original Message - From: STRAYER, JON (SBCSI) [EMAIL PROTECTED] To: 'Maven Users List' [EMAIL PROTECTED] Sent:

Problem using Maven jaxb plugin

2004-06-04 Thread Rakesh Arora
I am getting the following error when using maven jaxb plugin to generate source code from the xsd files. Any idea? Note that I am trying to use this plgin with JAXB 1.0.2, since i couldn't find a way to download JAXB 1.0.0 from the sun site. Any idea how i can obtain JAXB 1.0.0? Thanks,

Cactus plugin classpath for compilation

2004-06-04 Thread Mark Slater
I've got a multiproject-based Maven setup. Currently, there's only one EJB (more coming after I get all the build kinks like this one ironed out), and that gets built into an EAR. / +-root/ +-project.xml +-project.properties +-maven.xml +-EJB/ +-project.xml +-project.properties

Al Robertson is out of the office.

2004-06-04 Thread Al Robertson
I will be out of the office starting 05/06/2004 and will not return until 14/06/2004. I will respond to your message when I return. div style=width:450px; border-top: 1px solid black; border-bottom: 1px solid black; font-family: Arial; font-size: 8pt pThis email and any files transmitted

Re: Problem using Maven jaxb plugin

2004-06-04 Thread Webb Morris
I wrote a patch for the JAXB plugin and submitted it that upgrades the plugin to JAXB 1.0.2. You can find it on the sourceforge site. It does require you to include all the JAXB jars in your project.xml, though, which is a mistake on my part. I should have picked them up in the plugin. Of