Re: Maven 3.0 and maven-metadata.xml download

2010-08-18 Thread Henrique Prange
er : > Can you open an issue with some logs showing the issue and the version you > are using > We already published severals alpha and 2 beta > > Thx > > Arnaud > > On Aug 19, 2010, at 12:21 AM, Henrique Prange wrote: > >> Hi all, >> >> Not a sho

Maven 3.0 and maven-metadata.xml download

2010-08-18 Thread Henrique Prange
Hi all, Not a show stopper, but Maven 3 tries to download the same maven-metadata.xml files every time and for every module. It doesn't cause any problems, but it increases the build time a lot. Cheers, Henrique - To unsubscrib

Re: Compilation problem with Maven 3.0-beta-1

2010-05-04 Thread Henrique Prange
Hi Jason, On 01/05/10 13:54, Jason van Zyl wrote: On May 1, 2010, at 10:31 AM, Benjamin Bentmann wrote: Jason van Zyl wrote: Didn't Henrique just remove the packaging element from the component definition of the artifact handler to get this to work? In fact, I have also changed the plu

Re: Compilation problem with Maven 3.0-beta-1

2010-04-30 Thread Henrique Prange
10:47, Benjamin Bentmann wrote: Henrique Prange wrote: When building from the parent module using Maven 3, the following classpath entry has been produced: [...]/Wonder/Frameworks/Core/JavaWOExtensions/target/JavaWOExtensions-5.0.0-SNAPSHOT.woframework And the produced classpath entry for the

Compilation problem with Maven 3.0-beta-1

2010-04-29 Thread Henrique Prange
Hi all, I've tried to build a project with multiple modules using Maven 3.0-beta-1 unsuccessfully. I got some weird compilation problems on child modules when trying to build from the parent module. But if I try to build the child module directly, it works. Any thoughts if is it a bug or som

Re: [2.0.11 RC] Please test - RC1

2009-11-26 Thread Henrique Prange
Hi Brett, I've been using the RC1 since your announcement with a couple of projects without any problems. Cheers, Henrique Brett Porter wrote: Hi, I have staged a first release candidate here: https://repository.apache.org/content/repositories/maven-016/org/apache/maven/apache-maven/2.0.1

Re: [2.0.10 RC6] please test

2008-12-17 Thread Henrique Prange
Hi Brian, RC4 also works correctly. Cheers, Henrique Brian E. Fox wrote: Interesting, what about RC4? -Original Message- From: Henrique Prange [mailto:hpra...@gmail.com] Sent: Wednesday, December 17, 2008 12:54 PM To: Maven Developers List Cc: Maven Users List Subject: Re: [2.0.10

Re: [2.0.10 RC6] please test

2008-12-17 Thread Henrique Prange
is related to the Modello change introduced in RC6. RC5 is at: http://people.apache.org/~brianf/RC-5/org/apache/maven/apache-maven/2.0. 10-RC5/ -Original Message----- From: Henrique Prange [mailto:hpra...@gmail.com] Sent: Wednesday, December 17, 2008 8:51 AM To: Maven Developers List Cc: M

Re: [2.0.10 RC6] please test

2008-12-17 Thread Henrique Prange
Hi Brian, I found a problem while executing 'mvn clean install' in one of my projects. (See the error below) I verified and the build works with 2.0.9 and 2.1.0-M1 without problems. Cheers, Henrique [ERROR] FATAL ERROR

Re: [2.0.10 RC] Please test

2008-11-15 Thread Henrique Prange
the first time. As I've cleaned my local repo, I can't reproduce the same environment I had at that time. :( [1]https://svn.objectstyle.org/repos/woproject/trunk/woproject/pom.xml [2]https://svn.objectstyle.org/repos/woproject/trunk/woproject/ Cheers, Henrique -----Original Mess

Re: [2.0.10 RC] Please test

2008-11-14 Thread Henrique Prange
Hi Brian, I've tried the RC3 but it seems to be the old RC2. I've downloaded distinct packages (tar.gz and zip) on different browsers (Safari and Firefox) to avoid any cache problems. :( Following is the mvn -v output: Maven version: 2.0.10-RC2 Java version: 1.5.0_16 OS name: "mac os x" vers

Re: [PLEASE TEST] 2.1.0-M1-RC12 of Maven (was: Maven 2.0.10-RC*)

2008-09-01 Thread Henrique Prange
Hi John, FYI, I've tried this RC with a couple of projects (including the plug-in project) and no problems found. Thank you very much. Cheers, Henrique John Casey wrote: Hi everyone, Sorry if the subject of this message is a little confusing, but we're in the process of relabeling the co

Re: [PLEASE TEST] Maven 2.0.10-RC11

2008-08-27 Thread Henrique Prange
.0.10-RC11 uses 2.4.2. I tried to fix the version in my pom to use 2.4.1 and rebuild with 2.0.10-RC11. I had the same problem though. :( Cheers, Henrique Henrique Prange wrote: Hi John, I found something, but I can't ensure it is caused by 2.0.10-RC11. I have a Maven plug-in that e

Re: [PLEASE TEST] Maven 2.0.10-RC11

2008-08-27 Thread Henrique Prange
Hi John, I found something, but I can't ensure it is caused by 2.0.10-RC11. I have a Maven plug-in that extends the lifecycle and adds a new kind of package. It also uses some Ant tasks. When I build the plug-in with 2.0.10-RC* (I tried with RC1, RC2 and RC11) the build works. But when I try

Re: [PLEASE TEST] Maven 2.0.10-RC6

2008-08-11 Thread Henrique Prange
Hi Jonh, I've tried RC6 for my projects on Hudson and I get the above exception for all projects. Building with RC6 from terminal works. Building with 2.0.9 or RC4 on Hudson also works. Cheers, Henrique [INFO] [clean:clean] [HUDSON] Archiving /Users/hprange/.hudson/jobs/pas/workspace/trunk

Re: [PLEASE TEST] Maven 2.0.10-RC1

2008-07-17 Thread Henrique Prange
Hi John, I've tried Maven 2.0.10-RC1 with one of my projects and got a NullPointerException while resolving dependencies (below is the stack trace). It works using Maven 2.0.9. Should I file a bug on Jira with fix-for 2.0.10? Cheers, Henrique hprange:pas-human-resources-model hprange$ mvn