Re: Eclipse plugin development with Maven 2

2007-02-06 Thread Stéphane Bouchet
Hi, there is some docs on codehaus about it : http://docs.codehaus.org/display/MAVEN/Maven+and+Eclipse http://docs.codehaus.org/display/MAVENUSER/Eclipse+Plugin http://docs.codehaus.org/display/MAVEN/Barriers+to+Building+Eclipse+with+Maven Cheers, Stéphane Sebastien Pennec a écrit : Hi

Re: [M1][ANN] Maven Cobertura Plugin 1.3 Released

2007-01-29 Thread Stéphane Bouchet
Hi, no, this plugin is for Maven2 ( see the subject ;) Chees, Stéphane [EMAIL PROTECTED] a écrit : Is this for Maven2? If I try and run it I get: [INFO] [ERROR] FATAL ERROR [INFO]

Re: [M1][ANN] Maven Cobertura Plugin 1.3 Released

2007-01-29 Thread Stéphane Bouchet
OOoops O_o My Apologies, lukas is right, this is a Maven 1 plugin. Stéphane. Lukas Theussl a écrit : no, this plugin is for Maven 1 (see the subject ;) ) :) -Lukas Stéphane Bouchet wrote: Hi, no, this plugin is for Maven2 ( see the subject ;) Chees, Stéphane [EMAIL PROTECTED

Re: HOW TO - Use maven-eclipse-plugin to build a RCP Target Platform and an internal repository from an Eclipse installation

2007-01-16 Thread Stéphane Bouchet
Hi, see my comments inline : Steinar Bang a écrit : (Note: I'm aware that to actually create a target platform separate from the eclipse installation, the plugins have to be copied to a location separate from the eclipse installation, and that installation be set as the PDE target platform.

Re: [m2] eclipse:make-artifacts does not exists?!

2006-12-26 Thread Stéphane Bouchet
Hi, you need the 2-3-SNAPSHOT version of the eclipse plugin . http://www.nabble.com/forum/ViewPost.jtp?post=7317502framed=yskin=177 Cheers, Stéphane Adrian Herscu a écrit : Hi all, I am trying to use Eclipse jars in my M2 project. The mvn eclipse:make-artifacts

Re: Unsupported WTP version: 1.5

2006-11-13 Thread Stéphane Bouchet
You may use the 2.3-SNAPSHOT version of the eclipse plugin to have it to work. Cheers, Stéphane. Minto van der Sluis a écrit : Hi all, I try to use the maven eclipse plugin for WTP 1.5. But it tells me it does not know WTP 1.5. What am I doing wrong? My pom looks like this: properties

Re: Unsupported WTP version: 1.5

2006-11-13 Thread Stéphane Bouchet
, but then I get complaints about other plugins (maven-plugin-test-harness) it is not able to find. Can anyone tell me where I can find a precompiled snapshot? Or maybe I have done something wrong. Regards, Minto Stéphane Bouchet-3 wrote: You may use the 2.3-SNAPSHOT version of the eclipse

Re: [m1/2] org.eclipse.ui and org.eclipse.core.runtime on iBiblio?

2006-10-18 Thread Stéphane Bouchet
Hi, There is a 2.3-SNAPSHOT that provide a new goal : eclipse:make-artifacts . that goal scan your eclipse plugin directory and copy all the artifact in your local repo. Cheers, Stéphane Jörg Schaible a écrit : Benoit Xhenseval wrote on Wednesday, October 18, 2006 12:46 AM: Hi

Re: Confused about Maven 2 Eclipse plugin

2006-10-13 Thread Stéphane Bouchet
hi, There is a bug with Maven Embedder, see : http://jira.codehaus.org/browse/MNGECLIPSE-71 ther is also a mailing list for this plugin that could help you : http://m2eclipse.codehaus.org/mail-lists.html Cheers, Stéphane Los Morales a écrit : Hi, Thanks for the tip. Now I tried the

Re: JPOX and Maven2

2006-10-12 Thread Stéphane Bouchet
As I can see (1) , the last maven plugin is using jpox 1.1.1 . Stéphane. (1) *http://mojo.codehaus.org/jpox-maven-plugin/dependencies.html * Aleksei Valikov a écrit : Hi folks, Does anyone use JPOX with Maven2? Which enhancer plugin do you use? Bye. /lexi

Re: Have Maven Eclipse Plugin specify Eclipse file encoding

2006-09-08 Thread Stéphane Bouchet
Ralph Pöllath a écrit : Hi, My work environment requires that all source files are encoded as UFT-8. Since we're using Eclipse, this means we have to change the file encoding to UTF-8 whenever we create a new workspace, which is inconvenient and error-prone. Since all of our Eclipse config

Re: executing after being built with Maven2

2006-09-01 Thread Stéphane Bouchet
Take a look to the last maven-jar-plugin : http://maven.apache.org/plugins/maven-jar-plugin/examples/executable-jar.html Cheers, Stéphane berndq a écrit : Stephen More wrote: I guess you are looking for the assembly plugin Here is the docu:

Re: NullPointerException in maven-eclipse-plugin while executing mak e-artifacts goal

2006-08-30 Thread Stéphane Bouchet
Sharma, Jaikumar a écrit : Thanks Stephane, I installed eclipse in a fresh way (only SDK -- no other plugins in IDE), and run make-artifacts and it installed all the required artifacts in local repository. I am still not sure why JBoss IDE artifact caused NPE. Thanks again for your help!

Re: NullPointerException in maven-eclipse-plugin while executing mak e-artifacts goal

2006-08-28 Thread Stéphane Bouchet
Hi, this new functionnality is still under dev. It seems you have installed a plugin (org.jbpm.core ) taht is not delivered with the basic eclipse install. the maven plugin tries to create for each eclipse plugin an artifact and install it in our repo. So there is an error with that

Re: NullPointerException in maven-eclipse-plugin while executing mak e-artifacts goal

2006-08-28 Thread Stéphane Bouchet
Sharma, Jaikumar a écrit : Thanks Stephane, Please see below. -Original Message- From: Stéphane Bouchet [mailto:[EMAIL PROTECTED] Sent: Monday, August 28, 2006 6:33 PM To: Maven Users List Subject: Re: NullPointerException in maven-eclipse-plugin while executing mak e-artifacts goal

Re: Multi-project site generation

2006-08-25 Thread Stéphane Bouchet
Arnaud Bailly a écrit : Hi, I am trying to create site and deploy it for a multi-project package. In the coo (parent) pom, I define various reports to generate. The root also contains src/site/... tree with documentation. The site.xml does not contains reports sections. The pom is: reporting

Re: Is it possible to build Eclipse 3.1 plugins using M2 ?

2006-08-24 Thread Stéphane Bouchet
/enabled /releases /pluginRepository /pluginRepositories Stéphane Sharma, Jaikumar a écrit : Thanks Stephane. I am not able to locate this plugin version in M2 repo. Regards -Original Message- From: Stéphane Bouchet [mailto:[EMAIL PROTECTED] Sent: Wednesday

Re: Is it possible to build Eclipse 3.1 plugins using M2 ?

2006-08-23 Thread Stéphane Bouchet
There is also a thread about building eclipse RCP apps but i believe this is for eclipse 3.2 : http://www.nabble.com/Eclipse-bundle-howto-tf2065506.html#a5690799 Stéphane. Valerio Schiavoni a écrit : after a quick search, i found it my self. adding these lines to your pom: plugin

Re: Eclipse bundle howto

2006-08-11 Thread Stéphane Bouchet
Hi, i take a look to your How-To. it looks very promising for building Eclipse RCP apps. But did you take a look to the last snapshot of eclipse-plugin ?? there is some neww feature very nice being developped by fabrizio : http://jira.codehaus.org/browse/MECLIPSE-92 Cheers, Stéphane. Martin

Re: Eclipse Plugins

2006-08-04 Thread Stéphane Bouchet
Barrie Treloar a écrit : On 7/18/06, Scott Goldstein [EMAIL PROTECTED] wrote: 1. How do you write a pom to build and release an Eclipse RCP application, including using an Eclipse Product Configuration to build the final package? 2. How do you then create the Eclipse project from the

Re: Eclipse Plugins

2006-08-04 Thread Stéphane Bouchet
don't completely get the use the maven-eclipse-plugin to build eclipse plugins in maven. that raises a few questions. 1. you cannot develop the plugin in any other IDE, only in eclipse itself? 2. why even bother having it as maven project? do I miss something obvious? Milos On 8/4/06, Stéphane

Re: eclipse plugin archetype?

2006-07-26 Thread Stéphane Bouchet
Hi, there is some improvement to the maven-eclipse-plugin to adress this. If you set these lines in your POM, you could be able to compile and debug an eclipse plugin : plugin artifactIdmaven-eclipse-plugin/artifactId

Re: eclipse plugin archetype?

2006-07-26 Thread Stéphane Bouchet
, Stéphane Bouchet [EMAIL PROTECTED] wrote: But there is no archetype to create an eclipse plugin skeleton for the moment. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: eclipse plugin archetype?

2006-07-26 Thread Stéphane Bouchet
Valerio Schiavoni a écrit : Hello Stèphane, On 7/26/06, Stéphane Bouchet [EMAIL PROTECTED] wrote: Eclipse plugin is like a java project, but there is 3 files that are mandatory : plugin.xml, build.properties and META-INF/MANIFEST.MF . how much different are those files from plugin

Re: [M2]assembly plugin: finalName issue

2006-07-20 Thread Stéphane Bouchet
hi, if src is the id specified in your assembly XML file, try add appendAssemblyIdfalse/appendAssemblyId in your assembly configuration's section in your pom.xml. Stéphane. Sebastien Pennec a écrit : Hello, I've set, in the configuration of the assembly plugin, the finalName property.

Re: Please review maven-eclipse-plugin

2006-07-18 Thread Stéphane Bouchet
Hi, I don't have any problem to download it from snapshot repo. Testing the maven-eclipse-snapshot right now. Stéphane. Edwin Punzalan a écrit : Its in SVN: http://svn.apache.org/repos/asf/maven/plugins/trunk/pom.xml Brett said he'd deploy it... not sure if its done already or not yet.

Re: maven 1.x plugin for aspectj 1.5

2006-04-04 Thread stéphane bouchet
/maven-stage-site/maven-1.x/plugins/aspectj/ stéphane bouchet wrote: I am testing it right now :) Carlos Sanchez a écrit : It wasn't release because there were not enough testers. If several people agree that 4.0-SNAPSHOT is good and deserve to be released I'm ok with it. On 3/27/06

Re: mvn eclipse:eclipse -- requires install first -- bug/oversight?

2006-03-30 Thread stéphane bouchet
] -- Stéphane Bouchet http://sbouchet.blogspot.com Architecte Logiciel du projet CASTORE http://www.castore.org EMN - CRITE La chantrerie 4, rue Alfred Kastler 44300 NANTES 02.51.85.82.29 - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: maven 1.x plugin for aspectj 1.5

2006-03-27 Thread stéphane bouchet
PROTECTED] -- Stéphane Bouchet http://sbouchet.blogspot.com Architecte Logiciel du projet CASTORE http://www.castore.org EMN - CRITE La chantrerie 4, rue Alfred Kastler 44300 NANTES 02.51.85.82.29 - To unsubscribe, e-mail

Re: maven 1.x plugin for aspectj 1.5

2006-03-27 Thread stéphane bouchet
-DartifactId=maven-aspectj-plugin -Dversion=4.0-SNAPSHOT Arnaud On 3/27/06, stéphane bouchet [EMAIL PROTECTED] wrote: Hi, I am currently using 3.3-SNAPSHOT and everything works fine. it supports java 1.5, and latest aspectj 1.5 too. The only weird thing is when the aspect:test goal

Re: ZoneInfo warning!

2006-03-22 Thread stéphane bouchet
\ZoneInfoMappings (The system cannot find the path specified) can't open C:\j2sdk1.4.2_10\lib\tzmappings. any help please? -- Stéphane Bouchet http://sbouchet.blogspot.com Architecte Logiciel du projet CASTORE http://www.castore.org EMN - CRITE La chantrerie 4, rue Alfred Kastler 44300 NANTES

Re: Mevenide and Eclipse 3.1

2006-03-02 Thread stéphane bouchet
to the package xerces that can't be found by Maven. Where can I put it so it works ? Thanks in advance. __ _ _ _ bgOnline -- Stéphane Bouchet http://sbouchet.blogspot.com Architecte Logiciel du projet CASTORE http://www.castore.org EMN - CRITE La chantrerie 4, rue

Re: maven kodo plugin

2006-02-08 Thread stéphane bouchet
you must download a version from their website, and put manually the Jars to your local repo. -- Stéphane Bouchet http://sbouchet.blogspot.com Architecte Logiciel du projet CASTORE http://www.castore.org EMN - CRITE La chantrerie 4, rue Alfred Kastler 44300 NANTES 02.51.85.82.29

Re: maven kodo plugin

2006-02-08 Thread stéphane bouchet
stéphane bouchet Stephane.BouchetTo: Maven Users List users@maven.apache.org @emn.fr cc

Re: maven kodo plugin

2006-02-08 Thread stéphane bouchet
] thanks. Tel: (020)36315358-328 Fax: (020)36315170 stéphane bouchet

Re: [M1.1b2] problem with site generation : missing dependency

2006-01-20 Thread stéphane bouchet
Hi, the jar is here : http://www.ibiblio.org/maven/batik/jars/ it seems your ${maven.repo.remote} property is missing or not configured, because maven is trying to download that jar from the URL you specified in your project.xml ... Stéphane Hervé BOUTEMY a écrit : Maven site generation

Re: [M1.1b2] problem with site generation : missing dependency

2006-01-20 Thread stéphane bouchet
Arnaud HERITIER a écrit : Hi, the jar is here : http://www.ibiblio.org/maven/batik/jars/ The link is broken. Since we use rewritting rules over the m2 repository to create the m1 one, these directories listings are outdated. Right ! I found the jar (working) on a mirror :

Re: [M1] Specifying Module build order

2006-01-12 Thread stéphane bouchet
It depends on your dependencies you specify in your differents project.xml. In fact, if one project depends on another one, the second will be build before the first one. Personnaly i used maven 1.1beta2 witch is better than maven 1.0. Stéphane Afkham Azeez a écrit : Hi Folks, I have a

Re: M2 Kodo Plugin

2005-12-05 Thread stéphane bouchet
Hi, I actually manage this plugin , and it is hosted on sourceforge. I am not currently working with M2, so feel free to take the m1 code and modify it to do a M2 plugin ! Stéphane Brian E. Fox a écrit : Anyone have an M2 Kodo plugin? We currently use Ant to do it, but I was thinking about

Re: M2 Kodo Plugin

2005-12-05 Thread stéphane bouchet
the other day. Isn't most of the M1 plugin in Jelly? I was thinking of looking at the ant plugin to get some java code. -Original Message- From: stéphane bouchet [mailto:[EMAIL PROTECTED] Sent: Monday, December 05, 2005 6:15 AM To: Maven Users List Subject: Re: M2 Kodo Plugin Hi, I actually

[ANN] Maven kodo plugin 4.0.0 EA3 released

2005-11-15 Thread stéphane bouchet
The maven-kodo-plugin team is pleased to announce the Kodo Plugin 4.0.0-EA3 release! http://maven-plugins.sourceforge.net/maven-kodo-plugin Maven plugin for Solarmetric's Kodo JDO implementation Changes in this version include: New Features: o This version requires Kodo 4.0.0EA3 jars.

Re: JCOVERAGE for MAVEN 2

2005-11-08 Thread stéphane bouchet
] D:\Documents and Settings\reboisse\workspace\DataModel -Message d'origine- De : stéphane bouchet [mailto:[EMAIL PROTECTED] Envoyé : lundi 7 novembre 2005 17:28 À : Maven Users List Objet : Re: JCOVERAGE for MAVEN 2

Re: JCOVERAGE for MAVEN 2

2005-11-08 Thread stéphane bouchet
\workspace\DataModel -Message d'origine- De : stéphane bouchet [mailto:[EMAIL PROTECTED] Envoyé : lundi 7 novembre 2005 17:28 À : Maven Users List Objet : Re: JCOVERAGE for MAVEN 2 Jcoverage is a commercial tool, prefer cobertura. the plugin for maven2 is still in dev. http://maven

Re: [m2] aspectj

2005-11-07 Thread stéphane bouchet
Hi, In my case, i will not upgrade to maven2 unless an aspectj plugin. I am like the majority of users, because my project uses java 1.4 and i cannot change that prereq. So for the moment I will wait for a plugin before migrate to maven2. And if there wil not be a plugin, i will try to write

Re: JCOVERAGE for MAVEN 2

2005-11-07 Thread stéphane bouchet
Jcoverage is a commercial tool, prefer cobertura. the plugin for maven2 is still in dev. http://maven-plugins.sourceforge.net/maven-cobertura-plugin/ STéphane REBOISSON Eric a écrit : Is there a JCOVERAGE plugins for maven 2 ? How to install it if it exists ? Thanks Eric

[ANN] Maven kodo plugin 4.0.0 released

2005-10-04 Thread stéphane bouchet
The maven-kodo-plugin team is pleased to announce the Kodo Plugin 4.0.0-EA2 release! http://maven-plugins.sourceforge.net/maven-kodo-plugin/ Maven plugin for Solarmetric's Kodo JDO implementation Changes in this version include: New Features: o This version requires Kodo 4.0.0-EA2 jars.

Re: [m1] multiproject dependency problem

2005-08-29 Thread stéphane bouchet
sorry for long delay ... see below . Jörg Schaible a écrit : stéphane bouchet wrote on Friday, August 26, 2005 3:44 PM: Jörg Schaible a écrit : stéphane bouchet wrote on Friday, August 26, 2005 11:54 AM: OK, more infos : 1/ Using the multiproject 1.4.1 plugin 2/ Using Eclipse 3.1

Re: [m1] multiproject dependency problem

2005-08-26 Thread stéphane bouchet
Jörg Schaible a écrit : stéphane bouchet wrote on Thursday, August 25, 2005 2:09 PM: Hi all, I have a problem using multiproject. i have a project called 'core' and another called 'applet'. the 'applet' project depends on the 'core' one. So i defined in the 'applet' project.xml : dependency

Re: [m1] multiproject dependency problem

2005-08-26 Thread stéphane bouchet
project.xml, there is no dependency att all (just reports), and this project is excluded when i launch 'multiproject:install' . Thanks for any help Stéphane stéphane bouchet a écrit : Jörg Schaible a écrit : stéphane bouchet wrote on Thursday, August 25, 2005 2:09 PM: Hi all, I have

Re: [m1] multiproject dependency problem

2005-08-26 Thread stéphane bouchet
Jörg Schaible a écrit : stéphane bouchet wrote on Friday, August 26, 2005 11:54 AM: OK, more infos : 1/ Using the multiproject 1.4.1 plugin 2/ Using Eclipse 3.1 with Mevenide 3/ in Fact, i have a project that manage the two others, called 'maven'. it is in its project.properties

[m1] multiproject dependency problem

2005-08-25 Thread stéphane bouchet
Hi all, I have a problem using multiproject. i have a project called 'core' and another called 'applet'. the 'applet' project depends on the 'core' one. So i defined in the 'applet' project.xml : dependency groupId${pom.groupId}/groupId artifactIdcore/artifactId

Re: [m1] multiproject dependency problem

2005-08-25 Thread stéphane bouchet
Thanks for the tip but not working :( I got the same result. Jeff Jensen a écrit : Try setting this property with the projects in the order you want them processed: maven.multiproject.includes= Quoting stéphane bouchet [EMAIL PROTECTED]: Hi all, I have a problem using multiproject. i

Re: Multiproject build

2005-08-24 Thread stéphane bouchet
Hi, i am in the same configuration, but even if i have all my projects depending on my utility project, it is not built in the first place ? So when i do a multiproject:install, my utility project is not on the top list and the build fails Using maven 1.0.2 and multiproject 1.4.1.

Cobertura and Aspectj

2005-08-02 Thread stéphane bouchet
Hi, i am trying to use cobertura with aspectj but it doesn't work : It seems that cobertura canot find the aspectJ libraries ? I use JDK 5.0, Win2k, Maven 1.0.2, last cobertura and aspectj plugins Thanks cobertura:on: [mkdir] Created dir:

Re: Site generation failes to replace strings from template

2005-07-07 Thread stéphane bouchet
this is a know bug on UNIX systems. (MPXDOC-148) Use the snapshot version of the plugin. To get the current snapshot, you can run : maven plugin:download -DgroupId=maven -DartifactId=maven-xdoc-plugin -Dversion=SNAPSHOT don't forget to set the maven.repo.remote properties to

error when generate .classpath file using eclipse plugin

2005-07-07 Thread stéphane bouchet
Hi, I am using maven 1.0.2 with JDK 1.5 and eclipse 3.1M6 i am trying to set up a multiproject and when i use 'maven eclipse' to generate .classpath files, i got an error when i try to add an eclipse dependency. I follow the described structure : dependency groupIdMYAPP/groupId

Re: error when generate .classpath file using eclipse plugin

2005-07-07 Thread stéphane bouchet
suivante: MYAPP-common-SNAPSHOT.jar stéphane bouchet a écrit : Hi, I am using maven 1.0.2 with JDK 1.5 and eclipse 3.1M6 i am trying to set up a multiproject and when i use 'maven eclipse' to generate .classpath files, i got an error when i try to add an eclipse dependency. I follow

Re: [REPOST] Having a problem with the Project Info Reports

2005-06-23 Thread stéphane bouchet
for an update or if I get back to maven-1.0.2. --mike Michael Niemaz wrote: When will it be shipped into the plugin? --mike stéphane bouchet wrote: Tested and working great. Thanks ! Stéphane Vincent Siveton a écrit : Done in svn. Cheers, Vincent 2005/6/21, Arnaud HERITIER [EMAIL

Re: [REPOST] Having a problem with the Project Info Reports

2005-06-23 Thread stéphane bouchet
Niemaz a écrit : Could you tell me what maven file to modify in order to bind on that snapshot? thanx, --mike stéphane bouchet wrote: for the moment i used maven 1.0.2 with latests plugins released. for the xdoc one, is used the snapshot and waiting for the release. i hope some of the issues

Re: Having a problem with the Project Info Reports

2005-06-22 Thread stéphane bouchet
Tested and working great. Thanks ! Stéphane Vincent Siveton a écrit : Done in svn. Cheers, Vincent 2005/6/21, Arnaud HERITIER [EMAIL PROTECTED]: Yes please. Vincent will fix it ;-D Arnaud -Message d'origine- De : stéphane bouchet [mailto:[EMAIL PROTECTED] Envoyé : mardi 21

Re: Having a problem with the Project Info Reports

2005-06-21 Thread stéphane bouchet
Hi, I am having the same problem with differents environments. On my Win2k box, with JDK 1.4.2, i got a good report document But in my Solaris box, with JDK 1.5, i got a bad report document. when i look in the generated reports, for example maven-reports.xml, in both case i got : properties

Re: Having a problem with the Project Info Reports

2005-06-21 Thread stéphane bouchet
Well, after setting *by hand* the bundle from plugin-resources\templates\templates to plugin-resources/templates/templates the goal xdoc:jelly-transform generated the good html document. so do i need to fill an issue in JIRA ? Stéphane stéphane bouchet a écrit : Hi, I am having

OutOfMemoryException during xdoc generation

2005-06-15 Thread stéphane bouchet
Hi Maven Users, I am experiencing a little problem with the xdoc plugin. After upgrading to 1.9 version ,i got an exception when runnig the site goal. java.lang.reflect.InvocationTargetException at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at

Re: OutOfMemoryException during xdoc generation

2005-06-15 Thread stéphane bouchet
not leak memory in that way, so it is not an issue. - Brett On 6/16/05, stéphane bouchet [EMAIL PROTECTED] wrote: Hi Maven Users, I am experiencing a little problem with the xdoc plugin. After upgrading to 1.9 version ,i got an exception when runnig the site goal

[ANN] Kodo Plugin 3.2.4 Released

2005-01-14 Thread stéphane bouchet
The maven-kodo-plugin team is pleased to announce the Kodo Plugin 3.2.4 release! http://maven-plugins.sourceforge.net/maven-kodo-plugin/ Maven plugin for Solarmetric's Kodo JDO implementation Changes in this version include: New Features: o This version requires Kodo 3.2.4 jars. For a manual

Re: Aspectj plugin missing ajdoc goal

2004-10-18 Thread stéphane bouchet
: Hi, It was removed because the ajdoc ant task was removed from AspectJ. There're no plans to implement it. If you're interested you can give some ideas or provide a patch. Regards Carlos Sanchez A Coruña, Spain http://www.jroller.com/page/carlossg -Original Message- From: stéphane bouchet

Aspectj plugin missing ajdoc goal

2004-10-15 Thread stéphane bouchet
Hello, I am using the aspectJ plugin with success but it seems that the ajdoc goal was removed in the last version (3.2) . it was present in the first version of the plugin. It could be very usefull to generate the documentation in the same time than the javadoc. Is there any plan about this

Jcoverage exclusion list

2004-08-17 Thread stéphane bouchet
Hi, I'm using maven 1.0 and jcoverage plugin 1.0.7. I would like to exclude some classes from jcoverage and i used the maven.jcoverage.instrumentation.excludes property. the problem is that i would like to exclude differents files : *Tests.class and *Aspect.class . It's working if i put only one

Re: Jcoverage exclusion list

2004-08-17 Thread stéphane bouchet
Emmanuel Venisse a écrit : ant:fileset dir=${maven.build.dest} ant:include name=**/*.class / ant:exclude name=${maven.jcoverage.instrumentation.excludes} / /ant:fileset You can use this : ant:fileset dir=${maven.build.dest} includes=**/*.class

Re: Jcoverage exclusion list

2004-08-17 Thread stéphane bouchet
Shinobu Kawai a écrit : Hi stéphane, The patch submitted works great, and this is exactly what i needed. :) Terrific! Humm, yes, it is a bad idea to exclude some files from coverage, because it produce a non-realistic report . but in the same time, there is some classes you know they will

Re: kodo plugin error

2004-06-10 Thread stéphane bouchet
Thanks Brett for the reply. it seems the bug comes from kodo, because from an Ant script, i got the same error. Stephane. Brett Porter a écrit : Unfortunately, you'll need to sync. up the version of commons-logging you are using with the one given by Maven I think (1.0.3 IIRC). Quoting stéphane

kodo plugin error

2004-06-09 Thread stéphane bouchet
Hi, I am trying to use the kodo plugin with maven. i would like to enhance a set of classes which are using common-logging, but a ran to a classloader problem : Caused by: org.apache.commons.logging.LogConfigurationException: org.apache.commons.logging.LogConfigurationException:

Re: CheckStyle error:Unable to get class information for

2004-04-27 Thread stéphane bouchet
that's right, one solution that worked for me is to put all the path in the @throws tag : @throws org.my.exception , even if the exception is in the same package. Stephane STRAYER, JON (SBCSI) a écrit : Well, I just realized that in my case it's having a problem when I have a @throws tag for