Re: [maven-eclipse-plugin] We need your help to test the future 2.7

2009-05-27 Thread ari.meyer
Hi Arnaud, Sorry, my bad -- missed reading those changes. I re-tested it and it works fine with the inclusions setting, but I agree with Martijn that MECLIPSE-443 is not the best way to go. Thanks again, Ari Arnaud HERITIER wrote: Hi Ari, Thanks for your feedback. Did you follow this

Re: [maven-eclipse-plugin] We need your help to test the future 2.7

2009-05-27 Thread Martijn Dashorst
On Wed, May 27, 2009 at 1:17 AM, Barrie Treloar baerr...@gmail.com wrote: On Tue, May 26, 2009 at 11:03 PM, Martijn Dashorst martijn.dasho...@gmail.com wrote: In my opinion  MECLIPSE-443 is a very bad idea. Should every plugin be configured so that the resources available in src/main/java are

Re: [maven-eclipse-plugin] We need your help to test the future 2.7

2009-05-27 Thread Barrie Treloar
On Wed, May 27, 2009 at 3:58 PM, Martijn Dashorst martijn.dasho...@gmail.com wrote: With Wicket, we have Page.html, Page.properties, Page.properties_ru, Page.js, Page.css, Page.younameit next to the Java files. This has been the official way to work with Wicket, and was 100% supported by maven

Antwort: Re: use relative ..\... Path in includes and excludes of maven-source-plugin?

2009-05-27 Thread torsten . reinhard
Hi, yes that works. I´ve added the build-helper-maven-plugin and joined at the test phase (before packaging): plugin groupIdorg.codehaus.mojo/groupId artifactIdbuild-helper-maven-plugin/artifactId executions

Re: Re: use relative ..\... Path in includes and excludes of maven-source-plugin?

2009-05-27 Thread Stephen Connolly
Well this sounds like a fault of the groovy compiler plugin... if it has source folders or test source folders it should be adding them as a souce root IMHO of course this could have unwanted side effects, but that would be what I think we should be aiming for, and not having to add the

Re: maven, ant, antrun:run

2009-05-27 Thread vpalle
Thank you for the answer. I'm using this specific ant task to deploy an axis webservice ( with a program called AdminClient). I can only deploy it after my container ( in this case jetty:run ) has started.. So which phase would be relevant? Wayne Fay wrote:                    execution      

Re: [maven-eclipse-plugin] We need your help to test the future 2.7

2009-05-27 Thread Martijn Dashorst
http://wicket.apache.org/quickstart.html Select for example Wicket 1.3.6 Martijn On Wed, May 27, 2009 at 8:44 AM, Barrie Treloar baerr...@gmail.com wrote: On Wed, May 27, 2009 at 3:58 PM, Martijn Dashorst martijn.dasho...@gmail.com wrote: With Wicket, we have Page.html, Page.properties,

[maven-assembly-plugin][jar-with-dependencies] How to include only one dependency?

2009-05-27 Thread daronmaster
Hi, I have a maven project that uses several dependencies (you tell me as many projects ...). Once the project as a jar, I dynamically load a class included in it. The problem is that it lacks the level of dependency and therefore leaves me an error when loading. I have therefore chosen to

Re: Maven: The Definitive Guide in French

2009-05-27 Thread coutant
Yes, a relevant example is the translation in French of the OpenOffice.org Migration Guide. Ebook available here : http://www.inlibroveritas.net/catalogue/fiche-livre/changer_pour_openofficeorg.html http://www.inlibroveritas.net/catalogue/fiche-livre/changer_pour_openofficeorg.html . In

Re: [maven-eclipse-plugin] We need your help to test the future 2.7

2009-05-27 Thread Barrie Treloar
On Wed, May 27, 2009 at 5:17 PM, Martijn Dashorst martijn.dasho...@gmail.com wrote: http://wicket.apache.org/quickstart.html Select for example Wicket 1.3.6 I went quickly hacking an existing IT test to include the resources definition you provided and some debugging output (as ERROR so I

maven changes plugin : how to include JIRA Tasks in the mail report ?

2009-05-27 Thread Laurent Perez
Hi I'm using a custom announcement template, does anyone know how to include Tasks in the JIRA report ? Running mvn -X shows there seems to be no wording available, ie. I can see [DEBUG] o update for Improvements but for tasks, the line is [DEBUG] o I'm really confused because the announce

Re: problem compiling the project with ubuntu's pbuilder

2009-05-27 Thread Max Bowsher
Jordi Txor Casas Ríos wrote: Dear community. I have a project on Ubuntu that is compiled with maven 2 (version 2.0.8), it compiles and builds perfectly, creating the correct jars. The problem comes when I try to do the same in a chrooted environment, with pbuilder. The maven instalation is

Re: [maven-eclipse-plugin] We need your help to test the future 2.7

2009-05-27 Thread Martijn Dashorst
On Wed, May 27, 2009 at 10:47 AM, Barrie Treloar baerr...@gmail.com wrote: I went quickly hacking an existing IT test to include the resources definition you provided and some debugging output (as ERROR so I could see it) Great! So src/main/resources is correctly on the resources list. The

creating new archetypes

2009-05-27 Thread vpalle
In the pom for the archetype I'm creating (archetype-resources/pom.xml), I'm referencing ${project.build.directory}. Which is causing an error when creating/generating a project from the archetype.. org.apache.velocity.runtime.exception.ReferenceException: reference : template =

Re: Slow maven compile after upgrading JDK from 1.5 to 1.6

2009-05-27 Thread j_ri
finally we found the cause of the issue. javac of 1.6 doesn't ignore the class-path entries in the manifest file of the JARs in the classpath as 1.5 did. As all of our jars have configured . manifest addClasspathfalse/addClasspath /manifest .. There are a lot of dependencies in

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

Using dependency analyzer via Maven API

2009-05-27 Thread Fabien Coppens
Hi. I would like to perform programatic dependency analysis from a POM, via the standard Maven 2.1 APIs. I'd like to be able to call methode analyze() in class DefaultProjectDependencyAnalyzer, passing it a MavenProject instance which I would have previously built from the POM file by using method

Re: Maven: The Definitive Guide in French

2009-05-27 Thread Mimil
je pensais plutôt à des trucs du genre: https://open-language-tools.dev.java.net/ enfin pour l'instant j'ai pas trouver mieux. Cédric, On Wed, May 27, 2009 at 4:07 PM, ehsavoie (via Nabble) ml-user+65-514126...@n2.nabble.com ml-user%2b65-514126...@n2.nabble.comwrote:

Changing default message of type validation in 1.4

2009-05-27 Thread dfernandez
Hello, I have a form with a input to which I have set type BigDecimal (setType(BigDecimal.class)), but I want to change the default type validation message so that it says 'a' is not a valid Number instead of 'a' is not a valid BigDecimal. I have tried setting i18n property

RE: Changing default message of type validation in 1.4

2009-05-27 Thread Martin Gainty
//setting properties in classname-conversion.properties # syntax: propertyName=converterClassName amount=com.acme.converters.MyCustomBigDecimalConverter //assigning a Custom Converter class in xwork-conversion.properties # syntax: type = converterClassName java.math.BigDecimal =

Re: Using dependency analyzer via Maven API

2009-05-27 Thread Brian Fox
Most likely these will need to be looked up from a plexus container so that all the dependencies are injected. On Wed, May 27, 2009 at 7:37 AM, Fabien Coppens fabien.copp...@free.frwrote: Hi. I would like to perform programatic dependency analysis from a POM, via the standard Maven 2.1 APIs.

[ANN] Maven Ant Tasks 2.0.10 Released

2009-05-27 Thread Paul Gier
The Maven team is pleased to announce the release of the Maven Ant Tasks, version 2.0.10 The Maven Ant Tasks allow several features of Maven, (dependency management, artifact deployment, etc.) to be used within an Ant build. More information is available at the project site.

Re: Maven: The Definitive Guide in French

2009-05-27 Thread Baptiste MATHUS
frenchCédric, tu oublies qu'on est toujours sur la ML utilisateur de maven :-). Donc, en anglais./french So, now back to english :-). And yes, this seems very interesting. I already worked on hibernate documentation translation and you sometimes feel akward when you just replaced an english block

issue with load time weaving and Maven

2009-05-27 Thread Mick Knutson
I have an issue trying to use Load Time weaving with Spring. With the addition of the weaving context: *context:load-time-weaver /* I get this error when running : *Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name

RE: Override dependency classes with another module's classes

2009-05-27 Thread Brendan Haverlock
Well, I've tried switching the order of the two dependencies both ways and tried all sorts of different scopes and exclusions to try to get it to work, and I've had no success. Since both of you say it should work in the version I am using, can you take a look at my 2 dependencies and let me

Re: Using dependency analyzer via Maven API

2009-05-27 Thread Fabien Coppens
Hi. If you don't mind, could you please elaborate on that ? Brian Fox wrote: Most likely these will need to be looked up from a plexus container so that all the dependencies are injected. On Wed, May 27, 2009 at 7:37 AM, Fabien Coppens fabien.copp...@free.frwrote: Hi. I would like to

maven-assembly-plugin 2.2-beta-3 includes all module directories with complete path

2009-05-27 Thread widerst...@t-online.de
Hi, I'm using maven 2.1.0. With the maven-assembly plugin 2.2-beta-3. When I use the descriptor project it simply zips all directory contents and also inclused the target directory. Also the whole directory path is included (C:\User ...\ ...) When using the with-dependencies descriptor also the

maven assembly plugin 2.2-beta-3 fails packing parent pom

2009-05-27 Thread widerst...@t-online.de
Hi, I'm using Maven 2.1.0. I get: [INFO] [assembly:single {execution: make-assembly}] [WARNING] Cannot include project artifact: org.foo.bar:j2se:pom:1 .0.2-SNAPSHOT; it doesn't have an associated file or directory. [INFO]

Re: Override dependency classes with another module's classes

2009-05-27 Thread Wayne Fay
So the module A that has these 2 dependencies is trying to use the implementations from the queue-override that overrides the packages/classes inside of mule.  So: Is Mule perhaps using OSGi or something to look up classes, so even though your artifacts/classes appear first in the classpath,

RE: issue with load time weaving and Maven

2009-05-27 Thread Martin Gainty
add spring-agent dependency dependency groupidorg.springframework/groupid artifactidspring-agent/artifactid scopetest/scope /dependency also add arg-line to maven-surefire-plugin e.g.

Re: issue with load time weaving and Maven

2009-05-27 Thread Mick Knutson
I will have to wait til tomorrow to try this, but 1st off, I notice that I changed the default location of my repository in my settings.xml Is there a way to reference that value instead of ${user.home} ??? --- Thank You… Mick Knutson, President BASE Logic, Inc. Enterprise Architecture,

RE: Override dependency classes with another module's classes

2009-05-27 Thread Brendan Haverlock
The version of Mule that we are using does not use OSGi, but that should be irrelevant because the problem is occurring at compile time. When I ran mvn help:effective-pom, queue was still after mule and there was only one instance of each. It was quite large because it inherited a lot of

Dependency version resolution inconsistent between projects in a multimodule project

2009-05-27 Thread Olivier Dehon
Hello, I have a multimodule project with 2 modules: - an EJB project - an EAR project that only has the EJB as a dependency When the EJB gets built, the indirect dependency to commons-lang gets resolved to version 2.0, and is hence referenced in the MANIFEST.MF Class-Path entry as

Articles for CM Crossroads

2009-05-27 Thread Bob Aiello
Hi everyone, the June of CM Crossroads (www.cmcrossroads.com) is on Evaluating and Selecting Right Tools. If you are interested in participating then I need a draft of your article by June 10th (publication date is June 17th). Articles are usually around 1200 - 1500 words and I provide

Question about C-Builds

2009-05-27 Thread Dan Tran
Hi, Can i use C-builds to download and unpack a source tar ball thru maven dependencies, apply some patches, or replace some files, run configure with a --prefix, run make, install it to fakeroot, zip/tgz/tbz2 the fakeroot to become final artifacts. Look likes Cbuild do most, but the fakeroot