RE: [M1] Merge some web.xml deployment discriptor

2005-08-12 Thread Vincent Massol
Hi, There is a Cactus Ant task that can possibly help you: http://jakarta.apache.org/cactus/integration/ant/task_webxmlmerge.html -Vincent -Original Message- From: Keisuke Matsubara [mailto:[EMAIL PROTECTED] Sent: vendredi 12 août 2005 11:44 To: users@maven.apache.org Subject: [M1]

RE: cruisecontrol's config.xml at default location gets deleted by build loop

2005-08-15 Thread Vincent Massol
-Original Message- From: berndq [mailto:[EMAIL PROTECTED] Sent: lundi 15 août 2005 21:43 To: Maven Users List Subject: cruisecontrol's config.xml at default location gets deleted by build loop All, according to

RE: [MavenBook] Using a public/private key scheme for site deployment

2005-08-16 Thread Vincent Massol
Hi Sébastien, -Original Message- From: Sébastien Arbogast [mailto:[EMAIL PROTECTED] Sent: mardi 16 août 2005 15:53 To: users@maven.apache.org Subject: [MavenBook] Using a public/private key scheme for site deployment Hi, First of all I'd like to thank and congratulate Vincent

RE: [MavenBook] Using a public/private key scheme for site deployment

2005-08-16 Thread Vincent Massol
Grant is right. I forgot that you need to have your public key installed on the remote server in ~user/.ssh.authorized_keys Thanks -Vincent -Original Message- From: Vincent Massol [mailto:[EMAIL PROTECTED] Sent: mardi 16 août 2005 16:53 To: 'Maven Users List' Cc: [EMAIL PROTECTED

RE: [MavenBook] Using a public/private key scheme for site deployment

2005-08-17 Thread Vincent Massol
-Original Message- From: Vincent Massol [mailto:[EMAIL PROTECTED] Sent: mardi 16 août 2005 16:56 To: 'Maven Users List' Subject: RE: [MavenBook] Using a public/private key scheme for site deployment Grant is right. I forgot that you need to have your public key installed

RE: Maven/Spring Testing

2005-08-20 Thread Vincent Massol
-Original Message- From: Marcelo Alcantara [mailto:[EMAIL PROTECTED] Sent: samedi 20 août 2005 19:40 To: Maven Users List Subject: Re: Maven/Spring Testing Sorry Craig, But I am working on a very big billing project. So? Why should we care? If you want timely support you can

RE: How to generate downloads.xml?

2005-08-21 Thread Vincent Massol
Hi John, More specifcially have a look at this tip: http://mavenbook.xwiki.com/xwiki/bin/view/Main/Tip4DownloadMenu -Vincent -Original Message- From: Brett Porter [mailto:[EMAIL PROTECTED] Sent: dimanche 21 août 2005 09:54 To: Maven Users List Subject: Re: How to generate

RE: How to access default value of property of another plugin

2005-08-23 Thread Vincent Massol
-Original Message- From: Thomas Van de Velde [mailto:[EMAIL PROTECTED] Sent: mardi 23 août 2005 00:46 To: Maven Users List Subject: Re: How to access default value of property of another plugin Martin, This has been documented here:

RE: j2ee sdk in repositories?

2005-08-27 Thread Vincent Massol
Hi Rick, You might be interested in http://mavenbook.xwiki.com/xwiki/bin/view/Main/J2eeDependencies Thanks -Vincent -Original Message- From: Rick Mann [mailto:[EMAIL PROTECTED] Sent: vendredi 26 août 2005 01:43 To: Maven Users List Subject: Re: j2ee sdk in repositories? On Aug

RE: [m1] problem with plug-in auto-download

2005-08-27 Thread Vincent Massol
-Original Message- From: berndq [mailto:[EMAIL PROTECTED] Sent: vendredi 26 août 2005 10:13 To: Maven Users List Subject: Re: [m1] problem with plug-in auto-download Brett Porter wrote: That hasn't made it to the errata yet, maybe you could submit it? done Thanks a lot

[ANN] Maven EJB Plugin 1.7 released

2005-08-27 Thread Vincent Massol
We are pleased to announce the Maven EJB Plugin 1.7 release! http://maven.apache.org/reference/plugins/ejb/ EJB Plugin for Maven Changes in this version include: Fixed bugs: o Make the ejb creation work even if there are not sources. o Fixed default property values in the web site

[ANN] Maven EJB Plugin 1.7.1 released

2005-08-28 Thread Vincent Massol
We are pleased to announce the Maven EJB Plugin 1.7.1 release! http://maven.apache.org/reference/plugins/ejb/ EJB Plugin for Maven Changes in this version include: Fixed bugs: o Update dependency to Maven Model v3.0.0 final (it was previously depending on 3.0.0 SNAPSHOT). To

RE: Dependencies for EAR file containing several war files

2005-08-29 Thread Vincent Massol
Hi Christopher, -Original Message- From: Christopher White [mailto:[EMAIL PROTECTED] Sent: lundi 29 août 2005 12:25 To: users@maven.apache.org Subject: Dependencies for EAR file containing several war files [snip] I have tried to use : ... properties

RE: POM inheritence in M2

2005-08-29 Thread Vincent Massol
Hi Sachin, -Original Message- From: Sachin Patel [mailto:[EMAIL PROTECTED] Sent: lundi 29 août 2005 14:21 To: Maven Users List Subject: POM inheritence in M2 I'm looking at POM inheritence in M2.. If I specify a parent POM what gets included in the child POM, only elements in the

RE: POM inheritence in M2

2005-08-29 Thread Vincent Massol
-Original Message- From: Kenney Westerhof [mailto:[EMAIL PROTECTED] Sent: lundi 29 août 2005 15:51 To: Maven Users List Subject: RE: POM inheritence in M2 On Mon, 29 Aug 2005, Vincent Massol wrote: Hi, The inherited tag is only present for Report, ReportSet, Plugin

RE: [m1] Sharing source code between projects?

2005-08-30 Thread Vincent Massol
Hi Michael, -Original Message- From: Michael Owen [mailto:[EMAIL PROTECTED] Sent: mardi 30 août 2005 10:27 To: users@maven.apache.org Subject: [m1] Sharing source code between projects? Hi, Firstly, I'm using Maven 1. What's the best practice for sharing source code, because I

RE: Jetty Plugin: java.lang.NoClassDefFoundError: sun/tools/javac/Main

2005-08-30 Thread Vincent Massol
Hi Greg, -Original Message- From: Greg Hall [mailto:[EMAIL PROTECTED] Sent: mardi 30 août 2005 18:47 To: users@maven.apache.org Subject: Jetty Plugin: java.lang.NoClassDefFoundError: sun/tools/javac/Main Hi, I'm new to Maven and have been following the examples in the Maven

RE: [ANN] Maven EJB Plugin 1.7 released

2005-08-31 Thread Vincent Massol
Hi Ken, -Original Message- From: Ballard, Ken [mailto:[EMAIL PROTECTED] Sent: mercredi 31 août 2005 16:08 To: 'Maven Users List' Cc: '[EMAIL PROTECTED]' Subject: RE: [ANN] Maven EJB Plugin 1.7 released The old way of specifying a dependency on an ejb-client jar doesn't seem to

RE: Jetty Plugin: java.lang.NoClassDefFoundError:sun/tools/javac/Main

2005-08-31 Thread Vincent Massol
Hi Greg, -Original Message- From: Greg Hall [mailto:[EMAIL PROTECTED] Sent: mercredi 31 août 2005 10:15 To: Maven Users List Subject: RE: Jetty Plugin: java.lang.NoClassDefFoundError:sun/tools/javac/Main Hi Vincent, I tried the new version of the plugin, and it seems to have

RE: How to tell the version of jar.

2005-09-01 Thread Vincent Massol
Hi Jon, -Original Message- From: Jon Strayer [mailto:[EMAIL PROTECTED] Sent: jeudi 1 septembre 2005 17:46 To: Maven Users List Subject: How to tell the version of jar. I'm trying to integrate an existing project into our build cycle. None of the jars had version numbers in their

RE: [m1] Jetty plugin classpath error

2005-09-07 Thread Vincent Massol
-Original Message- From: Craig McDaniel [mailto:[EMAIL PROTECTED] Sent: mercredi 7 septembre 2005 20:33 To: Maven Users List Subject: [m1] Jetty plugin classpath error I am trying to use the Jetty plugin to deploy and test a webapp. Unfortunately I get the following error that

[ANN] Article on building J2EE projects with Maven 1.1

2005-09-09 Thread Vincent Massol
Just wanted to let you know that my article about building J2EE projects with Maven is up on http://www.onjava.com/pub/a/onjava/2005/09/07/maven.html Warning: It requires Maven 1.1 beta 2 which will be out in the coming few days. Cheers, -Vincent Check http://www.mavenbook.org for Maven tips

RE: [ANN] Article on building J2EE projects with Maven 1.1

2005-09-09 Thread Vincent Massol
Hi Ken, -Original Message- From: Ballard, Ken [mailto:[EMAIL PROTECTED] Sent: vendredi 9 septembre 2005 15:44 To: 'Maven Users List' Subject: RE: [ANN] Article on building J2EE projects with Maven 1.1 Vincent, I tried to check out the source from SVN, but it doesn't seem to all

RE: [ANN] Maven 1.1 Beta 2 Released

2005-09-12 Thread Vincent Massol
-Original Message- From: Arnaud HERITIER [mailto:[EMAIL PROTECTED] Sent: lundi 12 septembre 2005 12:16 To: Maven Users List; [EMAIL PROTECTED] Subject: Re: [ANN] Maven 1.1 Beta 2 Released For your first error, can you launch maven with the -e option to see which pom is invalid ?

Building Mavenbook sources (was RE: [ANN] Maven 1.1 Beta 2 Released)

2005-09-12 Thread Vincent Massol
have a look at Appendix A you'll see listed the minimal versions of all the plugins required for building the mavenbook source code. For the changelog plugin the minimal version is 1.8. Thanks -Vincent On 12/09/05, Vincent Massol [EMAIL PROTECTED] wrote: -Original Message- From

Threads (was RE: [ANN] Article on building J2EE projects with Maven 1.1)

2005-09-13 Thread Vincent Massol
Hi Richard, -Original Message- From: Walsh, Richard (Richard) [mailto:[EMAIL PROTECTED] Sent: vendredi 9 septembre 2005 13:34 To: Maven Users List Subject: RE: [ANN] Article on building J2EE projects with Maven 1.1 Hi Vincent, Have you any experience with launching new threads

RE: [ANN] Article on building J2EE projects with Maven 1.1

2005-09-16 Thread Vincent Massol
appreciated too... ;-) Thanks -Vincent Vincent Massol wrote: Just wanted to let you know that my article about building J2EE projects with Maven is up on http://www.onjava.com/pub/a/onjava/2005/09/07/maven.html Warning: It requires Maven 1.1 beta 2 which will be out in the coming few

RE: [ANN] Article on building J2EE projects with Maven 1.1

2005-09-17 Thread Vincent Massol
-Original Message- From: Paul Spencer [mailto:[EMAIL PROTECTED] Sent: vendredi 16 septembre 2005 22:17 To: Maven Users List Subject: Re: [ANN] Article on building J2EE projects with Maven 1.1 Vincent, Thanks for the update. Where should I post patches? Unfortunately, there's

RE: [ANN] Article on building J2EE projects with Maven 1.1

2005-09-17 Thread Vincent Massol
Hi Felipe, -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Felipe Leme Sent: vendredi 16 septembre 2005 19:21 To: Maven Users List Subject: Re: [ANN] Article on building J2EE projects with Maven 1.1 Vincent, I tried to checkout but got the

RE: ejb plugin 1.7.1

2005-09-19 Thread Vincent Massol
Hi Jan, -Original Message- From: news [mailto:[EMAIL PROTECTED] On Behalf Of jan_bar Sent: lundi 19 septembre 2005 15:01 To: users@maven.apache.org Subject: ejb plugin 1.7.1 Hi, the ejb plugin installs the client EJB code in ejb-clients folder with ejb-clients extension e.g.

RE: ejb and war plugins (maven 1.1 beta2)

2005-09-20 Thread Vincent Massol
-Original Message- From: Arnaud HERITIER [mailto:[EMAIL PROTECTED] Sent: mardi 20 septembre 2005 18:10 To: Maven Users List Subject: Re: ejb and war plugins (maven 1.1 beta2) He should add a requirement for the war plugin. I'll see with him.. I've just done that and committed

RE: [m2] reasons for sticking with maven

2005-09-20 Thread Vincent Massol
-Original Message- From: Wendell Beckwith [mailto:[EMAIL PROTECTED] Sent: mardi 20 septembre 2005 19:15 To: Maven Users List Subject: Re: [m2] reasons for sticking with maven John is basically stating the very thing that I'm against in the statement below. I have a 3rd party

RE: RE : CruiseControl issues trying to install and run from maven.Pleasehelp.

2005-09-21 Thread Vincent Massol
Hi Doug, -Original Message- From: Doug Douglass [mailto:[EMAIL PROTECTED] Sent: mercredi 21 septembre 2005 22:44 To: Maven Users List Subject: Re: RE : CruiseControl issues trying to install and run from maven.Pleasehelp. Mick Knutson wrote: So, the config.xml is at least a

RE: clean command

2005-09-22 Thread Vincent Massol
Hi Eli, -Original Message- From: Eli Doran [mailto:[EMAIL PROTECTED] Sent: jeudi 22 septembre 2005 22:35 To: users@maven.apache.org Subject: clean command I have been wondering for some time why it is necessary to type m2 clean:clean instead of just m2 clean. I understand it

RE: [ANNOUNCEMENT] Hammurapi plugin 1.0 released

2005-09-23 Thread Vincent Massol
Hi Arun, Thanks. It sounds like a great plugin. I've just tried it on Maven 1.1 and it fails because of errors in its POM. More specifically you must remove the id element in the contributor section. I've tried to report this big on java.net but couldn't find a way to enter a bug... I've

RE: [m102] is there a migration guide to m2?

2005-10-06 Thread Vincent Massol
Hi Thomas, -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: mercredi 5 octobre 2005 17:39 To: Maven Users List Subject: [m102] is there a migration guide to m2? [snip] hello, We are currently using v1.0.2 I looked at the maven2 site but

RE: [m2] correct usage of the checkstyle plugin

2005-10-06 Thread Vincent Massol
Hi David, There seems to be a bug in the checkstyle plugin. See http://jira.codehaus.org/browse/MNG-1113 -Vincent _ From: David Sag [mailto:[EMAIL PROTECTED] Sent: jeudi 6 octobre 2005 12:10 To: users@maven.apache.org Subject: [m2] correct usage of the checkstyle plugin

RE: [m2] Problem with checkstyle plugin

2005-10-06 Thread Vincent Massol
See http://jira.codehaus.org/browse/MNG-1113 -Vincent -Original Message- From: Hugo Palma [mailto:[EMAIL PROTECTED] Sent: jeudi 6 octobre 2005 18:17 To: users@maven.apache.org Subject: [m2] Problem with checkstyle plugin I'm using beta-3 and i'm not able to configure the

RE: [m2] creating war from existing wars

2005-10-08 Thread Vincent Massol
-Original Message- From: Brett Porter [mailto:[EMAIL PROTECTED] Sent: samedi 8 octobre 2005 20:11 To: Maven Users List Subject: Re: [m2] creating war from existing wars On 10/7/05, Miodrag Glumac [EMAIL PROTECTED] wrote: First is that assembly plugin does not know how to unpack

RE: [m2 m1]Inject POM values into application

2005-10-19 Thread Vincent Massol
-Original Message- From: David Jackman [mailto:[EMAIL PROTECTED] Sent: mercredi 19 octobre 2005 18:37 To: Maven Users List Subject: RE: [m2 m1]Inject POM values into application In m2, you just turn filtering on for resources in your pom. Assuming you've put the files being

RE: [ANN] Maven 2.0 Release Now Available

2005-10-19 Thread Vincent Massol
Woohoo! This is a great achievement. Well done everyone! Now be ready for the mailing list flood that will arrive... ;-) This is now that the faqbot would be useful. A pity it's not ready yet. But fortunately we've got Jason's doc to help :-) -Vincent -Original Message- From: Brett

Migrating from m1 to m2 (was RE: [ANN] Maven 2.0 Release Now Available)

2005-10-20 Thread Vincent Massol
Hi Peter, -Original Message- From: Pilgrim, Peter [mailto:[EMAIL PROTECTED] Sent: jeudi 20 octobre 2005 11:15 To: 'Maven Users List' Subject: RE: [ANN] Maven 2.0 Release Now Available -Original Message- From: Brett Porter [mailto:[EMAIL PROTECTED] ===== We

RE: Where should configuration files go?

2005-10-22 Thread Vincent Massol
Hi Robert, -Original Message- From: Robert Taylor [mailto:[EMAIL PROTECTED] Sent: samedi 22 octobre 2005 14:03 To: users@maven.apache.org Subject: Where should configuration files go? Greetings, I'm a recent Ant-to-Maven 2.0 convert and am trying to mavenize some existing

RE: Re: [m2] Fatal error trying mvn site

2005-10-23 Thread Vincent Massol
-Original Message- From: Brett Porter [mailto:[EMAIL PROTECTED] Sent: dimanche 23 octobre 2005 20:19 To: Maven Users List Subject: Re: Re: [m2] Fatal error trying mvn site Interesting idea, but not very scalable (there are already a large number of plugins). I wonder if

RE: M2 with oc4j

2005-10-23 Thread Vincent Massol
Hi Pete, -Original Message- From: Pete [mailto:[EMAIL PROTECTED] Sent: dimanche 23 octobre 2005 13:47 To: Maven Users List Subject: M2 with oc4j Has anyone out there got any suggestions of how to integrate a M2 build with Oracle's oc4j J2EE container. I'm looking to be able to

RE: Where should configuration files go?

2005-10-24 Thread Vincent Massol
-Original Message- From: Jason van Zyl [mailto:[EMAIL PROTECTED] Sent: lundi 24 octobre 2005 04:01 To: Maven Users List Subject: RE: Where should configuration files go? [snip] We might want to align our notions: http://maven.apache.org/guides/introduction/introduction-to-the-

RE: How do I search for an issue in maven mailing list?

2005-10-25 Thread Vincent Massol
... or even better: http://www.nabble.com/Maven-f177.html -Vincent -Original Message- From: Gail Jakubowski [mailto:[EMAIL PROTECTED] Sent: mardi 25 octobre 2005 16:52 To: users@maven.apache.org Subject: Re: How do I search for an issue in maven mailing list?

[m2] exec vs execute (was RE: [ANNOUNCE] plugins to add to the plugins Matrix: webstart, keytool and exec)

2005-10-26 Thread Vincent Massol
Hi Jerome, -Original Message- From: jerome lacoste [mailto:[EMAIL PROTECTED] Sent: mercredi 26 octobre 2005 08:38 To: Maven Users List Subject: Re: [ANNOUNCE] plugins to add to the plugins Matrix: webstart, keytool and exec [snip] Here's the list - exec-maven-plugin: to

RE: Maven 2 and Jelly

2005-10-26 Thread Vincent Massol
-Original Message- From: Dário Luís Coneglian Oliveros [mailto:[EMAIL PROTECTED] Sent: mercredi 26 octobre 2005 12:12 To: Maven Users List Subject: Maven 2 and Jelly Hi there, Does anybody happen to know what Jelly future will be since Maven 2 does not depend on it anymore ?

RE: [m2] Clover plugin

2005-11-15 Thread Vincent Massol
-Original Message- From: Anuerin Diaz [mailto:[EMAIL PROTECTED] Sent: lundi 14 novembre 2005 17:32 To: Maven Users List Subject: Re: [m2] Clover plugin i forgot that i also added this in my dependency: dependency groupIdclover/groupId artifactIdclover/artifactId

RE: [m2] Clover plugin

2005-11-15 Thread Vincent Massol
Hi Wim, -Original Message- From: Wim Deblauwe [mailto:[EMAIL PROTECTED] Sent: lundi 14 novembre 2005 15:40 To: Maven Users List Subject: [m2] Clover plugin Hi, how does one use the clover plugin? I was looking at http://maven.apache.org/plugins/maven-clover-plugin/ for some

RE: [m2] Clover plugin

2005-11-15 Thread Vincent Massol
-Original Message- From: Vincent Massol [mailto:[EMAIL PROTECTED] Sent: mardi 15 novembre 2005 09:08 To: 'Maven Users List' Subject: RE: [m2] Clover plugin [snip] I added: plugin groupIdorg.apache.maven.plugins/groupId artifactIdmaven-clover-plugin/artifactId /plugin

RE: Plugin Unit Tests?

2005-11-15 Thread Vincent Massol
Hi Bob, To test a plugin the best solution is to use the it plugin in components/sandbox/plugins. It allows you to put test projects in src/test/it. -Vincent -Original Message- From: Allison, Bob [mailto:[EMAIL PROTECTED] Sent: mardi 15 novembre 2005 15:35 To: Maven Users List

RE: Plugin Unit Tests?

2005-11-15 Thread Vincent Massol
where the plugin is located? It's not in mojo, it's in the maven2 trunk. If you check it out you'll see a components/sandbox/plugins dir -Vincent -Original Message- From: Vincent Massol [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 15, 2005 09:46 To: 'Maven Users List' Subject: RE

RE: [M2] Clover Java 1.5

2005-11-15 Thread Vincent Massol
Hi Duane, The web site has not been published yet (don't know how to do that actually). Here's the doc in APT format in the meantime: http://svn.apache.org/viewcvs.cgi/maven/components/trunk/maven-plugins/maven -clover-plugin/src/site/apt/ Thanks -Vincent -Original Message- From:

RE: [m2] Problem with clover plugin

2005-11-16 Thread Vincent Massol
Hi Chris, -Original Message- From: Chris Gray [mailto:[EMAIL PROTECTED] Sent: mercredi 16 novembre 2005 22:36 To: users@maven.apache.org Subject: [m2] Problem with clover plugin Hi there, We've got Maven2 setup and building our project, but there seems to be something weird

RE: [M2] Any guides or recommendations for Cactus / JUnitEE / Integration Tests

2005-11-16 Thread Vincent Massol
Hi Pete, I haven't tried doing that yet but here's some tips: - for starting/stopping containers and deploying into them, check the Cargo project (http://cargo.codehaus.org). Cargo is actually a Cactus' child. It containers everything that was in Cactus WRT container manipulations. We also have

RE: [M2] clover:check bug?

2005-11-17 Thread Vincent Massol
Hi Duane, This is a bug in Maven 2.0 that has been fixed in Maven 2.0.1. We need to try modifying the Clover plugin so that it can still work on Maven 2.0. This is not done yet. If you want to have it work right now you'll need to build m2 from trunk and build the clover plugin from trunk too.

RE: [m2] was5 plugin

2005-11-17 Thread Vincent Massol
-Original Message- From: Dion Gillard [mailto:[EMAIL PROTECTED] Sent: jeudi 17 novembre 2005 23:43 To: Maven Users List Subject: Re: [m2] was5 plugin As the defacto maintainer of the maven 1 was5 plugin, and someone who isn't moving to m2 at this point, we've been asked this at

Re: [ANN] Maven Clover 2 Plugin 3.0-beta-4 Released

2007-09-24 Thread Vincent Massol
Hi Tom, Congrats for this first release under the Atlassian umbrella! Where can we see what's different from the last version of the Clover plugin located at Apache? I tried checking http://developer.atlassian.com/jira/browse/CLMVN?

Re: How do people handle installers/exe/bat/sh in maven?

2007-10-02 Thread Vincent Massol
Hi, I use 2 installers: * IzPack to generate a generic JAR installer * launch4j to wrap the generic JAR installer into an EXE for windows platforms I got the IzPack maven plugin from http://jira.codehaus.org/browse/ MOJO-277 which I installed in my custom remo repo. For launch4j I simply

Re: How do people handle installers/exe/bat/sh in maven?

2007-10-02 Thread Vincent Massol
On Oct 2, 2007, at 4:10 PM, Wim Deblauwe wrote: For launch4j I simply used its Ant task that I called using the AntRun plugin. Good idea, I current use the maven plugin ( http://9stmaryrd.com/tools/launch4j-maven-plugin), but it is not maintained anymore it seems. Right. I looked at

[ANN] Maven2 Certification at JavaBlackBelt (under collaborative construction)

2006-05-15 Thread Vincent Massol
Hi everyone, Just to let you know that JavaBlackBelt (http://www.javablackbelt.com/) has started a Maven2 certification. I have helped them define the test objectives and I'm marked as the certification lead. There are currently 3 certifications defined (listed at the bottom of

RE: cargo-maven-plugin

2006-05-23 Thread Vincent Massol
Hi Roald, -Original Message- From: Roald Bankras [mailto:[EMAIL PROTECTED] Sent: mardi 23 mai 2006 13:57 To: Maven Users List Subject: cargo-maven-plugin Hey Does anyone know where to find extensive documentation on how to configure the cargo-maven-plugin? I'm

RE: Generating a Clover report during site generation

2006-05-25 Thread Vincent Massol
Hi Nik, Your snippet below looks correct. Could you please post your pom.xml and the your build output? Thanks -Vincent -Original Message- From: Nik Krishna [mailto:[EMAIL PROTECTED] Sent: jeudi 25 mai 2006 16:43 To: users@maven.apache.org Subject: Generating a Clover report

RE: [M2] Remote deploy... pom.xml example configuration

2006-05-25 Thread Vincent Massol
Hi Leo, * Codehaus has been down for the past week or so due to some outage. It's gradually coming back. Mailing lists are still an issue but the site should be ok now. * The Jboss remote deployer that is currently implemented for jboss doesn't support copying a deployable remotely so your

RE: moving a simple task from m1 to m2

2006-05-30 Thread Vincent Massol
Hi Warner, -Original Message- From: Warner Onstine [mailto:[EMAIL PROTECTED] Sent: mardi 30 mai 2006 02:50 To: Maven Users List Subject: Re: moving a simple task from m1 to m2 Yeah, I had started looking at this, but was hoping for something that would work in both ant and maven

RE: [M2] Dashboard functionality

2006-05-30 Thread Vincent Massol
Hi Rik, We implemented this in the dashboard for maven1. However this does not exist for m2 yet. There are some thought on this on http://docs.codehaus.org/display/MAVEN/Maven+Dashboard (I've put a diagram of how I would view an architecture for this). I don't think much work has been done on

RE: Maven2, AspectJ and Clover

2006-05-30 Thread Vincent Massol
Hi Roland, I don't see a problem unless you're using aspectj on bytecode and you wish to have the aspectified code to be under Clover. This won't be possible as Clover works on source code. The Clover plugin will automatically generate a parallel build tree and modify the maven source path so

RE: [M2] Deploy success with ant, but it can improve!

2006-06-01 Thread Vincent Massol
-Original Message- From: Leo L [mailto:[EMAIL PROTECTED] Sent: jeudi 1 juin 2006 15:26 To: Maven Users List Subject: Re: [M2] Deploy success with ant, but it can improve! Yeah, was my first try, but i didn´t success. My deploy is a remote deploy for a app. server jboss4. For

RE: EAR deploy

2006-06-04 Thread Vincent Massol
Hi Max, -Original Message- From: Max Cooper [mailto:[EMAIL PROTECTED] Sent: dimanche 4 juin 2006 10:31 To: Maven Users List Subject: Re: EAR deploy Here are two maven2 plugins that you may wish to consider: 1) http://mojo.codehaus.org/jboss-maven-plugin/ 2)

RE: [m2] Unit tests and integration tests in the same module?

2006-06-07 Thread Vincent Massol
I don't believe it's currently possible within the same build module. We started discussing it on http://docs.codehaus.org/display/MAVEN/best+practices+-+testing+strategies -Vincent -Original Message- From: Wendy Smoak [mailto:[EMAIL PROTECTED] Sent: mardi 6 juin 2006 16:41 To:

RE: [m2] Moving Surefire execution from test to integration-test

2006-06-07 Thread Vincent Massol
-Original Message- From: Wendy Smoak [mailto:[EMAIL PROTECTED] Sent: mardi 6 juin 2006 19:53 To: Maven Users List Subject: [m2] Moving Surefire execution from test to integration-test The Maven webapp archetype creates a structure with only src/main/webapp and

RE: Generate J2EE project structure with M2?

2006-06-09 Thread Vincent Massol
-Original Message- From: Lucas Opara [mailto:[EMAIL PROTECTED] Sent: vendredi 9 juin 2006 12:06 To: users@maven.apache.org Subject: Generate J2EE project structure with M2? Hello, I was wondering if it is possible to generate a J2EE project structure with Maven2. Or are the

RE: Book examples

2006-06-13 Thread Vincent Massol
Hi Jeff, -Original Message- From: Jeff Mutonho [mailto:[EMAIL PROTECTED] Sent: mardi 13 juin 2006 10:49 To: Maven Users List Subject: Book examples Ho can I get these examples in chapter 4 to work?I saw there's an errata for for the missing webservice jar [INFO]

RE: Cactus plugin?

2006-06-13 Thread Vincent Massol
-Original Message- From: Stefan Hübner [mailto:[EMAIL PROTECTED] Sent: lundi 12 juin 2006 17:53 To: Maven Users List Subject: Re: Cactus plugin? Hi Raphael, 2006/6/12, Raphaël Piéroni [EMAIL PROTECTED]: There is one... check it at cargo.codehaus.org If you search for

RE: Cactus plugin?

2006-06-13 Thread Vincent Massol
-Original Message- From: Stefan Hübner [mailto:[EMAIL PROTECTED] Sent: mardi 13 juin 2006 13:37 To: Maven Users List Subject: Re: Cactus plugin? Hi Vincent, 2006/6/13, Vincent Massol [EMAIL PROTECTED]: [SNIP] Do you meen the cargo-maven2-plugin? Does this actually

RE: M2-Cargo Plugin Question

2006-06-15 Thread Vincent Massol
Hi Matilda, (this question would be better asked on the cargo user list) See below -Original Message- From: Matilda Robert [mailto:[EMAIL PROTECTED] Sent: mercredi 14 juin 2006 22:15 To: users@maven.apache.org Subject: M2-Cargo Plugin Question Hi all maven 2.0 users, I

RE: Failure with clover plugin

2006-06-16 Thread Vincent Massol
Hi Jason, Does it work with Clover when you're not using the Clover plugin? Could you post your pom.xml? Thanks -Vincent -Original Message- From: Parrott, Jason [mailto:[EMAIL PROTECTED] Sent: vendredi 16 juin 2006 18:18 To: users@maven.apache.org Subject: Failure with clover

RE: Failure with clover plugin

2006-06-20 Thread Vincent Massol
Message- From: Vincent Massol [mailto:[EMAIL PROTECTED] Sent: vendredi 16 juin 2006 18:52 To: 'Maven Users List' Subject: RE: Failure with clover plugin Hi Jason, Does it work with Clover when you're not using the Clover plugin? Could you post your pom.xml? Thanks -Vincent

RE: Problem with Cargo, Starting a Container

2006-06-23 Thread Vincent Massol
Hi Andreas, -Original Message- From: news [mailto:[EMAIL PROTECTED] On Behalf Of Andreas Schildbach Sent: vendredi 23 juin 2006 07:43 To: users@maven.apache.org Subject: Problem with Cargo, Starting a Container Hi everyone, Vincent asked me to ask this question on the list, so

RE: Failure with clover plugin

2006-06-23 Thread Vincent Massol
in the past?) It seems the problem is because some configuration parameters are not passed correctly to Clover but I don't know which ones. This is why I asked you to post your pom.xml file. Do you think you could attach it when you reply? Thanks -Vincent Vincent Massol-3 wrote: Jason, I

RE: Clover and Maven 2

2006-06-23 Thread Vincent Massol
Hi Andrew, _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: vendredi 23 juin 2006 14:19 To: users@maven.apache.org Subject: Clover and Maven 2 Hi, Has anybody succesfully used clover to generate a report with Mave 2 ? Yes. I have followed docs on

RE: Clover and Maven 2

2006-06-23 Thread Vincent Massol
_ From: Vincent Massol [mailto:[EMAIL PROTECTED] Sent: vendredi 23 juin 2006 14:24 To: 'Maven Users List' Subject: RE: Clover and Maven 2 Hi Andrew, [snip] Well I could try to help you if you could run maven in debug mode (-X) and attach the console output. Please do

RE: Clover and Maven 2

2006-06-23 Thread Vincent Massol
Ah cool. I couldn't guess this. :-) If you want to check for a TPC threshold you'll need to use the clover:check goal. See the online doc for the clover plugin for more details. -Vincent _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: vendredi 23 juin 2006 17:20 To:

RE: clover:save-history goal for 2.x?

2006-06-23 Thread Vincent Massol
-Original Message- From: Michael Waluk [mailto:[EMAIL PROTECTED] Sent: vendredi 23 juin 2006 20:41 To: Maven Users List Subject: clover:save-history goal for 2.x? Hi, I was just wondering if anyone (VM?) knows if/when the historical data report will be available in this

[ANN] Maven Clover Plugin 2.2 for Maven 2 Released

2006-06-26 Thread Vincent Massol
The Maven team is pleased to announce the release of the Maven Clover Plugin, version 2.2 http://maven.apache.org/plugins/maven-clover-plugin/ You can run mvn -U to get the latest version of the plugin, or specify the version in your project's plugin configuration: plugin

RE: clover:save-history goal for 2.x?

2006-06-26 Thread Vincent Massol
Michael, Just to let you know that I've released v2.2 of the clover plugin today. It should be on ibiblio in a few hours. -Vincent -Original Message- From: Michael Waluk [mailto:[EMAIL PROTECTED] Sent: vendredi 23 juin 2006 20:41 To: Maven Users List Subject: clover:save-history

RE: Deployment problem with Jboss

2006-06-27 Thread Vincent Massol
Hi Vinay, This looks like a cargo issue. You should post on the Cargo list so that you can get help. When you do so it would be good to post your pom.xml and attach the log files to your mail. Thanks -Vincent -Original Message- From: Vinay Kumar [mailto:[EMAIL PROTECTED] Sent: mardi

RE: Email Limiting?

2006-07-05 Thread Vincent Massol
Hi Mark, I'd love this too. See http://jira.codehaus.org/browse/CONTINUUM-634. You can even vote for it ;-) Unfortunately there's no fix for right now for this issue meaning there's no plan to include it as yet. Thanks -Vincent -Original Message- From: news [mailto:[EMAIL PROTECTED]

RE: Issue with maven 2.0.3, cargo and weblogic 8.x

2006-07-13 Thread Vincent Massol
Hi Bryan, -Original Message- From: Pauquette, Bryan [mailto:[EMAIL PROTECTED] Sent: jeudi 13 juillet 2006 21:40 To: Maven Users List Subject: Issue with maven 2.0.3, cargo and weblogic 8.x I am running into an issue with maven2.0.4 and cargo and deploying an ejb-jar to

RE: Maven book: feedback

2006-07-16 Thread Vincent Massol
excellent, and I said it a few times on this list. It's even one of the books I used the most often for some time. And when Vincent Massol announced at JavaPolis in last december that a free Maven2 book was on its way, I was very excited, because I dreamt of such a good book combined with all

RE: Maven book: feedback

2006-07-16 Thread Vincent Massol
that kind of things with Drupal and it gave quite good results. What do you think ? Open Source documentation ? 2006/7/16, Vincent Massol [EMAIL PROTECTED]: Hi Sebastien, I'm glad that you liked the m1 book ;-) but I'm sorry that you don't like the new m2 one... There are probably

Re: EJB3 Web project with cargo, jetty6

2006-07-16 Thread Vincent Massol
Hi Tony, On 7/14/06, Tony Hillerson [EMAIL PROTECTED] wrote: Hello all, I have a project that will use EJB3.0, and as far as I know only a few containers support that. I'm using jBoss now. My question is along the lines of the Improving Web Development Productivity section of the Maven Book.

RE: [M2] Maven Deployment Using Cargo To WebSphere

2006-07-17 Thread Vincent Massol
Hi Peter, -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: lundi 17 juillet 2006 10:40 To: users@maven.apache.org Subject: [M2] Maven Deployment Using Cargo To WebSphere Hi I have just reading the documentation looking for remote deployment to IBM

Cargo uberwar PITA (was RE: Converting AppFuse to a Maven 2 Project)

2006-07-19 Thread Vincent Massol
Hi Alex, -Original Message- From: Alex Shneyderman [mailto:[EMAIL PROTECTED] Sent: mercredi 19 juillet 2006 13:42 To: Maven Users List Subject: Re: Converting AppFuse to a Maven 2 Project [snip] [...] so take a look at cargo:uberwar (cargo.codehaus.org). It allows for custom

RE: clover:save-history goal for 2.x?

2006-07-25 Thread Vincent Massol
to in the standard clover report). Can you let me know if using Ant is the only way to do it? Could you please open a jira issue for this and I'll look into it? Thanks -Vincent On 6/26/06, Vincent Massol [EMAIL PROTECTED] wrote: Michael, Just to let you know that I've released v2.2

RE: How to generate clover historical HTML report?

2006-07-25 Thread Vincent Massol
Dup of previous email... -Vincent -Original Message- From: Michael Waluk [mailto:[EMAIL PROTECTED] Sent: lundi 24 juillet 2006 17:03 To: Maven Users List Subject: How to generate clover historical HTML report? Hi, With the latest version of the clover plugin I can now generate

RE: post-integration-test not run if integration-test fails (problem for continuum)

2006-07-25 Thread Vincent Massol
Hi Eric, -Original Message- From: Eric Brown [mailto:[EMAIL PROTECTED] Sent: mardi 25 juillet 2006 18:54 To: Maven Users List Subject: post-integration-test not run if integration-test fails (problem for continuum) I have to start up 2 servers and a bunch of webservices in pre-

RE: Code coverage with AspectJ?

2006-07-26 Thread Vincent Massol
Hi Howard, -Original Message- From: Howard Lewis Ship [mailto:[EMAIL PROTECTED] Sent: mercredi 26 juillet 2006 17:19 To: Maven Users List Subject: Code coverage with AspectJ? Does anyone know how to generate a code coverage report when using AspectJ in a project? The Clover

  1   2   3   4   5   6   7   >