[Abbot] RE: Maven Abbot plugin

2005-02-07 Thread Vincent Massol
Hi James, -Original Message- From: James Gustard [mailto:[EMAIL PROTECTED] Sent: lundi 7 février 2005 11:28 To: [EMAIL PROTECTED] Subject: Maven Abbot plugin Hi, Im trying to use your maven abbot plugin , but get the following error:- The documentation says that there are no

RE: [Abbot] RE: Maven Abbot plugin

2005-02-07 Thread Vincent Massol
-Original Message- From: James Gustard [mailto:[EMAIL PROTECTED] Sent: lundi 7 février 2005 17:00 To: Vincent Massol Cc: 'Maven Users List' Subject: Re: [Abbot] RE: Maven Abbot plugin Hi, This is my tree under C:\Documents and Settings\jards2\.maven\repository.. I added

RE: Clover license expired?

2005-02-02 Thread Vincent Massol
Yes, it means we need to ask Cenqua for a new Maven license. Thanks -Vincent -Original Message- From: John Taylor [mailto:[EMAIL PROTECTED] Sent: mardi 1 février 2005 23:48 To: Maven Users List Subject: Clover license expired? Is anyone else out there having trouble with Clover?

RE: [jira] Commented: (MPDASHBOARD-9) Link aggregator results with full reports

2005-01-24 Thread Vincent Massol
Hi Philippe, -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: lundi 24 janvier 2005 03:51 To: [EMAIL PROTECTED] Subject: [jira] Commented: (MPDASHBOARD-9) Link aggregator results with full reports The following comment has been added to this issue:

RE: maven and the abbot-plugin (webstart)

2005-01-17 Thread Vincent Massol
Hi Christian, 2 pointers that may help you: - http://maven.apache.org/reference/plugins/abbot/ - the plugin tests: http://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk/abbot/src/plugin -test/ These are the functional tests we use in the Maven Abbot plugin to test itself. It shows how to

RE: Help with Maven, JBOSS and Cactus

2005-01-16 Thread Vincent Massol
Hi David, Cactus is definitely not a web testing framework. It's a unit testing framework (i.e. testing at the level of methods) for all J2EE components (including EJBs). You're not the first one to think Cactus is a web testing framework. I wonder why... :-) Cactus also provides way to

RE: Help with Maven, JBOSS and Cactus

2005-01-16 Thread Vincent Massol
-Original Message- From: David Jencks [mailto:[EMAIL PROTECTED] Sent: lundi 17 janvier 2005 06:13 To: Maven Users List Subject: Re: Help with Maven, JBOSS and Cactus On Jan 17, 2005, at 12:28 AM, Vincent Massol wrote: Hi David, Cactus is definitely not a web testing

RE: Clover and dashboard

2005-01-15 Thread Vincent Massol
? I don't have the Dashboard plugin running the subproject reports, so it wouldn't help there. Should the Clover plugin always set this value On Thu, 13 Jan 2005 05:13:30 +0100, Vincent Massol [EMAIL PROTECTED] wrote: Yep, this seems to be a bug as the plugin is supposed to set

RE: Clover and dashboard

2005-01-13 Thread Vincent Massol
about difficulties in setting it up. I'm also open for any better design suggestion that would improve the understanding of the plugin. Thanks a lot -Vincent Vincent Massol wrote: Yep, this seems to be a bug as the plugin is supposed to set this property internally. A JIRA issue would

RE: Clover and dashboard

2005-01-12 Thread Vincent Massol
Yep, this seems to be a bug as the plugin is supposed to set this property internally. A JIRA issue would be great (and a patch would be awesome) :-) Thanks -Vincent -Original Message- From: Siegfried Goeschl [mailto:[EMAIL PROTECTED] Sent: mercredi 12 janvier 2005 17:44 To: Maven

RE: How to get Dashboard to run?!

2005-01-10 Thread Vincent Massol
Hi Siegfried, You'll need to verify that the each subproject properly collects the data. Check if there's a dashboard-single.xml file in them. The content of these files are then collated at the top level in a dashboard-data.xml file. If you don't have any of these files, it means that you've

RE: How to get Dashboard to run?!

2005-01-10 Thread Vincent Massol
will execute the reactor an automatically run the dashboard:report-single goals on your subprojects. You don't need to run it yourself. Thanks -Vincent Thanks in advance Siegfried Goeschl Vincent Massol wrote: Hi Siegfried, You'll need to verify that the each subproject

RE: How to get Dashboard to run?!

2005-01-10 Thread Vincent Massol
-Original Message- From: Siegfried Goeschl [mailto:[EMAIL PROTECTED] Sent: lundi 10 janvier 2005 19:34 To: Maven Users List Subject: Re: How to get Dashboard to run?! Arghhh, you got me - the master project is at the same level as the subproject - now it works ... :-) cool

RE: Maven project for a running environment?

2005-01-10 Thread Vincent Massol
Yep, it's doing exactly this :-) -Vincent -Original Message- From: Ryan, Scott [mailto:[EMAIL PROTECTED] Sent: lundi 10 janvier 2005 22:32 To: 'Maven Users List' Subject: RE: Maven project for a running environment? You might want to check out the project cargo and see if there

RE: Maven project for a running environment?

2005-01-10 Thread Vincent Massol
-Original Message- From: Vincent Massol [mailto:[EMAIL PROTECTED] Sent: Monday, January 10, 2005 1:39 PM To: 'Maven Users List' Subject: RE: Maven project for a running environment? Yep, it's doing exactly this :-) -Vincent -Original Message- From: Ryan, Scott [mailto:[EMAIL

RE: weblogic tools for maven

2005-01-05 Thread Vincent Massol
-Original Message- From: Jason van Zyl [mailto:[EMAIL PROTECTED] Sent: mercredi 5 janvier 2005 09:02 To: Maven Users List Subject: RE: weblogic tools for maven On Tue, 2005-01-04 at 22:37, Vincent Massol wrote: I looked at the weblogic plugin at SF and it uses CLI execution

RE: weblogic tools for maven

2005-01-04 Thread Vincent Massol
-Original Message- From: Jason van Zyl [mailto:[EMAIL PROTECTED] Sent: mardi 4 janvier 2005 18:27 To: Maven Users List Subject: RE: weblogic tools for maven On Tue, 2005-01-04 at 09:16, Ryan, Scott wrote: What do you mean by m1? Sorry I am involved in so many Open Source

RE: weblogic tools for maven

2005-01-04 Thread Vincent Massol
deployments in Cargo land, which means that in the future we also want to integrate the features you mention above (redeploy/undeploy/start and stop app/etc). Thanks -Vincent On Wed, 5 Jan 2005 07:37:46 +0100, Vincent Massol [EMAIL PROTECTED] wrote: -Original Message- From

RE: Automated testing using cactus...

2004-12-29 Thread Vincent Massol
Hi Claudius, Please use the cactus mailing list. The maven plugin is hosted by the Cactus project. Thanks -Vincent -Original Message- From: Claudius Spellmann [mailto:[EMAIL PROTECTED] Sent: mercredi 29 décembre 2004 16:45 To: Maven Users List Subject: Automated testing using

RE: I run maven cactus:test, but it asking for buil file

2004-12-27 Thread Vincent Massol
Hi Lincoln, This is really a Cactus question. I'd suggest you use the Cactus mailing list. Thanks -Vincent -Original Message- From: lincoln zheng [mailto:[EMAIL PROTECTED] Sent: lundi 27 décembre 2004 14:55 To: users@maven.apache.org Subject: RE: I run maven cactus:test, but it

[ANN] New Maven presentation available

2004-12-21 Thread Vincent Massol
Hi everyone, For those interested, here's a link to the Maven presentation I have given at Javapolis 2004 (http://tinyurl.com/6fc5r). All the sessions were recorded on video and it seems that the Javapolis organization will make them available on the Javapolis web site in the coming week(s).

RE: maven automation of webspher deployment

2004-11-25 Thread Vincent Massol
-Original Message- From: Dion Gillard [mailto:[EMAIL PROTECTED] Sent: jeudi 25 novembre 2004 15:23 To: Maven Users List Subject: Re: maven automation of webspher deployment It doesn't appear to support websphere yet. True... we're waiting for a donation... ;-) -Vincent On

RE: Looking for ideas for Maven presentation at Javapolis

2004-11-21 Thread Vincent Massol
: Vincent Massol [mailto:[EMAIL PROTECTED] Envoye : dimanche 31 octobre 2004 11:41 A : 'Maven Developers List'; 'Maven Users List' Objet : Looking for ideas for Maven presentation at Javapolis Dear Maven users/developers, I have been asked to do a Maven presentation at Javapolis 2004

RE: JUnit Report Plugin : Grouping reports by TestSuite?

2004-11-12 Thread Vincent Massol
Just for reference, I had also done this for Cactus some time back and I guess it could easily be integrated in the test plugin: http://www.mail-archive.com/cactus-dev@jakarta.apache.org/msg04155.html -Vincent -Original Message- From: Eric Pugh [mailto:[EMAIL PROTECTED] Sent:

RE: JUnit Report Plugin : Grouping reports by TestSuite?

2004-11-12 Thread Vincent Massol
did not have to specify either a test suite nor specific tests. They were found automagically. -Vincent -Original Message- From: Thompson, Bryan B. [mailto:[EMAIL PROTECTED] Sent: vendredi 12 novembre 2004 13:09 To: 'Vincent Massol '; ''Maven Users List' '; '[EMAIL PROTECTED] ' Subject

RE: maven and plink

2004-11-08 Thread Vincent Massol
-Original Message- From: Brett Porter [mailto:[EMAIL PROTECTED] Sent: lundi 8 novembre 2004 20:38 To: Maven Users List; [EMAIL PROTECTED] Subject: Re: maven and plink to use plink in this fashion, you will need to have pageant running and a private key loaded. Or create a putty

RE: maven and plink

2004-11-08 Thread Vincent Massol
on another option without using pageant? -Vincent -Original Message- From: Vincent Massol [mailto:[EMAIL PROTECTED] Sent: Monday, November 08, 2004 3:02 PM To: 'Maven Users List' Subject: RE: maven and plink -Original Message- From: Brett Porter [mailto:[EMAIL PROTECTED

Looking for ideas for Maven presentation at Javapolis

2004-10-31 Thread Vincent Massol
Dear Maven users/developers, I have been asked to do a Maven presentation at Javapolis 2004 (mid-december). I have done several presentations in the past about Maven but I don't like to do the same presentation over and over. I'm looking for feedback from Maven users on what they would like to

RE: abbot plugin, problem with 'abbot:test'

2004-10-01 Thread Vincent Massol
Hi Andrei, Sorry for the delay in answering... Do you still have the problem? It's strange because as part of the Abbot plugin test suite we have a test project that uses abbot:test and works just fine. Do you think you could try the sample (it's in

RE: [Poll] Writing documentation with Maven

2004-09-07 Thread Vincent Massol
My preference would go to a wiki from which we generate static documentation at every release (PDF and/or HTML). At least I would like to try this out. I'm not 100% sure it would work but I'd give it a go. Thanks -Vincent -Original Message- From: Carlos Sanchez [mailto:[EMAIL

RE: clover-plugin

2004-09-02 Thread Vincent Massol
Hi Kelly, I guess that would be more a Cactus question. Let me try to answer as I've already done this in Cactus land. The easiest is to do the following I think: 1/ First run clover on your projects that need clovering (for ex: maven clover:on war). Ensure that you've set the clover database

RE: [Maven] Abbot plugin

2004-09-02 Thread Vincent Massol
Hi James, -Original Message- From: James Gustard [mailto:[EMAIL PROTECTED] Sent: jeudi 2 septembre 2004 16:10 To: vmassol Subject: [Maven] Abbot plugin Hi, I am new to maven (about 30 mins)and am trying to set up your plugin to test a JWS deployed GUI, I have a quick question

RE: Qestion about Maven Abbot Plugin

2004-08-21 Thread Vincent Massol
As I told you yesterday, I have fixed this for you in CVS HEAD of the Abbot plugin. Thanks -Vincent -Original Message- From: Sue Wije [mailto:[EMAIL PROTECTED] Sent: vendredi 20 août 2004 16:29 To: [EMAIL PROTECTED] Subject: Qestion about Maven Abbot Plugin I am currently trying

RE: Dashboard plugin release status?

2004-08-15 Thread Vincent Massol
don't want to make a release yet, you can deploy a SNAPSHOT to http://cvs.apache.org/repository/maven/plugins/ Just use -Dmaven.repo.list=apachecvs Regards Carlos Sanchez A Coruña, Spain Oness Project http://oness.sourceforge.net -Original Message- From: Vincent Massol

RE: Dashboard plugin release status?

2004-08-09 Thread Vincent Massol
Hi Paul, I'll release it next week end for you. Thanks -Vincent -Original Message- From: Paul Spencer [mailto:[EMAIL PROTECTED] Sent: lundi 9 août 2004 17:06 To: Maven Users List Subject: Dashboard plugin release status? What is the release of the Dashboard plugin? Currently

RE: [ANN] Maven Announcement Plugin 1.3-SNAPSHOT released

2004-08-07 Thread Vincent Massol
Please ignore!! I was testing a patch from Felipe on the announcement plugin and I sent an email involuntarily... ;-) At least it proves it works... :-) Thanks -Vincent -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: samedi 7 août 2004 17:46 To: [EMAIL

RE: Sample projects dowloading

2004-07-21 Thread Vincent Massol
Hi Julien, Maybe a first simple step could be simply to provide a link to the viewcvs link for the test project? Anyway, I think it's a good idea. Waiting for your patch now... ;-) -Vincent -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: mercredi 21

RE: [test coverage] jcoverage and cactus tests

2004-07-16 Thread Vincent Massol
Hi Raphael, Simply type maven clover:on cactus and then maven clover:report -Vincent -Original Message- From: Raphaël Piéroni [mailto:[EMAIL PROTECTED] Sent: vendredi 16 juillet 2004 07:57 To: Maven Users List Subject: Re: [test coverage] jcoverage and cactus tests even with

RE: [test coverage] jcoverage and cactus tests

2004-07-16 Thread Vincent Massol
: Thanks Vincent, but clover only has instrumented the junit tests and let the cactus tests un intrumented Raphaël --- Vincent Massol [EMAIL PROTECTED] a écrit : Hi Raphael, Simply type maven clover:on cactus and then maven clover:report -Vincent -Original Message

[Summary] Clovering Cactus tests with Maven

2004-07-16 Thread Vincent Massol
Hi, Some of you asked how to run Clover on Cactus tests. I tried to do it and found that indeed there were some issues. I've now modified the Maven Clover plugin so that it is possible to Clover Cactus tests. You'll need to do the following: 1/ Use at least version 1.6 of the Maven Clover

[ANN] Maven Abbot plugin 1.0 released

2004-07-08 Thread Vincent Massol
The maven team is pleased to announce the Maven Abbot plugin 1.0 release! http://maven.apache.org/reference/plugins/abbot/ Run Abbot tests Changes in this version include: New Features: o Initial creation by Christian Blavier and Vincent Massol. See the feature list on the Abbot plugin

[ANN] Announcement plugin 1.2 released

2004-07-08 Thread Vincent Massol
The maven team is pleased to announce the Maven Announcement Plugin 1.2 release! http://maven.apache.org/reference/plugins/announcement/ The Announcement plugin generates release announcements. It uses the information found in both the POM and in the changes.xml file to generate the

RE: Missing type element in the POM

2004-06-29 Thread Vincent Massol
Agreed. We have added this in POM v4 which will be available with Maven 1.1 (soon now). -Vincent -Original Message- From: Martijn Dashorst [mailto:[EMAIL PROTECTED] Sent: mardi 29 juin 2004 14:44 To: [EMAIL PROTECTED] Subject: Missing type element in the POM Hi (hoping to address

RE: Dashboard

2004-06-26 Thread Vincent Massol
-Original Message- From: STRAYER, JON (SBCSI) [mailto:[EMAIL PROTECTED] Sent: samedi 26 juin 2004 01:14 To: 'Maven Users List' Subject: RE: Dashboard [snip] If that's what you're doing and the report is empty, can you check the files mentioned above and see what they contain

RE: Maven Jetty Plugin

2004-06-26 Thread Vincent Massol
-Original Message- From: Nick Lothian [mailto:[EMAIL PROTECTED] Sent: samedi 26 juin 2004 10:42 To: [EMAIL PROTECTED] Subject: Maven Jetty Plugin Is there any information for how to use the jetty plugin? I'd like to use it to start up a servlet and then run some JUnit tests

RE: Dashboard aggregator for jcoverage

2004-06-24 Thread Vincent Massol
-Original Message- From: Jörg Schaible [mailto:[EMAIL PROTECTED] Sent: 24 June 2004 17:41 To: Maven Users List Subject: Dashboard aggregator for jcoverage Hi folfs, does anybody have a Dashboard aggregator for jcoverage ?

RE: Getting links to work in the Download report

2004-06-22 Thread Vincent Massol
Hi Bent, This should probably be better documented (patches are welcome) but the downloads.jelly report actually looks for version elements in your POM to find out what versions have been released. If you haven't defined any, no link will be created. If you wish to understand better the logic,

RE: Can I change plugin dependencies locally?

2004-06-08 Thread Vincent Massol
Hi Jason, Yes, there is a way (Actually, it should be nice to document it in the checkstyle plugin documentation): preGoal name=checkstyle:init ant:path id=maven.dependency.classpath.checkstyle location=${pom.getDependencyPath('mygroup:myartifact')}/ maven:addPath

RE: Cactus plugin classpath for compilation

2004-06-05 Thread Vincent Massol
Hi Mark, The cactus plugin for Maven is actually hosted by the Cactus project. Thus all discussions happen there. See below. -Original Message- From: Mark Slater [mailto:[EMAIL PROTECTED] Sent: 05 June 2004 02:38 To: [EMAIL PROTECTED] Subject: Cactus plugin classpath for

RE: retrieve the path of a particular artifact

2004-06-05 Thread Vincent Massol
-Original Message- From: Jerome Lacoste [mailto:[EMAIL PROTECTED] Sent: 04 June 2004 16:53 To: Maven Users List Subject: RE: retrieve the path of a particular artifact [snip] I guess there's something cleaner allowing to access directly an artifact given its name or id.

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

RE: faq plugin

2004-05-26 Thread Vincent Massol
Hi Julien, Some good ideas. Do you think you could open JIRA issues for them? Thanks -Vincent -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 26 May 2004 09:34 To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: faq plugin ô maveners two things

RE: Maven and Integration Test

2004-05-20 Thread Vincent Massol
Yes, this is also what I've been advocating :-) Some references: http://www.pivolis.com/pdf/Enterprise_Builds_V1.0.pdf http://www.pivolis.com/pdf/J2EE_projects_Maven_V1.1.pdf The only variation I have from what Michal and Jeff describe below is that this other project is not a test project for

RE: Xdoclet Eclipse

2004-05-19 Thread Vincent Massol
slightly OT My view is that it's a bad practice (anti-pattern) for a plugin to use preGoal/postGoal. Plugins should provide their own goals, possibly wrapping existing goals. /slightly OT -Vincent -Original Message- From: Kristopher Brown [mailto:[EMAIL PROTECTED] Sent: 19 May 2004

RE: Multiproject as a sub-project?

2004-05-19 Thread Vincent Massol
Hi Mark, These slides are more than 1 year old. At that time, the multiproject was still very new and I was not using it. If I had to do it today, I would replace the reactor call by the multiproject call. However it does not change anything. Simply replace: reactor[...] by j:set var=goal

RE: Source for new Plugin release

2004-05-17 Thread Vincent Massol
-Original Message- From: Eric Giguere [mailto:[EMAIL PROTECTED] Sent: 17 May 2004 16:04 To: Maven User List Subject: Source for new Plugin release Hi In which branch can we get the sources of all the newly released plugins from the apache CVS? In CVS HEAD of the

RE: Maven AspectJ plugin 3.0 released

2004-05-17 Thread Vincent Massol
Hi Charles, I'm puzzled by your comment. I've just downloaded the version 3.0 of the plugin to make sure I had applied the patches correctly and there are only 3 goals in there and the properties are weaveInto and weaveWith... Could you please tell us where exactly you have seen this problem?

RE: Extending project and inheriting project.properties andmaven.xml

2004-05-13 Thread Vincent Massol
This is fixed in Maven RC3. Thanks -Vincent -Original Message- From: Maxwell Grender-Jones [mailto:[EMAIL PROTECTED] Sent: 13 May 2004 13:23 To: Maven Users List Subject: Re: Extending project and inheriting project.properties andmaven.xml This is a known (and now fixed) bug

RE: Cactus teste problens

2004-05-13 Thread Vincent Massol
Hi Raphael, Please use the cactus mailing list for anything related to cactus. Thanks -Vincent -Original Message- From: Raphael Philipe Mendes da Silva [mailto:[EMAIL PROTECTED] Sent: 13 May 2004 20:10 To: Maven Users List (E-mail) Subject: Cactus teste problens I'm using the

RE: JBoss 1.4 plugin

2004-05-12 Thread Vincent Massol
Hi Bryan, This may be due to the bug http://jira.codehaus.org/ViewIssue.jspa?key=MPJBOSS-9 which was fixed in the 1.5 version of the plugin? Thanks -Vincent -Original Message- From: bryan hansen [mailto:[EMAIL PROTECTED] Sent: 12 May 2004 18:03 To: [EMAIL PROTECTED] Subject: JBoss

RE: Documentation of relevant goals in POM?

2004-05-09 Thread Vincent Massol
all I had a chat with Vincent Massol yesterday at the server side symposium about documenting relevant goals in the project.xml. The aim here is to make ant like integration with IDE's and making it easier to find out what goals are relevant for a project. I personally find it a problem

RE: Documentation of relevant goals in POM?

2004-05-09 Thread Vincent Massol
the right goal. For bigger projects I usually have a goal called 'help' which is the default goal. -- Trygve On Sun, 9 May 2004 10:04:34 +0200, Vincent Massol [EMAIL PROTECTED] wrote: Hi, What Thomas is asking is for a project goalmap. For example a person who wants to build

RE: jboss plugin

2004-05-07 Thread Vincent Massol
-Original Message- From: Pablo Lalloni [mailto:[EMAIL PROTECTED] Sent: 07 May 2004 16:47 To: Maven Users List Subject: RE: jboss plugin Well, don't think so... The problem was fixed changing '%3D' to '=' in urls of plugin.properties. Is that valid? We have:

RE: [maven2] Anything Groovy in Maven2?

2004-05-04 Thread Vincent Massol
-Original Message- From: Jason van Zyl [mailto:[EMAIL PROTECTED] Sent: 03 May 2004 23:20 To: Maven Users List Subject: RE: [maven2] Anything Groovy in Maven2? On Mon, 2004-05-03 at 15:03, Vincent Massol wrote: funnily, I'm running the JUnit task in embedded mode for the abbot

RE: [maven2] Anything Groovy in Maven2?

2004-05-04 Thread Vincent Massol
-Original Message- From: Vincent Massol [mailto:[EMAIL PROTECTED] Sent: 04 May 2004 08:21 To: 'Maven Users List' Subject: RE: [maven2] Anything Groovy in Maven2? -Original Message- From: Jason van Zyl [mailto:[EMAIL PROTECTED] Sent: 03 May 2004 23:20 To: Maven

RE: How to set suppressions for checkstyle plugin

2004-05-04 Thread Vincent Massol
May 2004 10:00 To: Vincent Massol; 'Maven Users List' Subject: RE: How to set suppressions for checkstyle plugin No, no. You don't get me. You must use the maven.checkstyle.properties property and provide your own CS configuration. This is the way to use CS. Ok, I got Maven to use my

RE: [maven2] Anything Groovy in Maven2?

2004-05-04 Thread Vincent Massol
to help you if you could show me some code that does not work. Thanks -Vincent -Original Message- From: Jason van Zyl [mailto:[EMAIL PROTECTED] Sent: 04 May 2004 14:45 To: Maven Users List Subject: RE: [maven2] Anything Groovy in Maven2? On Tue, 2004-05-04 at 04:16, Vincent Massol

RE: How to set suppressions for checkstyle plugin

2004-05-03 Thread Vincent Massol
Hi Michael, You have complete power over the checkstyle.xml file. So you can provide your own. I think that the suppressions/filter stuff are defined inside this file so you should be able to control them. Why don't you try it and tell us how it goes? If required, we can improve the plugin to

RE: [maven2] Anything Groovy in Maven2?

2004-05-03 Thread Vincent Massol
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 03 May 2004 06:06 To: Maven Users List Subject: Re: [maven2] Anything Groovy in Maven2? [snip] And the java approach doesn't handle simple stuff like deleting non-empty directories. The real issue

RE: How to set suppressions for checkstyle plugin

2004-05-03 Thread Vincent Massol
-Original Message- From: Michael Mattox [mailto:[EMAIL PROTECTED] Sent: 03 May 2004 13:32 To: Vincent Massol; 'Maven Users List' Subject: RE: How to set suppressions for checkstyle plugin I looked into this.. I found the xml file in checkstyle plugin directory in .plugins

RE: [maven2] Anything Groovy in Maven2?

2004-05-03 Thread Vincent Massol
-Original Message- From: Jason van Zyl [mailto:[EMAIL PROTECTED] Sent: 03 May 2004 15:23 To: Maven Users List Subject: Re: [maven2] Anything Groovy in Maven2? On Mon, 2004-05-03 at 07:36, [EMAIL PROTECTED] wrote: If someone gave me the choice between 1 line of Ant and 164

RE: Compile from CVS

2004-05-03 Thread Vincent Massol
Hi Miguel, Can you try cleaning your maven cache? There might be some leftovers from some previous install there (just remove your .maven/plugins directory). The 1.0 branch is building fine here on my machine and I believe it's also working on Arnaud's machine. Thanks -Vincent -Original

RE: Compile from CVS

2004-05-03 Thread Vincent Massol
Building from HEAD or branch HEAD is reserved to power-users/developers. I'd suggest you use the latest released version (rc2). Otherwise, stop whining and start participating :-) Thanks -Vincent -Original Message- From: Jarrell, Maury [mailto:[EMAIL PROTECTED] Sent: 03 May 2004 20:50

RE: Compile from CVS = you must use MAVEN-1_0-BRANCH

2004-05-03 Thread Vincent Massol
Arnaud, There are 2 CVS modules: - one for maven/ - one for maven-plugins/ For maven/ there are 2 branches: 1.0 one and HEAD For maven-plugins/ there is only HEAD All my changes of this week end were done in the maven-plugins/ and thus on HEAD for that module. That's unless you're talking

RE: Compile from CVS = you must use MAVEN-1_0-BRANCH

2004-05-03 Thread Vincent Massol
-Original Message- From: Vincent Massol [mailto:[EMAIL PROTECTED] Sent: 03 May 2004 22:44 To: 'Maven Users List'; [EMAIL PROTECTED] Subject: RE: Compile from CVS = you must use MAVEN-1_0-BRANCH Arnaud, There are 2 CVS modules: - one for maven/ - one for maven-plugins

RE: Compile from CVS = you must use MAVEN-1_0-BRANCH

2004-05-03 Thread Vincent Massol
projects ~ [exec] |_| |_\__,_|\_/\___|_||_| v. 1.1-SNAPSHOT [exec] java.io.FileNotFoundException: C:\Documents and Settings\Vincent Massol\.maven\plugins\c lean\project.xml (The system cannot find the path specified) [...] I don't think it's related to my changes of this week end. It must

RE: Compile from CVS

2004-05-03 Thread Vincent Massol
erase the mean things I wrote about you guys off the bathroom wall... ;-) :-) -Vincent Thanks again, Maury -Original Message- From: Vincent Massol [mailto:[EMAIL PROTECTED] Sent: Monday, May 03, 2004 4:21 PM To: 'Maven Users List' Subject: RE: Compile from CVS Ok

RE: Compile from CVS

2004-05-03 Thread Vincent Massol
a firewall and the whole thing has been a succession of roadblocks for me. I'll stop whining and keep working... Thanks for your help, Maury -Original Message- From: Vincent Massol [mailto:[EMAIL PROTECTED] Sent: Monday, May 03, 2004 2:28 PM To: 'Maven Users List' Subject: RE

RE: [maven2] Anything Groovy in Maven2?

2004-05-03 Thread Vincent Massol
-Original Message- From: Jason van Zyl [mailto:[EMAIL PROTECTED] Sent: 03 May 2004 17:11 To: Maven Users List Subject: RE: [maven2] Anything Groovy in Maven2? On Mon, 2004-05-03 at 10:00, Vincent Massol wrote: True. But that's my point: there's no voodoo if you reuse Ant

Maven Abbot plugin - feedback wanted

2004-05-01 Thread Vincent Massol
Hi Abbot and Maven users, I've just committed today a Maven plugin for Abbot. See http://maven.apache.org/reference/plugins/abbot/ for more information. Note that this plugin supports testing webstart applications. The plugin is not released yet so you'll have to build it from source. To do

RE: EAR task and type tag

2004-04-30 Thread Vincent Massol
Darren, I don't think the wsr type is a known type... -Vincent -Original Message- From: Darren Hartford [mailto:[EMAIL PROTECTED] Sent: 30 April 2004 16:19 To: [EMAIL PROTECTED] Subject: EAR task and type tag Hey all, Regarding Maven-1.0-rc2 (binary install) on Win2000, I have

RE: EAR task and type tag

2004-04-30 Thread Vincent Massol
My bad. Sorry. I should have checked. -Vincent -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 30 April 2004 16:56 To: Maven Users List Subject: RE: EAR task and type tag Vincent Massol [EMAIL PROTECTED] wrote on 01/05/2004 12:27:58 AM: Darren

RE: aspectj plugin maven 1.0 rc2

2004-04-28 Thread Vincent Massol
to Jira? I think the only thing we should think about are the name of the dependency properties. I had though about aspectj.weave and aspectj.weaveWith but, what do you think? -Mensaje original- De: Vincent Massol [mailto:[EMAIL PROTECTED] Enviado el: jueves, 22 de abril de

RE: Query about Maven WebSphere plugin

2004-04-23 Thread Vincent Massol
-Original Message- From: Richard Lewis-Shell [mailto:[EMAIL PROTECTED] Sent: 23 April 2004 03:12 To: Sunil D Patil Cc: Maven Users List Subject: Re: Query about Maven WebSphere plugin [snip] This would all be easier if the cactus plugin supports WAS - alas I'm all for it! If

RE: aspectj plugin maven 1.0 rc2

2004-04-23 Thread Vincent Massol
: Vincent Massol [mailto:[EMAIL PROTECTED] Enviado el: jueves, 22 de abril de 2004 18:22 Para: 'Maven Users List' CC: [EMAIL PROTECTED] Asunto: RE: aspectj plugin maven 1.0 rc2 Hi Charles / Carlos, Carlos has sent a big patch a few days back. I'm still fighting to find some time to read

RE: aspectj plugin maven 1.0 rc2

2004-04-22 Thread Vincent Massol
/RowIterator.jav a:14 The type RowIterator is already defined [iajc] public interface RowIterator extends Iterator { [iajc] Vincent Massol wrote: - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

RE: aspectj plugin maven 1.0 rc2

2004-04-22 Thread Vincent Massol
it is no longer required by aspectj-1.1.1. Let me know your thoughts, I would really like to see this get added. Thanks a lot. Charlie Vincent Massol wrote: Yes, that's required. I guess we should add a check in the plugin to verify it's defined. Maybe you could file a JIRA issue

RE: Clover Problem

2004-04-21 Thread Vincent Massol
at http://strayer.org/clover/ The console log is at http://strayer.org/clover/maven.log The command line I used was: maven -X clover maven.log 21 -Original Message- From: Vincent Massol [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 20, 2004 3:22 PM To: 'Maven Users List

RE: [all] Current version of Clover in Maven repos?

2004-04-21 Thread Vincent Massol
Already asked yesterday. Thanks -Vincent -Original Message- From: Ben Walding [mailto:[EMAIL PROTECTED] Sent: 21 April 2004 09:08 To: Maven Users List Subject: Re: [all] Current version of Clover in Maven repos? I normally just email their support address asking for the jar for

RE: [all] Current version of Clover in Maven repos?

2004-04-21 Thread Vincent Massol
Good timing. I've asked TheCortex yesterday for a maven-specific clover 1.2.4 version to put on ibiblio. Thanks -Vincent -Original Message- From: Mark R. Diggory [mailto:[EMAIL PROTECTED] Sent: 20 April 2004 23:54 To: Jakarta Commons Developers List; Maven Users List Subject: Re:

RE: jelly

2004-04-21 Thread Vincent Massol
For Jelly doc: http://jakarta.apache.org/commons/jelly/libs/index.html You might want to try this: http://jakarta.apache.org/commons/jelly/libs/util/tags.html#util:availab le Another source of jelly doc are the Maven plugin sources. Hope it helps, -Vincent -Original Message- From:

RE: aspectj plugin maven 1.0 rc2

2004-04-21 Thread Vincent Massol
Hi Daniel, You're not supposed to change the aspectj version used by the aspectj plugin. The dependency is automatically handled by the aspectj plugin. Could you ensure you have internet access, clean your plugin cache directory, call the aspectj plugin again and send us the console log? Thanks

RE: Clover Problem

2004-04-20 Thread Vincent Massol
- From: Vincent Massol [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 20, 2004 9:22 AM To: 'Maven Users List' Subject: RE: Clover Problem Jon, What error do you get with the normal clover jar? Thanks -Vincent -Original Message- From: STRAYER, JON (SBCSI) [mailto

RE: Clover Problem

2004-04-20 Thread Vincent Massol
Maybe you could show use the problem you're having? Could you also show us the console logs? Thanks -Vincent -Original Message- From: STRAYER, JON (SBCSI) [mailto:[EMAIL PROTECTED] Sent: 20 April 2004 22:06 To: 'Maven Users List' Subject: RE: Clover Problem It may be that the

RE: having troubles with maven RC2

2004-04-18 Thread Vincent Massol
Hi Nicolas, Not sure why it's required, but I have added this dependency to the Cactus plugin. Thanks -Vincent -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] trelaze.com] Sent: 24 March 2004 15:58 To: Maven Users List Cc: 'Cactus Users List' Subject: Re:

RE: MultiChanges Plugin

2004-04-18 Thread Vincent Massol
Hi Brian, Strange. It seems to works for Maven. Here's what there is in project.xml of maven-plugins: [...] reportmaven-multichanges-plugin/report [...] And the result is available here: http://maven.apache.org/reference/plugins/optional/multichanges-report.h tml the report page clearly

RE: Maven and Development Process

2004-04-16 Thread Vincent Massol
-Original Message- From: Jason van Zyl [mailto:[EMAIL PROTECTED] Sent: 16 April 2004 03:08 To: Maven Users List Subject: RE: Maven and Development Process On Thu, 2004-04-15 at 17:05, Vincent Massol wrote: Maven2 support recursive inheritance well so would anyone still really

RE: Maven and Development Process

2004-04-15 Thread Vincent Massol
-Original Message- From: Jason van Zyl [mailto:[EMAIL PROTECTED] Sent: 15 April 2004 22:13 To: Maven Users List Subject: RE: Maven and Development Process On Thu, 2004-04-15 at 14:38, Mark Langley wrote: If you use XML entities to define your version numbers rather than hard

RE: RE: [ejb] verification plugins/tools?

2004-04-13 Thread Vincent Massol
-Original Message- From: Pascal Thivent [mailto:[EMAIL PROTECTED] Sent: 13 April 2004 13:43 To: [EMAIL PROTECTED] Subject: RE: RE: [ejb] verification plugins/tools? Response to: RE: [ejb] verification plugins/tools? Hi, That would be a nice addition to the jboss plugin. We

RE: maven-aspectj-plugin-2.0

2004-04-12 Thread Vincent Massol
Hi Ron, Version 2.o uses the iajc compiler which weaves aspects onto jars. Thus there is no need to compile code. -Vincent -Original Message- From: Hahne, Ronald [mailto:[EMAIL PROTECTED] Sent: 11 April 2004 04:50 To: 'Maven Users List' Subject: maven-aspectj-plugin-2.0 For some

<    1   2   3   4   5   6   7   >