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 snap

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 > 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, > > > C:\hudson1\home\pl

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 > 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 Schaible >

Re: GWT on Maven Central

2010-07-13 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 > I understand that's the case most of the time, but AFAIK, it is not the > cas

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 > On Tue, Jun 29, 2010 at 8:34 AM, nicolas de loof > wrote: > > > is le last part "type" or "packaging" ? > > Is there a differ

Re: standardized Maven GAV URN?

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

Re: Branch with Google guice?

2010-06-07 Thread nicolas de loof
me now, and it works really well here. Obviously, the more the > >>>> merrier! > >>>> > >>>> But then again, from a user's perspective this change really adds very > >>>> little to the excitement. It's supposed to be a transpar

Re: Branch with Google guice?

2010-06-07 Thread nicolas de loof
2010/6/7 Jason van Zyl > > 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 somet

Re: Branch with Google guice?

2010-06-06 Thread nicolas de loof
an > > > > > > 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 wi

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 > yup. > It build fine and it works for some builds I have te

Re: Maven 3?

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

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 > Hi, when will Maven 3 be released? > > Thanks. > > M. > > > --

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 > A

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 > 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 wrote: > > mvn s

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. Wo

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 > > 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 this. They d

.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 form

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 > > Wh

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 > > I am building GWT application in Linux box, and getting following error. > Please note my project gets build successfull

Re: [ANN] Maven Trap

2009-09-29 Thread nicolas de loof
2009/9/29 Roland Asmann > 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 >

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 :(

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 "M2_HOME/dropi

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
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 kitc

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 > Hi Folks, > > What's the best way to handle jav

Re: enforcer and unCheckedPluginsList

2009-08-18 Thread nicolas de loof
Next time I'll open my eyes before posting :-/ 2009/8/17 > this is unCheckedPluginList (singular plugin), not unCheckedPluginsList > :) > > Regards, > > Hervé > > - Mail Original - > De: "nicolas de loof" > À: "Maven Users List&

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 : Always define plugin versions! false foo:bar

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 >Hi, > > nicolas de loof wrote: > > A gwt lib MUST include the sources and a a

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 >Hello, > I ran into a difficulty with compiling and/or packaging a > gwt/remoting/ejb application for jbo

Re: JDK sources

2009-07-01 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. Y

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. 123455645365.1123-4 2009/6/10 U Gopalakrishnan > 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 SNAPSHOT version of project B. B

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 > wrote: > > Would you like to contribute to js-tools in Mojo ? > > http://mojo.codehaus.org/javascript-maven-tools/ > >

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 > > Nitin Verma wrote: > >> Do we have lifecycle defined for javascript? >> >> Like: >> >> concatenate >> static-check (run jslint) >> test >> minify >> install >> d

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 > What we're going to do is find a Fre

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 Feel free to join if anyone is interested to contribute. I mysel

Re: How can one handle release candidates in Maven?

2009-05-13 Thread nicolas de loof
s for second time ? 2009/5/13 Todd Thiessen > 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 &g

Re: How can one handle release candidates in Maven?

2009-05-13 Thread nicolas de loof
, test BUG ! 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 > On 13/05/2009, nicolas de loof wrote: > > 1. releas

Re: How can one handle release candidates in Maven?

2009-05-13 Thread nicolas de loof
roblems are found 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] >

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 > I suppose you can use release:prepare and perform multiple times if you > give > the RC version number wh

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 > Bash the manager over the head until he changes his mind > > ;-) > > -Stephen > > 2009/4/22 Michael K. Craghead > > > I know this seems like a strange request, but what is the best way to > > conv

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

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 wrote: > Hi, > I was wondering if there is a French translation or some work in progress, > as the French commu

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 PoitouCharentesJug .

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 wrote: > Defining

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 depende

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 other

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

2008-12-01 Thread nicolas de loof
as you use standard locations you should be fine. > > > On 28-Nov-08, at 7: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

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 genera

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 lic

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

2008-11-23 Thread nicolas de loof
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 release rules, so there was no consensus and nothing in repo. You can get much of them from http://people.apache.org/~nicolas/missing-commons-sources.jar/ WARNIN

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 > "http://http:

[ANN] GWT maven plugin released

2008-11-22 Thread nicolas de loof
ation: org.codehaus.mojo gwt-maven-plugin 1.0 Regards, Nicolas De loof

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 project

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

2008-10-26 Thread nicolas de loof
s.codehaus.org/display/MAVENUSER/Projects+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

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 > program

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, > >

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 integrati

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

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}] &g

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 jar:file:/D:/platina/repository/org/apache/cxf/cxf-tools-wsdlto-

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

2008-07-30 Thread nicolas de loof
Add 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: > http://www.casto

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 gener

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 false may lead to classpath >

Re: surefire : classloader issue with GWTTestCase

2008-07-25 Thread nicolas de loof
>> ClassNotFoundError. May be this is what you have ? >> >> Jeff MAURY >> >> >> On 7/25/08, nicolas de loof <[EMAIL PROTECTED]> wrote: >> > >> > Using false makes things work >> > better, as the

Re: surefire : classloader issue with GWTTestCase

2008-07-25 Thread nicolas de loof
ironment 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 false makes things work > > better, as the full classpath is scanned

Re: surefire : classloader issue with GWTTestCase

2008-07-25 Thread nicolas de loof
Using false makes things work better, as the full classpath is scanned for java source files by the GWT compiler, but now I get "javax.servlet.ServletException: Class com.google.gwt.dev.shell.GWTShellServlet is not a Servlet" (looks like a classloader conflict) 2008/7/25 nicolas de lo

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 : maven-surefire-plugin src/it/java src/main/java gw

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 di

Re: AspectJ in Maven2

2008-07-23 Thread nicolas de loof
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 doesn't run in debug. 2008/7/23 nicolas de loof <[EMAIL PROTECTED]>: > I als

Re: AspectJ in Maven2

2008-07-23 Thread nicolas de loof
( command ); >} > > Indicates that on debug level the AspectJ compiler options are printed. Do > you see the options: -verbose and -showWeaveInfo? > > Hth, > > Nick Stolwijk > ~Java Developer~ > > Iprofs BV. > Claus Sluterweg 125 > 2012 WS Haarlem >

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: and classifier

2008-07-21 Thread nicolas de loof
I've found a (not so ugly) solution : 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,

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 repla

Re: How to execute a perl script from maven ?

2008-07-18 Thread nicolas de loof
ven-plugin/exec-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 ? >&

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: Using the Release Plugin For Testing-Releases

2008-07-17 Thread nicolas de loof
t;[EMAIL 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. &g

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 dele

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 http://repo1.maven.org/maven2/com/capgemini/platina/platina/4/plati

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

2008-06-25 Thread nicolas de loof
aged to figure > this one out myself! > > I have two DLL's and I 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, nicol

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 dependenc

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: 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 install

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-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 highl

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 f

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 creat

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

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

2008-05-07 Thread nicolas de loof
to my initial SNAPSHOT trunk after a "staging" release. 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]>: > >

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

2008-05-06 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 val

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 don

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 repos

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: 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 g to you

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: Managing plugin versions using dependencyManagement?

2008-04-03 Thread nicolas de loof
y the allowed artifacts in it, and then use > that instead of the public repos (using *). > > Regards, > Simon > > nicolas de loof schrieb: > > > Use in your parent POM ! > > > > 2008/4/3, Farrukh Najmi <[EMAIL PROTECTED]>: > > > >> Dear Collea

Re: Managing plugin versions using dependencyManagement?

2008-04-03 Thread nicolas de loof
Use 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 sub-module poms

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

  1   2   3   4   5   6   7   >