release process and SNAPSHOT upgrade

2011-03-04 Thread nicolas de loof
Hi, My project has dependencies on various common components, that have their own release lifecycle To get quicker bug-fixes and features we used to get them as SNAPSHOT, and when we plan a release we release first the commons, then the project. To do this, I need to upgrade my POM to switch

Re: Regarding maven 3 integration with Hudson

2010-12-15 Thread nicolas de loof
take a look at Olivier blog about maven3 support on hudson http://olamy.blogspot.com/ 2010/12/15 amit pugalia amit.puga...@gmail.com Hi, I'm facing issues when using Maven 3 with latest build of Hudson. The maven plugin doesn't seem to be compatible with Maven 3. It throws errors as,

Re: [ANN] Release Maven Site Plugin 3.0-beta-1 for maven 3

2010-08-11 Thread nicolas de loof
a maven.version(.major?) property could do the trick 2010/8/11 Anders Hammar and...@hammar.net Yes, I think so too. Possibly there could be a special Maven3 property that could be used for activation, but that would only be half-way solution. /Anders On Wed, Aug 11, 2010 at 19:33, Jörg

Re: GWT on Maven Central

2010-07-14 Thread nicolas de loof
I did it for a while using an rsync from people.apache.org I'll package the jars ASAP, but lack of time those days... Would be far better if GWT team could manage its own artifacts on central 2010/7/14 Justin Edelson justinedel...@gmail.com I understand that's the case most of the time, but

Re: standardized Maven GAV URN?

2010-06-29 Thread nicolas de loof
is le last part type or packaging ? 2010/6/29 Brian Fox bri...@infinity.nu Group:artifact:version:classifier:extension is pretty common On Jun 26, 2010, at 1:39 PM, lukewpatterson lukewpatter...@gmail.com wrote: It would be nice to be able to represent any Maven GAV in a string. Does

Re: standardized Maven GAV URN?

2010-06-29 Thread nicolas de loof
sorry, I mean packaging vs extension. ejb packaging creates a jar extension 2010/6/29 Jochen Wiedmann jochen.wiedm...@gmail.com On Tue, Jun 29, 2010 at 8:34 AM, nicolas de loof nicolas.del...@gmail.com wrote: is le last part type or packaging ? Is there a difference? -- Germanys

Re: Branch with Google guice?

2010-06-07 Thread nicolas de loof
+0200, skrev nicolas de loof: Can we use the CI server to check how this branch supports the IT test harnesss ? It could make us more confident / help to detect incompatibilities when switching to Guive will become a concrete option. Nicolas 2010/6/6 Olivier Lamy ol...@apache.org

Re: Branch with Google guice?

2010-06-07 Thread nicolas de loof
2010/6/7 Jason van Zyl ja...@sonatype.com On Jun 7, 2010, at 2:23 AM, nicolas de loof wrote: Embedding is outside the scope of the 3.0 objective of backward compatibility for typical users. The embedding APIs are going to change a lot. Every time I look at another use case something

Re: Branch with Google guice?

2010-06-07 Thread nicolas de loof
exactly what it is. Kristian sø., 06.06.2010 kl. 21.45 +0200, skrev nicolas de loof: Can we use the CI server to check how this branch supports the IT test harnesss ? It could make us more confident / help to detect incompatibilities when switching to Guive will become

Re: Branch with Google guice?

2010-06-06 Thread nicolas de loof
Can we use the CI server to check how this branch supports the IT test harnesss ? It could make us more confident / help to detect incompatibilities when switching to Guive will become a concrete option. Nicolas 2010/6/6 Olivier Lamy ol...@apache.org yup. It build fine and it works for some

Re: Maven 3?

2010-05-06 Thread nicolas de loof
You can still get the beta-1 and check your project build fine. We expect full compatibility, so you can use it for productive devs and still have your reference build (CI, release) use a more stable Maven 2.x 2010/5/6 Marco Tedone marco.ted...@googlemail.com Hi, when will Maven 3 be released?

Re: Maven 3?

2010-05-06 Thread nicolas de loof
right, lets say as much as possible ;) 2010/5/6 Stephen Connolly stephen.alan.conno...@gmail.com Note full compatibility has some clarifications when it comes to the site plugin On 6 May 2010 08:52, nicolas de loof nicolas.del...@gmail.com wrote: You can still get the beta-1 and check

Re: About Maven 3.0 beta plugin

2010-04-26 Thread nicolas de loof
Maven 3 is expected to replace Maven 2.1 with no changes. You can use maven 2.x and we will still support it. Until your build uses fixed plugin versions you will not get polluted by new Maven artifacts. Anyway, you're encouraged to TEST your build with Maven 3 (beta) to detect potential issues,

Re: Profiling a maven build

2010-04-21 Thread nicolas de loof
this would be a nice addition to tweak continuous integration and check where time is spent. Sometime we can disable some non-vital plugins for IC and put them in release profile, but this is not always easy to know wich ones will really improve the build. Nicolas 2010/4/22 Stephen Connolly

Re: Fully automated building from Source Control

2010-04-03 Thread nicolas de loof
+1 CI server is the best way to support such process with full automation 2010/4/3 Dan Tran dant...@gmail.com But those for for demo only to show off the holygrail maven commands :-) Use a CI server to do you checkout and cut your release. On Sat, Apr 3, 2010 at 12:10 AM, Dan Tran

Re: Beginner question: I can't find the library i'm using on the repository

2010-03-30 Thread nicolas de loof
you should read chapter 6, it explains the issue you get here :) The short term solution is to write a custom pom and use mvn install:install-file If you plan to share the project with other in your company, or on the Net, you will have to document this step and loose some advantages of Maven.

Re: Developing maven plugin. How can I manage artifacts?

2010-02-28 Thread nicolas de loof
Do you want to use current project artifact or a project dependency ? 2010/2/28 boraldo bora...@hotbox.ru I want to develop plugin that will do something with jar files in a local repository. Example: deploy application ear file to server. Please, don't propose to use existing plugins for

.formatted in assembly

2010-02-15 Thread nicolas de loof
Hi, My assembly uses lineEnding to force unix EOF style from a Windows box. With this option I get *.formatted files included in the produced tar.gz. Those files are created by FileFormatter under a temporary FileSetFormatter folder, The assembly plugin (2.2-beta-5) *copie*s the resulting

Re: No more com.oracle.ojdbc14-10.2.0.2.0.jar ?

2010-01-11 Thread nicolas de loof
I did it some time ago as this was condidered a good practice : define a common POM and checksums for artifacts that are not freely redistribuable, but that user may include in a custom repo. There is some other entries en central like this one (metadatas without jar) 2010/1/11 Wayne Fay

Re: GWT build error with Maven

2009-12-08 Thread nicolas de loof
looks like a upper / lowercase issue with your module file path. Please check the gwt.xml exists on the linux box with the expected path Nicolas 2009/12/9 Manish K Panwar panwar...@gmail.com I am building GWT application in Linux box, and getting following error. Please note my project gets

Re: [ANN] Maven Trap

2009-09-29 Thread nicolas de loof
The idea of wrapping Maven with an interceptor framework to enable plugable features without impact is really interesting. Maybe it could help contributors to experiment some code, share with others, and expect it to get later merged into codebase if community approves the feature. A

Re: [ANN] Maven Trap

2009-09-29 Thread nicolas de loof
Just ot let you know the color feature is broken on windows platform :( Yeah, silly windows. ansi.sys apparently isn't shipped anymore, which makes me sad as a former BBS junkie. If you find a terminal that supports ansi color codes, it should work. Eclipse console also don't :( Don

Re: [ANN] Maven Trap

2009-09-29 Thread nicolas de loof
2009/9/29 Roland Asmann roland.asm...@cfc.at On Tuesday 29 September 2009 17:23, nicolas de loof wrote: Just ot let you know the color feature is broken on windows platform :( Yeah, silly windows. ansi.sys apparently isn't shipped anymore, which makes me sad as a former BBS junkie

Re: Javascript support

2009-09-22 Thread nicolas de loof
PS. Nicolas, 19 open issues in Jira, so there is some community feedback for your project. Half of them are Harlan Iverson todo list (also committer in this project) Some may get fixed quickly, but few of them has patch attached. By feedback I suggested mailing list activity on user or

Re: Javascript support

2009-09-21 Thread nicolas de loof
I created the javascript-maven-pluging two years agoI didn't work on it anymore for a while as I don't use it @work and have no more time left to work on it Patch are welcome if you'd like to support improve it ;) 2009/9/21 Minto van der Sluis mi...@multimach.com Hi Folks, What's the best

Re: Javascript support

2009-09-21 Thread nicolas de loof
Same feedback from me. I got few users requesting status for the plugin (as you do) and no contribution / proposal / support request in the plugin Seems there is few maven user to build JS apps. None of the above projects are dead AFAIK. None of them tries to provide everything plus the

Re: enforcer and unCheckedPluginsList

2009-08-18 Thread nicolas de loof
Next time I'll open my eyes before posting :-/ 2009/8/17 herve.bout...@free.fr this is unCheckedPluginList (singular plugin), not unCheckedPluginsList :) Regards, Hervé - Mail Original - De: nicolas de loof nicolas.del...@gmail.com À: Maven Users List users@maven.apache.org

enforcer and unCheckedPluginsList

2009-08-17 Thread nicolas de loof
I'm trying to configure the enforcer plugin rule RequiresPluginVersion to ignore some plugin I'm using from command line. I tried to use unCheckedPluginsList as decribe in doc : requirePluginVersions messageAlways define plugin versions!/message

Re: Source dependency problem between ejb-jar and gwt-war

2009-07-22 Thread nicolas de loof
A gwt lib MUST include the sources and a a gwt.xml module descriptor Any hack of using some java sources from another project just for convenience is ... just a hack ! 2009/7/22 Rutton rut...@web.de Hello, I ran into a difficulty with compiling and/or packaging a gwt/remoting/ejb

Re: Source dependency problem between ejb-jar and gwt-war

2009-07-22 Thread nicolas de loof
The plugin has a resource goal that can detect the necessary gwt source code to include (based on gtw.xml module file), and avoid your jar to contain ALL server-side code 2009/7/22 Rutton rut...@web.de Hi, nicolas de loof wrote: A gwt lib MUST include the sources and a a gwt.xml module

Re: JDK sources

2009-07-02 Thread nicolas de loof
The JDK sources are provided as a ZIP with your JDK and should be detetcted by eclipse when you configure your installed JDK JEE sources depends on which API you consider. Some recent SUN official Jars have sources attached in maven repo, some simply are not available de to licensing restriction.

Re: Is there a way to specify a particular SNAPSHOT version?

2009-06-10 Thread nicolas de loof
You can use the snapshot timestamp as version, i.e. version123455645365.1123-4/version 2009/6/10 U Gopalakrishnan ugopa...@in.ibm.com Hello, I have a maven project A which is dependent on another maven project B. Both project are under active development, so project A is depending on the

Re: Lifecycle for javascript

2009-06-02 Thread nicolas de loof
Would you like to contribute to js-tools in Mojo ? http://mojo.codehaus.org/javascript-maven-tools/ Nicolas 2009/6/2 Manos Batsis manos_li...@geekologue.com Nitin Verma wrote: Do we have lifecycle defined for javascript? Like: concatenate static-check (run jslint) test minify

Re: Lifecycle for javascript

2009-06-02 Thread nicolas de loof
Sure it would. Please let me know the details. Regards, Nitin Verma On Tue, Jun 2, 2009 at 2:07 PM, nicolas de loof nicolas.del...@gmail.com wrote: Would you like to contribute to js-tools in Mojo ? http://mojo.codehaus.org/javascript-maven-tools/ Nicolas 2009/6/2 Manos Batsis

Re: Maven: The Definitive Guide in French

2009-05-20 Thread nicolas de loof
I'm in contact with Eyrolles as a JUG leader and can suggest them such a deal. As Pearson france is working with me and Arnaud on another Maven book I don't think they would like to have two, but can also suggest them Cheers, Nicolas 2009/5/20 Jason van Zyl jvan...@sonatype.com What we're going

Re: Maven: The Definitive Guide in French

2009-05-19 Thread nicolas de loof
I just created a dedicated Google Group and sent an invitation to this thread authors http://groups.google.com/group/maven-the-definitive-guide-in-french?lnk=gcimh http://groups.google.com/group/maven-the-definitive-guide-in-french Feel free to join if anyone is interested to contribute. I myself

Re: How can one handle release candidates in Maven?

2009-05-13 Thread nicolas de loof
Use the release:stage goal to create your release candidates. If you find a bug, you just have to release:rollback and rename the tag from finalName to finalName_RCx 2009/5/13 Fabien KRUBA fabien.kr...@gmail.com I suppose you can use release:prepare and perform multiple times if you give the

Re: How can one handle release candidates in Maven?

2009-05-13 Thread nicolas de loof
with the RC, perform a rollback and then a release:perform using the actual release version. (in this case myproject-0.9) --- Todd Thiessen -Original Message- From: nicolas de loof [mailto:nicolas.del...@gmail.com] Sent: Wednesday, May 13, 2009 9:13 AM To: Maven Users List Subject

Re: How can one handle release candidates in Maven?

2009-05-13 Thread nicolas de loof
! release:roolback -- trunk is back to 1.0-SNAPSHOT // rename the tag, as this one was a buggy RC svn mv tags\1.0 tags\1.0-RC1 go back to step 1 No bug found ? well done, you've got your release 2009/5/13 sebb seb...@gmail.com On 13/05/2009, nicolas de loof nicolas.del...@gmail.com wrote: 1

Re: How can one handle release candidates in Maven?

2009-05-13 Thread nicolas de loof
Thiessen thies...@nortel.com Hmm. Doesn't renaming the tag mess up the tag? For instance the folder name would be 1.0-RC1 but the POM for the project would say 1.0. Something doesn't smell right with that ;-). --- Todd Thiessen -Original Message- From: nicolas de loof

Re: Converting to Maven 1.x

2009-04-22 Thread nicolas de loof
Do you know you will be the latest one on this list to use maven 1 :p 2009/4/22 Stephen Connolly stephen.alan.conno...@gmail.com Bash the manager over the head until he changes his mind ;-) -Stephen 2009/4/22 Michael K. Craghead mcragh...@yahoo.com I know this seems like a strange

mvn site : per version folder

2009-04-20 Thread nicolas de loof
Hi, When I deploy my project (gwt-maven-plugin) site it is set as site root, with no version number subfolder. I'd like to avoid users to complain about doc not matching current release. How can I for the site plugin to deploy under /artifact/version/ (I inherit mojo-parent:18) Cheers, Nicolas

Maven en Poitou Charentes

2009-04-06 Thread nicolas de loof
This message is for French Maven users : it announces a JUG session in France (Poitier). For this reason, following is in French Salut à tous, J'ai l'honneur d'être invité pour l'inauguration d'un nouveau Java User Group basé à Poitier, le PoitouCharentesJughttp://www.poitoucharentesjug.org/ .

Re: Maven: The Definitive Guide in French

2009-04-06 Thread nicolas de loof
For your information there is a french book in progress (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

classpath ordering

2009-03-11 Thread nicolas de loof
Hi, I'm using gwt, and Google folks had the strange idea to include some old version of apache commons-* in the jar. I get NoSuchMethodError in unit tests becausse I can't specify the classpath ordering of my dependencies during tests. Is there any surefire Hack I could use to EXCLUDE this

Re: classpath ordering

2009-03-11 Thread nicolas de loof
The issue is that gwt-dev INCLUDES org.apache.commons.* classes, it does not depend on some commons-* as maven projet may expect (Gwt guys don't use Maven) I've found a workaround anyway, and it is now included in gwt-maven-plugin On Wed, Mar 11, 2009 at 5:30 PM, Todd Thiessen thies...@nortel.com

Re: Maven Central Repo and Java Package Names

2009-02-26 Thread nicolas de loof
The convention is to use the reverse domain name you own. What is the groovy convention you mention ? Is it to start package name with the language name ? There is no requirement to have package name match exaclty your groupId, this is just convenient to identifiy jar from FQCN. If groovy has

Re: how to use plexus-maven-plugin to both generate and merge descriptor ?

2008-12-01 Thread nicolas de loof
:30 AM, nicolas de loof wrote: Hi according to plexus doc, the plexus-maven-plugin has a merge goal (process-resources phase) and an descriptor goal (process-classes phase) Based on declared phases, It seems not possible to merge with the generated descriptor, is it ? Why does descriptor

how to use plexus-maven-plugin to both generate and merge descriptor ?

2008-11-28 Thread nicolas de loof
Hi according to plexus doc, the plexus-maven-plugin has a merge goal (process-resources phase) and an descriptor goal (process-classes phase) Based on declared phases, It seems not possible to merge with the generated descriptor, is it ? Why does descriptor set process-classes phase and not

Re: How to debug/download dependency source code using mvn ...

2008-11-23 Thread nicolas de loof
you can also vote for https://issues.apache.org/jira/browse/COMMONSSITE-24to get this fix ... in future ;) 2008/11/23 nicolas de loof [EMAIL PROTECTED] I suggested on commons-dev to add sources-jars for all commons-* releases that didn't had one, but discution went to licencing and Apache

[ANN] GWT maven plugin released

2008-11-22 Thread nicolas de loof
: plugin groupIdorg.codehaus.mojo/groupId artifactIdgwt-maven-plugin/artifactId version1.0/version /plugin Regards, Nicolas De loof

Re: [ANN] GWT maven plugin released

2008-11-22 Thread nicolas de loof
I missed this one - will be fixed in 1.0.1 ;) 2008/11/22 Karl Heinz Marbaise [EMAIL PROTECTED] Hi Nicolas, just taken a short look on your page... http://mojo.codehaus.org/gwt-maven-plugin/ and figured out the link to the GWT side is not correct, cause it contains

Re: Not happy with maven

2008-11-19 Thread nicolas de loof
Just my pesonnal conviction : Maven is not the golden bullet tool. It has many issues (some you describe), and can't cover all requirements. Many project choosed some complex building (like the sign / assembly process you describe) that does not match maven conventions. Maven is a toll for

Re: how to write a plugin that uses native (jni) dependencies ?

2008-10-26 Thread nicolas de loof
+With+JNI Wayne On Sat, Oct 25, 2008 at 6:33 AM, nicolas de loof [EMAIL PROTECTED] wrote: I made a grep-search on NMaven to search for library.path with no result. How does NMaven (that runs .Net tools from Java) relate to setting java.library.path on the JVM ? Nicolas 2008/10/23 Wayne

Re: how to write a plugin that uses native (jni) dependencies ?

2008-10-25 Thread nicolas de loof
I made a grep-search on NMaven to search for library.path with no result. How does NMaven (that runs .Net tools from Java) relate to setting java.library.path on the JVM ? Nicolas 2008/10/23 Wayne Fay [EMAIL PROTECTED] I'd like to package a windows tool as a maven plugin. I can

Re: How to fix maven-eclipse-plugin issues

2008-10-24 Thread nicolas de loof
+1 for m2eclipse (or q4e) as its getting very mature and far easier to setup and integrate nicer than the maven-eclipse-plugin. I myself made proposals for a new design of maven-eclipse-plugin 3 ... but now use m2eclipse. Nicolas 2008/10/24 Arnaud HERITIER [EMAIL PROTECTED] Hi community, I

how to write a plugin that uses native (jni) dependencies ?

2008-10-22 Thread nicolas de loof
Hi, I'd like to package a windows tool as a maven plugin. I can programmatically run it via JNI (using COM automation) but I need to set the java.library.path for this to work. How can maven support such use case ? Nicolas

Re: Maven + GWT + Eclipse

2008-09-17 Thread nicolas de loof
If you are using the Mojo project GWT plugin ( mojo.codehaus.org/gwt-maven-plugin) I can help you as I maintain it. Nicolas. 2008/9/17 Lam, Hayward [EMAIL PROTECTED] We have projects used Maven + MyEclipse in the past. There is a new project we want to use GWT. I am having trouble integrating

Re: YUICompressor plugin going ape

2008-09-11 Thread nicolas de loof
This plugin is not part of standard maven plugins. Please report your issue to alchim.sf.net 2008/9/11 John Coleman [EMAIL PROTECTED] Hi, The YUICompressor plugin gives the dump below. Anyone have any ideas why this should suddenly go wrong? We already tried to get a fresh update from the

Re: [PLEASE TEST] Maven 2.0.10-RC9

2008-08-20 Thread nicolas de loof
http://jira.codehaus.org/browse/MNG-3722 created for this, with a simple demo project. 2008/8/19 nicolas de loof [EMAIL PROTECTED] I get an issue with 2.0.10 RC9 and CXF plugin -this works with 2.0.9 : [INFO] [cxf-codegen:wsdl2java {execution: generate-sources}] 19 ao¹t 2008 11:08:16

Re: [PLEASE TEST] Maven 2.0.10-RC9

2008-08-19 Thread nicolas de loof
I get an issue with 2.0.10 RC9 and CXF plugin -this works with 2.0.9 : [INFO] [cxf-codegen:wsdl2java {execution: generate-sources}] 19 ao¹t 2008 11:08:16 org.apache.cxf.tools.wsdlto.core.PluginLoader loadPlugin INFO: Loading plugin

Re: How to manipulate the classpath in which a maven plugin operates

2008-07-31 Thread nicolas de loof
Add dependencies element to your plugin configuration to extend/override the plugin classpath. Please note this works fine only on maven 2.0.9 2008/7/31 Christian Schuhegger [EMAIL PROTECTED] Hello, I just ran into a problem where I used the castor maven plugin as described here:

Re: axistools-maven-plugin (was: org.codehaus.mojo:wsdl2java-maven-plugin repository)

2008-07-30 Thread nicolas de loof
I've fixed the broken link on samples generating for another version of axis requires to add a dependency to the plugin in your pom, so that it overrides the plugin's one. This only works with maven 2.0.9 Nicolas 2008/7/30 Lachlan Deck [EMAIL PROTECTED] Anyone know if it's possible to

surefire : classloader issue with GWTTestCase

2008-07-25 Thread nicolas de loof
Hello, I'm trying to setup surefire plugin to run GWTTestCase. This requires some custom setup as the hosted mode browser requires GWT to read the java source code : artifactIdmaven-surefire-plugin/artifactId configuration additionalClasspathElements

Re: surefire : classloader issue with GWTTestCase

2008-07-25 Thread nicolas de loof
) 2008/7/25 nicolas de loof [EMAIL PROTECTED]: Hello, I'm trying to setup surefire plugin to run GWTTestCase. This requires some custom setup as the hosted mode browser requires GWT to read the java source code : artifactIdmaven-surefire-plugin/artifactId configuration

Re: surefire : classloader issue with GWTTestCase

2008-07-25 Thread nicolas de loof
long for your environment and leading to ClassNotFoundException or ClassNotFoundError. May be this is what you have ? Jeff MAURY On 7/25/08, nicolas de loof [EMAIL PROTECTED] wrote: Using useManifestOnlyJarfalse/useManifestOnlyJar makes things work better, as the full classpath is scanned

Re: surefire : classloader issue with GWTTestCase

2008-07-25 Thread nicolas de loof
to ClassNotFoundException or ClassNotFoundError. May be this is what you have ? Jeff MAURY On 7/25/08, nicolas de loof [EMAIL PROTECTED] wrote: Using useManifestOnlyJarfalse/useManifestOnlyJar makes things work better, as the full classpath is scanned for java source files by the GWT compiler, but now I get

Re: surefire : classloader issue with GWTTestCase

2008-07-25 Thread nicolas de loof
nicolas de loof [EMAIL PROTECTED]: I also tried to drastically reduce the command line (removing all unecessary dependencies) but have the same issue. 2008/7/25 Jeff MAURY [EMAIL PROTECTED]: Using useManifestOnlyJarfalse/useManifestOnlyJar may lead to classpath too long for your environment

Re: AspectJ in Maven2

2008-07-23 Thread nicolas de loof
Not related to Ilya issue, but isn't the verbose and showWeaveInfo options supposed to log something ? I get my classes weaved (as a decompile confirms) but nothing on the console :'-( 2008/7/23 Ilya Ermolov [EMAIL PROTECTED]: Big thanks! I missed property 'source' :-[ I'm stupid :))) --

Re: AspectJ in Maven2

2008-07-23 Thread nicolas de loof
and -showWeaveInfo? Hth, Nick Stolwijk ~Java Developer~ Iprofs BV. Claus Sluterweg 125 2012 WS Haarlem www.iprofs.nl -Original Message- From: [EMAIL PROTECTED] on behalf of nicolas de loof Sent: Wed 7/23/2008 14:13 To: Maven Users List Subject: Re: AspectJ in Maven2

Re: AspectJ in Maven2

2008-07-23 Thread nicolas de loof
I've fixed this and deployed a snapshot. 2008/7/23 nicolas de loof [EMAIL PROTECTED]: It seems maven uses the ajc MessageHandler API to get logs. The implementation uses maven log to output messages, but matches ajc IMessage.WEAVEINFO to maven debug, so is not diplayed on console if maven

dependencyManagement and classifier

2008-07-21 Thread nicolas de loof
Hello, I'd like to force a dependency to be used with a classifier. Here is my use case : My business domain model (project-domain) creates a second artifact with classifier instrumented based on Hibernate InstrumentTask. All my project modules depends on domain In my webapp, I'd like to

Re: dependencyManagement and classifier

2008-07-21 Thread nicolas de loof
I've found a (not so ugly) solution : dependencyManagement is used to force domain jar scope to provided, so that it is excluded from the war, and a dependency is added to domain-instrumented.jar with scope runtime. Nicolas 2008/7/21 nicolas de loof [EMAIL PROTECTED]: Hello, I'd like

How to execute a perl script from maven ?

2008-07-18 Thread nicolas de loof
Hello, My build process must use a legacy and complex perl script to process some conf files. Is there any plugin to support such use case ? Migrating the perl script to another language is not an option as it is allready very complex ... Nicolas

Re: How to execute a perl script from maven ?

2008-07-18 Thread nicolas de loof
-mojo.html ?! Cheers, Siegfried Goeschl nicolas de loof wrote: Hello, My build process must use a legacy and complex perl script to process some conf files. Is there any plugin to support such use case ? Migrating the perl script to another language is not an option as it is allready very

Re: Using the Release Plugin For Testing-Releases

2008-07-17 Thread nicolas de loof
For comparable use case I use the release:stage goal (in place of release:perform) to create the release but not remove the rolback files. I can then create a 1.0 release to get tested, and return to 1.0-SNAPSHOT if some issues are found. I just have to rename the tag from 1.0 to 1.0-rcX (or

Re: Using the Release Plugin For Testing-Releases

2008-07-17 Thread nicolas de loof
PROTECTED]: On Thu, Jul 17, 2008 at 9:40 AM, nicolas de loof [EMAIL PROTECTED] wrote: For comparable use case I use the release:stage goal (in place of release:perform) to create the release but not remove the rolback files. I can then create a 1.0 release to get tested, and return

Re: Best practices for corporate poms

2008-07-02 Thread nicolas de loof
I've set some default plugins configuration (source encoding for example), fix plugin default versions, attach enforcer plugin to the build process, set the defaut reporting plugins, some profiles to help configure eclipse ... see

Re: Where to put DLLs required by gwt-dev.jar ??

2008-06-25 Thread nicolas de loof
currently have not discovered a way to put them inside my jar, in the very location where the Java code looks via JNA. Thanks in advance mate! Mikel On Tue, Jun 24, 2008 at 07:22, nicolas de loof [EMAIL PROTECTED] wrote: I've found an answer in recent list archive about incorporating DLLs

Where to put DLLs required by gwt-dev.jar ??

2008-06-24 Thread nicolas de loof
I've setup my project with a dependency to gwt-dev-windows.jar, that is downloaded in my local repository. To run the hosted mode I need two DLLs to be present in the same folder (in my local repository) How can I set my dependencies/repository to get those DLLs downloaded and installed by maven

Re: Where to put DLLs required by gwt-dev.jar ??

2008-06-24 Thread nicolas de loof
I've found an answer in recent list archive about incorporating DLLs in maven project. For info I'll package all the DLLs in a zip, use dependency:unpack, and set my java.library.path 2008/6/24 nicolas de loof [EMAIL PROTECTED]: I've setup my project with a dependency to gwt-dev-windows.jar

Re: Moving from snapshot to release - how do _you_ do it

2008-06-09 Thread nicolas de loof
Please note I've added a new goal release:stage to cover such a use case : prepare the release, stage it to a test / demo repository. When something is wrong, simply rollback and delete/rename the tag in SVN. 2008/6/10 Kalle Korhonen [EMAIL PROTECTED]: I think you should re-read the release

Re: maven plugins download

2008-06-04 Thread nicolas de loof
maven is maven 1.x command line maven2 uses mvn, and your PATH system property must be set to include MAVEN_HOME/bin Please review your installation according to http://maven.apache.org/download.html#Installation Nico. 2008/6/4 Kalyana Krishnan [EMAIL PROTECTED]: Hi, I have installed the

Re: Q4E and m2eclipse

2008-05-30 Thread nicolas de loof
Both plugins will not make it out of the incubator. Only one will survive the incubation. One project will get culled or they will merge. So users are not going to have to worry about always picking between the two because only one will become a full fledged Eclipse project. I highly

Re: Q4E and m2eclipse

2008-05-30 Thread nicolas de loof
m2eclipse has support for both subversive and subclipse SVN eclispe plugins via optional extensions 2008/5/30 Rémy Sanlaville [EMAIL PROTECTED]: That's a good news for maven eclipse user. I also have the same questions than Nico. In iam project we can see SVN/CVS integration (2008-10 M3)

Re: Q4E and m2eclipse

2008-05-29 Thread nicolas de loof
I tested both plugins, and reported some issues to m2eclipse that have been fixed in 0.9.4. I just quickly tested q4e but features are *very* similar I'm ok for competition, but as both plugins expect to get approved in eclipse foundation, I thing they must consider merging efforts for some core

Re: Maven 2 Dependency on java source folder rather than jar file

2008-05-16 Thread nicolas de loof
If you are using Eclipse, this is allready supported by the maven-eclipse-plugin : project dependencies are set as workspace project dependencies in place of jars, so that you can code and test under eclipse with no jar to install. I also use the sysdeo-tomcat-maven-plugin from mojo to avoid

release plugin : what's wrong in my release process ?

2008-05-07 Thread nicolas de loof
Hello, I'm planning my release process with help of the release plugin : 1. my project is version N-SNAPSHOT 2. running release:prepare tags my project as version N and commit POM for N+1-SNAPSHOT 3. running release:perform creates the binary distribution from tag 4. I deploy the binary to my

Re: release plugin : what's wrong in my release process ?

2008-05-07 Thread nicolas de loof
. What about adding a removeReleaseFiles parameter (default-value=true) to the PerformRelease Mojo ? Or maybe a new release:stage Mojo would be better ? Nicolas. 2008/5/7 Mark Struberg [EMAIL PROTECTED]: --- nicolas de loof [EMAIL PROTECTED] schrieb: Hello, I'm planning my release

Re: release plugin : what's wrong in my release process ?

2008-05-07 Thread nicolas de loof
I've created MRELEASE-341 and committed the associated release:stage Mojo please review. 2008/5/7 nicolas de loof [EMAIL PROTECTED]: My release:perform goal is NOT deploy .I don't use a maven repository for delivery, as I build tar.gz and send it to my customer after testing. I also want

Re: [POLL] Default Value for File Encoding

2008-04-29 Thread nicolas de loof
+1 for [b] Many novide developper don't even know what character encoding is. I had to explain many time why the same application, compiled under a Unix server did not generate the same result for some txt files with french characters. Backward compatibility is nice but this doesn't mean user

Re: support for development of a pure javascript library

2008-04-22 Thread nicolas de loof
I created the javascript maven tools at Mojo You can use it to build, test and package pure javascript libraries with maven http://mojo.codehaus.org/javascript-maven-tools/guide-javascript-development.html As it is not released yet, to use this plugin you'll need to declare codehaus sandbox

xerces 2.9.1 on maven repo ?

2008-04-18 Thread nicolas de loof
The latest xerces version available in maven repo is 2.8.1 2.9.1 is the latest stable release in http://www.apache.org/dist/xerces/j/ Is there some xerces guys here that could deploy it ? Nico.

Re: Maven2 Eclipse Plugin - ordering of .classpath entries

2008-04-16 Thread nicolas de loof
I get a similar issue, but using StandardVMType/J2SE-1.5 as JRE container on a JDK 6.0 This creates (unmodifiable) allowed/forbidden acces rules on eclipse classpath. As the JRE is first in library ordering, I cannot include jax-ws API that is allways resolved as forbidden. Having any hook to

Re: Oracle drivers dependencies

2008-04-16 Thread nicolas de loof
To use ojdbc14 version 10.2.0.2.0 ... you have to set your dependency to version 10.2.0.2.0 ! also, the _g (jar compiled with debugs) version will not be used by maven until you tell him. rename the jar m2\repository\com\oracle\ojdbc14\10.2.0.2.0\ojdbc14-g.jar (-, not _) and add

Re: Managing plugin versions using dependencyManagement?

2008-04-03 Thread nicolas de loof
Use pluginManagement in your parent POM ! 2008/4/3, Farrukh Najmi [EMAIL PROTECTED]: Dear Colleagues, Is there a way to centrally control the version of a plugin by specifying something like dependencyManagement in top-level project pom so the plugin versions are not specified in all

Re: Managing plugin versions using dependencyManagement?

2008-04-03 Thread nicolas de loof
*/mirrorOf). Regards, Simon nicolas de loof schrieb: Use pluginManagement in your parent POM ! 2008/4/3, Farrukh Najmi [EMAIL PROTECTED]: Dear Colleagues, Is there a way to centrally control the version of a plugin by specifying something like dependencyManagement in top-level

Re: Classpath for mojo

2008-04-01 Thread nicolas de loof
Take a look at http://svn.codehaus.org/mojo/trunk/sandbox/gwt-maven-plugin/src/main/java/org/codehaus/mojo/gwt/CompileMojo.java The addProjectClasspathElements method creates the set of URL to be used by an URLClassLoader. Nicolas. 2008/4/1, Timothy Reilly [EMAIL PROTECTED]: Can anyone tell

Re: antrun plugin - GWT - add the source directory to the classpath

2008-03-31 Thread nicolas de loof
Can I suggest you to test the Mojo-sandbox gwt-maven-plugin ? I just upgrade it to fix GWTCompiler issue, and it now comes with a DTO generator from JPA entities. Some dependencies are not yet available in central, but the MAVENUPLOAD request is created for them. Nicolas. 2008/3/31, Bernard

Re: RFC: eclipse:eclipse 2.5 (MECLIPSE-344) linking projects in workspace for both reactor and non-reactor invocations

2008-03-25 Thread nicolas de loof
I used to checkout my projects outside of my eclispe workspace, so that I can reinstall eclipse and reconfigure a workspace with no impact on my SVN working copy. I then generate the eclispe configuration and use import existing projects into workspace. Based on this, my project parent folder is

  1   2   3   4   5   6   7   >