Search email archive for configuration error on windows

2007-09-11 Thread Eric Wood
Is there a way to search the email archive? I'm having issues setting up maven on windows. I set it up fine on AIX and it is running fine there, but I'm getting an error message on windows that seems to indicate the my proxy isn't set up properly, but I pretty sure that it is fine. I'm using the

RE: Re: Maven plugin for Eclipse

2007-09-11 Thread Eric Wood
How do you download the Q4E plug-in? The link below says that no download are avilable. Eric -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Carlos Sanchez Sent: Monday, September 10, 2007 1:15 PM To: Maven Users List Subject: Re: Re: Maven plugin for E

maven-archetype-j2ee-simple

2007-09-07 Thread Eric Wood
I ran the mvn archetype:create ... -DarchetypeArtifactId=maven-archetype-j2ee-simple command to create a j2ee directory structure ant its associated POM.XML files. Top level directory contains both a src folder and a pom.xml file that contains the pom directive. From what I can ascertain,

RE: J2ee maven 2.0 examples/documentation

2007-09-07 Thread Eric Wood
Please ignore this email. It was sent by mistake. E -Original Message- From: Eric Wood [mailto:[EMAIL PROTECTED] Sent: Friday, September 07, 2007 12:51 PM To: users@maven.apache.org Subject: J2ee maven 2.0 examples/documentation

J2ee maven 2.0 examples/documentation

2007-09-07 Thread Eric Wood

Explaination of pom

2007-09-05 Thread Eric Wood
I understand the other packaging types, but I'm a little confussed by the "pom" packaging. What is the significance of this package type. What does it trigger. Eric

Example of setting up a maven 2 J2ee project

2007-09-04 Thread Eric Wood
Folks: I'm new to maven and I'm looking for a good reference to how to set up a j2ee application using maven 2.0. Are there and good documents or examples out there that I could use to get started? Eric

Re: delete is evil

2005-05-02 Thread Eric Wood
I had the same thing happen to me the other week and was fueled! Although if you are using eclipse you can restore your files from local history. Good luck. - Original Message - From: "Vincent Massol" <[EMAIL PROTECTED]> To: "'Maven Users List'" Sent: Monday, May 02, 2005 9:10 AM Subject

Re: accessing maven dependencies in build.xml

2005-04-20 Thread Eric Wood
ECTED]> To: "Maven Users List" Sent: Monday, April 18, 2005 9:23 AM Subject: RE: accessing maven dependencies in build.xml I'm assuming you're using Maven 1.x. Take a look at the deploy:copy-deps goal, something like: Russ Jubenville -Original Message-

accessing maven dependencies in build.xml

2005-04-18 Thread Eric Wood
Hi, I have a hybrid setup with ant and maven. My current setup requires me to copy every referenced dependency in project.xml into a lib folder within the project so I can reference it in my build.xml when I build a distribibution with ant. I'm wondering if there is a way to reference the maven

special maven folder for project

2005-02-23 Thread Eric Wood
Hi, I'm trying to put all my maven related files in a "maven" directory off the root of my project folder. In order to do this and achieve the same behavior as if my project.xml was in the root folder can someone tell me what I need to configure. Thanks

Re: Importing Multiple Projects into eclipse

2004-12-10 Thread Eric Wood
o eclipse There is a plugin to import multiple projects at once (http://eclipse-tools.sourceforge.net/projecttransfer/). Steve Molloy -Original Message- From: Eric Wood [mailto:[EMAIL PROTECTED] Sent: Friday, December 10, 2004 2:30 PM To: Maven Users List Subject: Importing Multiple Projec

Importing Multiple Projects into eclipse

2004-12-10 Thread Eric Wood
Hi, I'm using a multi project goal to generate eclipse project files for a bunch of projects at once. Does anyone know if there is a way to import multiple projects into eclipse without having to select one project at a time?

Re: Don't know how to do it!

2004-12-09 Thread Eric Wood
create a new subproject that only depends on the jars > you want, and run uberjar on that. > > - Brett > > > On Thu, 9 Dec 2004 16:02:12 -0600, Eric Wood <[EMAIL PROTECTED]> wrote: > > Brette thanks, the uberjar is the closet thing to my needs but I don't want

Re: Don't know how to do it!

2004-12-09 Thread Eric Wood
day, December 08, 2004 7:03 PM Subject: Re: Don't know how to do it! > Depending on your circumstances you either want: > > http://maven.apache.org/reference/plugins/ear/ > http://maven.apache.org/reference/plugins/uberjar/ > http://maven-plugins.sourceforge.net/maven-javaapp-plug

Re: Don't know how to do it!

2004-12-08 Thread Eric Wood
using a multiproject setup). Currently each sub project is installed as its own jar when I do multiproject:install, now I just want to get one big jar that contains all of sub project jars and is versioned by the multiproject's property. - Eric - Original Message - From: "Eri

Don't know how to do it!

2004-12-08 Thread Eric Wood
Hi, I'm new to maven and have searched previous postings but still can't find a solution to implement my wonderfull idea with maven. I have about 8 separate small projects that are part of our organizations "commons" project. Each project has its own module in CVS and its own set of versio