Maven - The definitive guide in French

2009-12-07 Thread Emmanuel Hugonnet
Hi, Maven - The Definitive Guide has been translated in French and we are looking for readers to find typos and small corrections. So if you are a French speaking person,  you are not alone ;o) The book is available freely from here : http://www.maven-definitive-guide.fr/ Your remarks are welcome

Eclipse as a dependency

2009-09-25 Thread Emmanuel Hugonnet
Hi, I have created a small Maven plugin which uses the Eclipse code formatter to format my code. I would like to release it but the available librairies of Eclipse are quite old and I don't want my users to have Eclipse installed (that's the whole point of the plugin). Is there a repository with

Re: Maven: The Definitive Guide in French

2009-05-27 Thread Emmanuel Hugonnet
http://code.google.com/p/google-api-translate-java/ On Mon, May 25, 2009 at 10:18 PM, Mimil mimilo...@gmail.com wrote: Hello, I also would like to help on translating this book but I am more focused on creating tools allowing to translate docbook content so I think I will try to help on

Re: Maven: The Definitive Guide in French

2009-05-22 Thread Emmanuel Hugonnet
Hi, There is also: In Libro Veritas (http://www.inlibroveritas.net) a small editor for open content license books (Licence Art Librehttp://artlibre.org/, Creative Commons http://fr.creativecommons.org/, GFDLhttp://www.gnu.org/copyleft/fdl.html). You can get the books in pdf or on paper for a price

Re: Maven: The Definitive Guide in French

2009-05-18 Thread Emmanuel Hugonnet
Hi, I have started the French Translation for the Maven Guide here: http://github.com/ehsavoie/maven-guide/tree/master Feel free to contact me if you want to help :o) (reading, translating, ...). Emmanuel PS: I am currently translating the introduction chapter. -- Emmanuel Hugonnet Tel

Re: Maven: The Definitive Guide in French

2009-05-18 Thread Emmanuel Hugonnet
You will have to be indulgent my git skills are very low :o( Ma maitrise de git est au niveau débutant alors faut pas trop m'en demander :o( Emmanuel

Maven: The Definitive Guide in French

2009-04-06 Thread Emmanuel Hugonnet
Hi, I was wondering if there is a French translation or some work in progress, as the French community is expanding. If none is available I would like to volunteer to produce it. Emmanuel

Re: Maven: The Definitive Guide in French

2009-04-06 Thread Emmanuel Hugonnet
(Arnaud Heritier myself)A translation of the definitive guide would be nice anyway ;) On 6 avril 2009 11:26, Emmanuel Hugonnet ehsavoi...@gmail.com wrote: Hi, I was wondering if there is a French translation or some work in progress, as the French community is expanding. If none

Re: Maven: The Definitive Guide in French

2009-04-06 Thread Emmanuel Hugonnet
, at 2:26 AM, Emmanuel Hugonnet wrote: Hi, I was wondering if there is a French translation or some work in progress, as the French community is expanding. If none is available I would like to volunteer to produce it. Emmanuel Thanks, Jason

Re: [ANN] - SCM Changelog Maven Plugin 1.1 Released

2009-02-11 Thread Emmanuel Hugonnet
Ok, my mistake. I am not that familiar with JIRA so I am not sure I understand your ideas well. I think that switching the grammar may provide what you want for filtering, but as the grammar is not coupled to the tracker the JIRA part is a bit lost to me. Could you provide an example ? Emmanuel

[ANN] - SCM Changelog Maven Plugin 1.0 Released

2008-10-13 Thread Emmanuel Hugonnet
The SCM Changelog Maven Plugin team is pleased to announce the scmchangelog-maven-plugin-1.0 release! This plugin produces a changelog report using the SCM comments. Currently only subversion and mercurial are supported. Changes in this version include: Fixed Bugs: o Issue MSCMCHGLOG-2 :

Re: maven2 jira plugin?

2008-03-20 Thread Emmanuel Hugonnet
Hi Dennis, I take advantage of this thread to ask you a question. How do I release our (Rémy is the co-author of the plugin) plugin on MOJO now ? I have seen that you have updated the reference to the MCHANGES-78 so nothing is preventing a release of this plugin. Emmanuel

Re: Findbug's Maven2 Plugin future direction

2008-03-14 Thread Emmanuel Hugonnet
[x] Release Maven2 Findbugs Plugin 1.2.0 using Findbugs 1.3.x and require Java 5 to run.

Classifier and dependencies

2007-11-19 Thread Emmanuel Hugonnet
Hi, I have a project that I need to build for different JDKs; Because we use JAXB on jdk1.4.2, 5 and 6I need to specify different dependencies for the JAXB version from 1.0.6 to 2.0.5. So I have different profiles for each jdk version target. I have set a classifier so that I get 3 different

Re: Classifier and dependencies

2007-11-19 Thread Emmanuel Hugonnet
Currently, I have set my version tag to : version${parent.version}-${classifier}/version and I set the classifier property in my profiles but this doesn't feel good. 2007/11/19, Emmanuel Hugonnet [EMAIL PROTECTED]: Hi, I have a project that I need to build for different JDKs; Because we use

Re: Remote Debugging on Linux

2007-10-03 Thread Emmanuel Hugonnet
Netbeans with the maven plugin can do this for you automagically ;o) 2007/10/3, Rémy Sanlaville [EMAIL PROTECTED]: Indeed, by default surefire start a new jvm for the tests. So you have to add your remote debug configuration in the surefire configuration plugin like that : plugin

Assembly and checksum

2007-06-29 Thread Emmanuel Hugonnet
Hi, Is there a simple way to create the checksums of an assembly ? It seems that the maven-install-plugin as this kind of functionnality but I don't see anything in the maven-assembly-plugin. Thanks, Emmanuel - To unsubscribe,

Calling assembly plugin recursively

2007-06-25 Thread Emmanuel Hugonnet
Hi, I have a multi-modules project. Some of my modules are to be distributed in formats defined by assembly. I would like to call assembly:assembly from my parent directory instead of calling it from each of my submodule. How am i to configure this ? Thanks Emmanuel

Re: Calling assembly plugin recursively

2007-06-25 Thread Emmanuel Hugonnet
Emmanuel Hugonnet a écrit : Hi, I have a multi-modules project. Some of my modules are to be distributed in formats defined by assembly. I would like to call assembly:assembly from my parent directory instead of calling it from each of my submodule. How am i to configure this ? Thanks

Re: Release Notes generation

2007-04-19 Thread Emmanuel Hugonnet
Dennis Lundberg a écrit : This is the plugin that produces a release notes from JIRA. Not all features are fully documented yet, one of the reasons it's still a beta release. There are several configuration options mentioned in the goals page:

Re: Linux build Windows build asynchron

2007-03-30 Thread Emmanuel Hugonnet
Jerome Lacoste wrote: On 3/20/07, Christian Clauss [EMAIL PROTECTED] wrote: Hello everybody, I'm trying to do an asynchron build process. I have to build my files on a Linux environment and on a Windows environment. Actually these two build processes run one and then the other. I copy the

New Maven Site changes

2007-03-14 Thread Emmanuel Hugonnet
Hi, The new versio of the site is missing the references to the source code svn and the guide on how to build Maven. I went to http://svn.apache.org/viewvc/maven but if I look at the 2.0.x branch which I used to build Maven it says that this should be used anymore. Does the trunk the module

Re: Cargo Database Container Status

2007-03-02 Thread Emmanuel Hugonnet
Wayne Fay a écrit : Probably best to pose this question the CARGO user list, right? ;-) Wayne On 3/1/07, Emmanuel Hugonnet [EMAIL PROTECTED] wrote: Hi, I would like to know the status of Cargo for databases since even if a branch does exist I don't see any snapshot or release

Compilation and execution

2007-03-02 Thread Emmanuel Hugonnet
Hi, I have to compile with a different JDK in my tests from the one to compile my code. I know about the codehaus wiki page ;o) My project is a multi module project. In some modules I need to use a jdk 1.5 to compile the sources and the tests, in some I compile the sources in 1.4 and the

Re: Compilation and execution

2007-03-02 Thread Emmanuel Hugonnet
zze-HUGONNET E ext RD-BIZZ a écrit : Hi, I have to compile with a different JDK in my tests from the one to compile my code. I know about the codehaus wiki page ;o) My project is a multi module project. In some modules I need to use a jdk 1.5 to compile the sources and the tests, in some I

Cargo Database Container Status

2007-02-28 Thread Emmanuel Hugonnet
Hi, I would like to know the status of Cargo for databases since even if a branch does exist I don't see any snapshot or release with this feature added. Thanks Emmanuel - To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: Proximity vs. Maven Achiva

2007-01-18 Thread Emmanuel Hugonnet
Dan Tran a écrit : Once Archiva is stable, i think this is the one to go since it has more features -D On 1/17/07, Mel Riffe [EMAIL PROTECTED] wrote: Hi Daniel, My client is able to run maven-proxy as a Windows service. They're using a third-party tool to accomplish this:

Site generation: poweredBy

2006-11-29 Thread Emmanuel Hugonnet
Hi, I'm trying to configure my site and I want to add some poweredBy icons and links. I have modified my site.xml adding : poweredBy item name=Netbeans 5.5 href=http://www.netbeans.org/downloads/index.html; img=images/logos/created-with-nb.gif / item name=Maven 2.0

Re: Site generation: poweredBy

2006-11-29 Thread Emmanuel Hugonnet
zze- HUGONNET E ext RD-BIZZ a écrit : Hi, I'm trying to configure my site and I want to add some poweredBy icons and links. I have modified my site.xml adding : poweredBy item name=Netbeans 5.5 href=http://www.netbeans.org/downloads/index.html; img=images/logos/created-with-nb.gif /

Re: Maven and Sourceforge

2006-11-27 Thread Emmanuel Hugonnet
Wim Deblauwe a écrit : Ok, thanks for the input. Can you elaborate some on what 775 means, I can put that on the wiki then. regards, Wim 2006/11/27, Wendy Smoak [EMAIL PROTECTED]: On 11/27/06, Wim Deblauwe [EMAIL PROTECTED] wrote: Where should I put this piece of xml? Is this part of the

Re: QDox, Maven Plugin and JDK 1.5

2006-11-24 Thread Emmanuel Hugonnet
Andrew Williams a écrit : http://repo1.maven.org/maven2/qdox/qdox/1.6.1/ There is no pom.xml file at the specified URL so I have installed the qdox 1.6.1 in my local repository. I am trying to build a simple plugin, but the maven-plugin-tool-java uses a direct reference to qdox 1.5 that i

Re: QDox, Maven Plugin and JDK 1.5

2006-11-22 Thread Emmanuel Hugonnet
zze- HUGONNET E ext RD-BIZZ a écrit : zze- HUGONNET E ext RD-BIZZ a écrit : Andrew Williams a écrit : I recommend 1.6.1, as 1.6 depends on Java5 by mistake Emmanuel Hugonnet wrote: zze- HUGONNET E ext RD-BIZZ a écrit : Hi, Is there some way to specify where is the MOJO so that Qdox doesn't

Re: Buiding a simple plugin :(

2006-11-21 Thread Emmanuel Hugonnet
zze- HUGONNET E ext RD-BIZZ a écrit : Hi, I am trying to build a simple report building. My first error was to use jdk 1.5 enumerations. Thanks to Andrew Williams, it all seems to come from some bad dependency on jdox, and I tried to set it to the correct 1.6.1 version. But my dependecy was

Re: Getting changelog-plugin to Generate 'change.xml' File

2006-11-21 Thread Emmanuel Hugonnet
Brad Harper a écrit : Hello: Has there been any attempt to link the change-log plugin with the changes-plugin via the 'changes.xml' document format. We're considering adding some sort of mark-up to the SCM commit log messages to identify issue ids and differentiate between additions, fixes,

Re: QDox, Maven Plugin and JDK 1.5

2006-11-21 Thread Emmanuel Hugonnet
Andrew Williams a écrit : I recommend 1.6.1, as 1.6 depends on Java5 by mistake Emmanuel Hugonnet wrote: zze- HUGONNET E ext RD-BIZZ a écrit : Hi, Is there some way to specify where is the MOJO so that Qdox doesn't parse my JDK1.5 classes ? Thanks Emmanuel

Buiding a simple plugin :(

2006-11-21 Thread Emmanuel Hugonnet
Hi, I am trying to build a simple report building. My first error was to use jdk 1.5 enumerations. Thanks to Andrew Williams, it all seems to come from some bad dependency on jdox, and I tried to set it to the correct 1.6.1 version. But my dependecy was not taken into account during the build

QDox, Maven Plugin and JDK 1.5

2006-11-17 Thread Emmanuel Hugonnet
Hi, Is there some way to specify where is the MOJO so that Qdox doesn't parse my JDK1.5 classes ? Thanks Emmanuel - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: QDox, Maven Plugin and JDK 1.5

2006-11-17 Thread Emmanuel Hugonnet
zze- HUGONNET E ext RD-BIZZ a écrit : Hi, Is there some way to specify where is the MOJO so that Qdox doesn't parse my JDK1.5 classes ? Thanks Emmanuel - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

Re: Plugin Test Harness and expression

2006-11-15 Thread Emmanuel Hugonnet
zze-Amicom HUGONNET E ext RD-TECH a écrit : zze-Amicom HUGONNET E ext RD-TECH a écrit : Hi, I have a quite simple plugin working correctly but when I try to test it the expression is not evaluated. I am using : dependency groupIdorg.apache.maven.shared/groupId

Plugin Test Harness and expression

2006-11-14 Thread Emmanuel Hugonnet
Hi, I have a quite simple plugin working correctly but when I try to test it the expression is not evaluated. I am using : dependency groupIdorg.apache.maven.shared/groupId artifactIdmaven-plugin-testing-harness/artifactId version1.0-beta-1/version /dependency On the doc on

Re: Plugin Test Harness and expression

2006-11-14 Thread Emmanuel Hugonnet
zze-Amicom HUGONNET E ext RD-TECH a écrit : Hi, I have a quite simple plugin working correctly but when I try to test it the expression is not evaluated. I am using : dependency groupIdorg.apache.maven.shared/groupId artifactIdmaven-plugin-testing-harness/artifactId

Project Notifier removed when editing build definitions

2006-11-07 Thread Emmanuel Hugonnet
Hi, I have edited my build definition since I have to pass some parameters via -D. After that my notifier which was imported from my POM was removed :(. It looks like updating the project configuration updates everything based on submit and not on previous configuration + changes. In the

Release doesn't pass args

2006-11-07 Thread Emmanuel Hugonnet
Hi, How do you pass an argument to your maven build when releasing ? I have a project with 5 modules and I try to release it. My project needs an argument that I pass using -Denv=dev. It seems that when I use the release:prepare -Denv=dev my argument is not passed to the maven build process

Re: Release doesn't pass args

2006-11-07 Thread Emmanuel Hugonnet
Edwin Punzalan a écrit : Have you tried passing through the preparationGoals parameter ? Its default is clean integration-test... maybe you can instead have clean integration-test -Denv=dev ? Emmanuel Hugonnet wrote: Hi, How do you pass an argument to your maven build when releasing ? I

Re: Mirrors and repositories

2006-11-06 Thread Emmanuel Hugonnet
) and that proxy knows about central and you want to override the URL for central to your proxy. 2. You know of a geographically closer mirror to some repo (often central) and you want to use that mirror rather than the original one. On 11/2/06, Emmanuel Hugonnet [EMAIL PROTECTED] wrote: Edwin

Mirrors and repositories

2006-11-02 Thread Emmanuel Hugonnet
Hi, I am wondering about the difference between defining a mirror and defining a repository. What is the use case for each one ? Which is taking precedence over the other ? Thanks for your help. Emmanuel - To unsubscribe,

Re: Mirrors and repositories

2006-11-02 Thread Emmanuel Hugonnet
Edwin Punzalan a écrit : repositories stores artifacts and lets mvn download from it. mirrors are like copies of a repository... you use it when a repository is inaccessible or too slow. Hope that helps ^_^ Emmanuel Hugonnet wrote: Hi, I am wondering about the difference between defining

Re: Jabber Notifier

2006-10-18 Thread Emmanuel Hugonnet
zze-Amicom HUGONNET E ext RD-TECH a écrit : Hi, I'm trying to get the Jabber Notifier working on Continuum 1.0.3. If I define the notifier by using the web interface all is working fine :). But, alas, I want to define my notifier with my POM.xml so I have defined in my application.xml :

Jabber Notifier

2006-10-17 Thread Emmanuel Hugonnet
Hi, I'm trying to get the Jabber Notifier working on Continuum 1.0.3. If I define the notifier by using the web interface all is working fine :). But, alas, I want to define my notifier with my POM.xml so I have defined in my application.xml : component