Re: Mevenide vs. M2Eclipse, Q for Eclipse/IAM

2008-02-26 Thread Rodrigo Madera
The problem is when you don't have that time to time. Once you implement one, its very hard for you to get time to implement another one. Specially since there is no such thing as fail-safe plugin installations. Not to mention the learning curve each one requires. IOW: For a business, its better

Multi-module lack of inheritance

2008-02-26 Thread Rodrigo Madera
I have a project layout like this: myapp pom.xml (packaging = pom, name = MyApp Parent) api pom.xml (packaging = jar, name = MyApp API) core pom.xml (packaging = jar, name = MyApp Core) extensions pom.xml (packaging

Re: Multi-module lack of inheritance

2008-02-26 Thread Rodrigo Madera
in the parent section? -Olivier On Wed, 2008-02-27 at 02:57 +, Rodrigo Madera wrote: I have a project layout like this: myapp pom.xml (packaging = pom, name = MyApp Parent) api pom.xml (packaging = jar, name = MyApp API) core

Re: ANN Maven Archetype Plugin 2.0-alpha-2

2008-02-24 Thread Rodrigo Madera
Much appreciated backwards compat. Thanks!! Rodrigo On Sat, Feb 23, 2008 at 12:20 AM, Brian Fox [EMAIL PROTECTED] wrote: The Maven team would like to announce the release of Maven Archetype 2.0-alpha-2. This release corrected backwards compatibility with the 1.0 version and a few windows

Re: Mevenide vs. M2Eclipse, Q for Eclipse/IAM

2008-02-24 Thread Rodrigo Madera
. This is not a problem with the plug-ins, but something that goes deep in the eclipse architecture. Rodrigo Madera wrote: Since you are on the topic, do you know if any of these have trouble if you go to a shell and do a `mvn clean` on the project? I have a plugin (dont

Re: Mevenide vs. M2Eclipse, Q for Eclipse/IAM

2008-02-23 Thread Rodrigo Madera
Since you are on the topic, do you know if any of these have trouble if you go to a shell and do a `mvn clean` on the project? I have a plugin (dont remember its name) that integrates Maven nicely, but is allergic to the (sometimes needed) cleaning. Thanks, Rodrigo On Sun, Feb 24, 2008 at 2:09

Re: NSIS plugin

2008-02-14 Thread Rodrigo Madera
I don't know if that's a problem for you Julien, but NSIS is strictly Windows AFAIK. I switched to IzPack and I'm loving it! (tm) Regards, Rodrigo On Thu, Feb 14, 2008 at 3:06 PM, Manos Batsis [EMAIL PROTECTED] wrote: Julien Graglia wrote: I am looking for an install framework able to

Re: NSIS plugin

2008-02-14 Thread Rodrigo Madera
Doesn't IzPack provide OS integration for those basic things? Rodrigo On Thu, Feb 14, 2008 at 3:55 PM, Julien Graglia [EMAIL PROTECTED] wrote: Rodrigo Madera a écrit : I don't know if that's a problem for you Julien, but NSIS is strictly Windows AFAIK. You are right, it is only

Re: Constantly downloading the same pom over and over again

2007-10-09 Thread Rodrigo Madera
Thanks, That would be a nice fix for the symptom. Anyone have any clue on the cause? Thanks, Rodrigo On 10/9/07, Michael McCallum [EMAIL PROTECTED] wrote: configure your repository retry behaviour... On Tuesday 09 October 2007 10:51, Rodrigo Madera wrote: Hello all, Maven2 currently

Re: Constantly downloading the same pom over and over again

2007-10-09 Thread Rodrigo Madera
On 10/9/07, Wendy Smoak [EMAIL PROTECTED] wrote: On 10/8/07, Rodrigo Madera [EMAIL PROTECTED] wrote: Maven2 currently has a bad habit of downloading certain poms over and over again on each and every execution. I had this problem with GNU Crypto, but I managed to not use it anymore. Now

Re: Constantly downloading the same pom over and over again

2007-10-09 Thread Rodrigo Madera
containing the artifacts for GNU/Crypto commons-id. -Tim Rodrigo Madera schrieb: It does exist. Just create something that uses GNU/Crypto. It downloads it ALL the time. If I disconnect my Internet to test, then the build fails because it can't get the pom. I imagined this would

Re: Constantly downloading the same pom over and over again

2007-10-09 Thread Rodrigo Madera
people. Wayne On 10/9/07, Rodrigo Madera [EMAIL PROTECTED] wrote: nameRepository only for commons-id/name urlhttp://maven.reucon.com/maven2/url layoutdefault/layout snapshots

Re: Constantly downloading the same pom over and over again

2007-10-09 Thread Rodrigo Madera
-Crypto people. Wayne On 10/9/07, Rodrigo Madera [EMAIL PROTECTED] wrote: It was once there. Mystery solved. Thanks for your help, Rodrigo On 10/9/07, Tim Kettler [EMAIL PROTECTED] wrote: Additionally, this is not a valid maven2 repository at all. The metadata files

Constantly downloading the same pom over and over again

2007-10-08 Thread Rodrigo Madera
Hello all, Maven2 currently has a bad habit of downloading certain poms over and over again on each and every execution. I had this problem with GNU Crypto, but I managed to not use it anymore. Now it''s happening with commons-id-0.1-dev. Anyone know how to make Maven2 behave? this is getting

Re: Why Maven is Hard?

2007-09-27 Thread Rodrigo Madera
If everyone that posted an email on this thread actually wrote a Wiki article with a single paragraph, Maven would already be easier. Regards, Rodrigo On 9/27/07, Antonio Petrelli [EMAIL PROTECTED] wrote: 2007/9/27, Graham Leggett [EMAIL PROTECTED]: The idea that it's free, what do you

Re: my lobotomy [was: Improving Maven Site Docs]

2007-09-27 Thread Rodrigo Madera
P.S. Since I couldn't, in good conscience, keep contributing to marginally topical branches of this thread without actually contributing real content, I've added a new Maven for Make and GNU Autotools users section to the Getting Started with Maven wiki page: That's the

Re: Improving Maven Site Docs

2007-09-27 Thread Rodrigo Madera
Somebody get the extinguisher, quickly!! On 9/28/07, Kevin Jackson [EMAIL PROTECTED] wrote: Hi, Regarding the XML thing (OT wrt documentation - sorry). XML basically sucks as a human readable format, it's a more verbose form of tree/list syntax (like s-expr). One problem I have with mvn

Re: Why Maven is Hard?

2007-09-26 Thread Rodrigo Madera
As I recommended earlier, I think we should copy and paste the Better Builds with Maven book into the official Maven documentation. Why not? Of course, permission would need to be asked to the author first, but I'm sure he wouldn't mind. Regards, Rodrigo On 9/26/07, Brian Flaherty [EMAIL

Re: Why Maven is Hard?

2007-09-26 Thread Rodrigo Madera
! Richard -Original Message- From: Wendy Smoak [mailto:[EMAIL PROTECTED] Sent: 26 September 2007 16:05 To: Maven Users List Subject: Re: Why Maven is Hard? On 9/26/07, Rodrigo Madera [EMAIL PROTECTED] wrote: As I recommended earlier, I think we should copy and paste the Better Builds

Re: Why Maven is Hard?

2007-09-24 Thread Rodrigo Madera
I haven't read (1), but I definitely recommend (2). Very good indeed. Yours, Rodrigo On 9/24/07, Nick Stolwijk [EMAIL PROTECTED] wrote: What documentation did you read? There are two very good books about maven 2 (and they are free to download) 1. Maven the Definitive Guide

Re: Why Maven is Hard?

2007-09-24 Thread Rodrigo Madera
Denis, Will all due respect, do you really wish to just read a page and get running and fully understanding Maven? Do you really say Maven is hard because you didn't understand your very first plugin encounter, which happens to be nothing less than the EAR plugin? Maven is a complex system that

Re: Why Maven is Hard?

2007-09-24 Thread Rodrigo Madera
Denis, I get what you mean now and I agree... I have spent hours with Maven debugging and I know what you feel. It's been less than five hours since I had to download the source code of a plugin to see what was going on inside of it... and got no results. Fortunately, knowledgeable people

Re: Why Maven is Hard?

2007-09-24 Thread Rodrigo Madera
work under the covers the light bulb will come on. But it is a big learning curve for some of us. cookie Rodrigo Madera [EMAIL PROTECTED] wrote: Denis, Will all due respect, do you really wish to just read a page and get running and fully understanding Maven? Do you really say Maven is hard

Re: Eclipse and Maven best practice

2007-09-14 Thread Rodrigo Madera
Since you brought that up, let me take advantage of this oportunity to ask users: I have always used m2. How would that compare to q4e? Thanks, Rodrigo On 9/14/07, Dave Feltenberger [EMAIL PROTECTED] wrote: That's interesting - why separate locations? To avoid having to refresh in Eclipse

Re: Eclipse and Maven best practice

2007-09-14 Thread Rodrigo Madera
and helps us out =o) Yours, Rodrigo Madera On 9/14/07, Dave Feltenberger [EMAIL PROTECTED] wrote: I haven't had the time/inclination to try out q4e yet. I didn't like m2 when I tried it a few weeks ago, though. I'd be interested to see what people think of q4e so far... On 9/14/07, Rodrigo

Re: Eclipse and Maven best practice

2007-09-14 Thread Rodrigo Madera
people! Let's see if we can get Eclipse + Maven more productive with some input. Who knows, maybe a developer from the m2 team hears my cry and helps us out =o) Yours, Rodrigo Madera Sorry again, Rodrigo

Re: Trying to compile using jav 1.3 when I've 1.5

2007-08-10 Thread Rodrigo Madera
Try this in your pom.xml: build plugins plugin artifactIdmaven-compiler-plugin/artifactId configuration source1.6/source target1.6/target /configuration /plugin

Re: Installer Scripts Best Practice

2007-07-13 Thread Rodrigo Madera
PROTECTED] Sent: Friday, July 13, 2007 11:01 AM To: Maven Users List Subject: Re: Installer Scripts Best Practice Hi Rogrigo, Rodrigo Madera wrote: I was wondering if anyone has a suggestion on the best practice to execute post-build scripts, such as copying output files to a template directory

Installer Scripts Best Practice

2007-07-12 Thread Rodrigo Madera
Hello all, I was wondering if anyone has a suggestion on the best practice to execute post-build scripts, such as copying output files to a template directory for installer generation. Right now I'm using a shell script to do the copying and calling my installer-generating scripts, but I'm sure

Re: Assembly Plugin: ModuleSets: Not recognizing include artifacts

2007-05-23 Thread Rodrigo Madera
I override it and tell it what the name of the output JAR is? Thanks for your help, Rodrigo Madera On 5/23/07, John Casey [EMAIL PROTECTED] wrote: I'm guessing you're running the assembly either as a standalone goal, or somewhere before the package phase of the lifecycle. Am I right? IIRC

Assembly Plugin: ModuleSets: Not recognizing include artifacts

2007-05-22 Thread Rodrigo Madera
is generated. Does anybody actually know what is going on? I already memorized the entire documentation, so you guys are my only hope!! Thanks, Rodrigo Madera - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands

Re: Parent-only plugin: is it possible?

2007-04-14 Thread Rodrigo Madera
Thank you for your reply. Just for the record, I solved the problem yesterday. It was an error in my configuration indeed, however I don't know exactly where the error was, since I just modified the configuration in various places and it worked fine. Thank you, Rodrigo Madera On 4/14/07, GreJ

Parent-only plugin: is it possible?

2007-04-13 Thread Rodrigo Madera
? Thank you all for your support, Rodrigo Madera