Re: Issues with archetype:create-from-project

2010-03-17 Thread Bernard Lupin
Hi Matt, I encounter quite all of your issues. However, I've solved some of them with tricks : 1. I have an archetype.properties file within my project, containing these properties : archetype.groupId=com.company.project archetype.artifactId=project-archetype-example

usage of preserveCData with archetypes

2010-03-12 Thread Bernard Lupin
Hi all, I would like the archetype goal create-from-project to replace ALL occurences of my artifactId in my multi-module project. Without -DpreserveCData=true, some occurences are not replaced (in pom comments or in cxf-codegen-plugin configuration). With -DpreserveCData=true, these occurences

multi module project and Eclipse - fsutil

2008-04-07 Thread Bernard Lupin
Hi all, I'm using maven with my favorite ide, Eclipse. One of the problems is that there is nothing within Eclipse to host the parent pom of my multi-module application : As explained in http://maven.apache.org/plugins/maven-eclipse-plugin/examples/multi-module-projects.html, we always have to

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

2008-04-02 Thread Bernard Lupin
http://mojo.codehaus.org/gwt-maven-plugin/ ? I didn't notice this classpath error, could you report an issue with a test project ? Nicolas. 2008/4/1, Bernard Lupin [EMAIL PROTECTED]: Hi Nicolas, We're already using the gwt-maven-plugin (perhaps the issue your talking about

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

2008-04-01 Thread Bernard Lupin
are not yet available in central, but the MAVENUPLOAD request is created for them. Nicolas. 2008/3/31, Bernard Lupin [EMAIL PROTECTED]: Hi all, Using the antrun plugin, I'm trying to call an ant task which is launching the GWT compiler. This ant task is based on the Joachim work at http

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

2008-03-31 Thread Bernard Lupin
Hi all, Using the antrun plugin, I'm trying to call an ant task which is launching the GWT compiler. This ant task is based on the Joachim work at http://braindump.dk/tech/gwt-task-for-ant/. Something specific with GWT is that you must include the java source directory in your classpath before

Re: Q4E, a new Eclipse plugin for Maven

2007-09-05 Thread Bernard Lupin
Hi Carlos, It seems that Q is only available with Eclipse 3.3. Unfortunately, all our workstations are currently using Eclipse 3.2.2. Could you confirm that 3.3 is the actual minimum version of Eclipse ? Could I hope Q to be available on Eclipse 3.2.2 in the future ? Regards, Bernard Carlos