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 Eclipse

it's a known issue with m2eclipse 0.0.10
http://jira.codehaus.org/browse/MNGECLIPSE-265

There's another Eclipse plugin Q4E http://code.google.com/p/q4e/ that me and 
other maven users are working on and doesn't have that bug.
Feel free to check it out.


On 9/10/07, De Vleeschauwer Nele [EMAIL PROTECTED] wrote:
 Hi,

 Even when I use the Refresh Settings option, Eclipse still tries to connect 
 to the Internet Maven Repo instead of the mirror I defined in my maven 
 settings.xml file.



 -Original Message-
 From: news [mailto:[EMAIL PROTECTED] On Behalf Of Achim Abeling
 Sent: vrijdag 7 september 2007 8:41
 To: users@maven.apache.org
 Subject: Re: Maven plugin for Eclipse

 Hi,

 did you refresh the settings in eclipse?
 It has to be done under
 Window-Preferences-Maven-Refresh Settings.

 Best regards
 Achim

 De Vleeschauwer Nele wrote:
  Hi,
 
  I have configured my settings.xml in this way and if I execute a maven 
  command from a dos box, it is using our company's repository.
  But if I call a maven command out of Eclipse, it goes directly to the Maven 
  Repo site.
 
 
 
  -Original Message-
  From: COPPENS, Fabien [mailto:[EMAIL PROTECTED]
  Sent: donderdag 6 september 2007 14:14
  To: Maven Users List
  Subject: RE: Maven plugin for Eclipse
 
 
 
  I believe you can configure this in your maven settings.xml file via 
  a profile :
 
  pluginRepositories
pluginRepository
idMyDevRepo/id
url
http://myrepository
/url
snapshots
enabledtrue/enabled
/snapshots
releases
enabledfalse/enabled
/releases
/pluginRepository
/pluginRepositories
/profile
 
 
  -Message d'origine-
  De : De Vleeschauwer Nele [mailto:[EMAIL PROTECTED]
  Envoyé : jeudi 6 septembre 2007 14:11 À : Maven Users List Objet : 
  Maven plugin for Eclipse
 
  Hi,
 
  For the moment I'm using version 3.3 of Eclipse with the Maven plugin 
  installed.
 
  Each time when I execute a maven command in Eclipse, Eclipse tries to 
  download the necessary artiftacts from the Maven Repo site 
  (repo1.maven.org).
  How can I configure that Eclipse should use the company's central Maven 
  Repository to download new artifacts instead of the one on the Maven site ?
 


 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]


 -
 Visit our website! http://www.nbb.be

 DISCLAIMER: The content of this e-mail message should not be 
 construed as binding on the part of the National Bank of Belgium
 (NBB) unless otherwise and previously stated. The opinions expressed 
 in this message are solely those of the author and do not necessarily 
 reflect NBB viewpoints, particularly when the content of this message, 
 or part thereof, is private by nature or does not fall within the 
 professional scope of its author.

 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]




--
I could give you my word as a Spaniard.
No good. I've known too many Spaniards.
 -- The Princess Bride

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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 settings file from my AIX box
with the same proxy settings. Spoke with our network people and they say
I should be able to get out via my PC. I can browse the repository via
my browser so not sure why I'm getting this error message:

The plug-in 'org.apache.maven.plugins:maven-archetype-plugin' does not
exist or no valid version could be found.

I can run it and get the proper version information. 

Any help would be greatly appreciated.

Eric


J2ee maven 2.0 examples/documentation

2007-09-07 Thread Eric Wood



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



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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 packagingpom/packaging directive.  From what
I can ascertain, this will go and invoke other pom.xml files based upon
the modules, but how do I get it to actually build any src that I have
contained in the high level source folder?

The structure that is builds is pretty close to the recommended sun
blueprint for a j2ee project so I'd like to be able to have both src
folder and other subdirectories that contain other pom.xml files.

Any help would be greatly appreciated.

Eric


Explaination of packagingpom/packaging

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' users@maven.apache.org
Sent: Monday, May 02, 2005 9:10 AM
Subject: RE: delete is evil




  -Original Message-
  From: Jens Zastrow [mailto:[EMAIL PROTECTED]
  Sent: lundi 2 mai 2005 15:59
  To: Maven Users List
  Subject: ant:delete is evil
 
  just deleted whole day of work in a second by uncommenting a
  property-set.
 
  !-- j:set var=out ${maven.build.dir}/blabla--
  ant:delete dir=${out}/
 
  simply removed the whole basedir :-(

 Ouch...

 If it can help, consider yourself lucky it was only the basedir and not
your
 whole drive...

 -Vincent


 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: accessing maven dependencies in build.xml

2005-04-20 Thread Eric Wood
Russ, thanks. I was surprised to see how easy it was to do plain old ant
with Maven. Although I can't figure out what plug-in offers the goal you
suggested below. Is this a maven plug-in? - Eric



deploy:copy-deps todir=${my.lib.dir}/




- Original Message - 
From: Jubenville, Russ [EMAIL PROTECTED]
To: Maven Users List users@maven.apache.org
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:

deploy:copy-deps todir=${my.lib.dir}/

Russ Jubenville

-Original Message-
From: Eric Wood [mailto:[EMAIL PROTECTED]
Sent: April 18, 2005 10:19
To: Maven Users List
Subject: accessing maven dependencies in build.xml


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 dependencies directly in the build.xml. Also wondering if
there is a way to say in build.xml take all of the referenced maven
dependencies and copy them into this folder. Any ideas?


#
This e-mail message has been scanned for Viruses and Content and cleared

by NetIQ MailMarshal

#

#
This e-mail message has been scanned for Viruses and Content and cleared
by NetIQ MailMarshal

#

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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 dependencies directly in 
the build.xml. Also wondering if there is a way to say in build.xml take all 
of the referenced maven dependencies and copy them into this folder. Any 
ideas? 


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 

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: Importing Multiple Projects into eclipse

2004-12-10 Thread Eric Wood
Thanks Steve and Eric for pointing me in the right direction. 

- Original Message - 
From: Steve Molloy [EMAIL PROTECTED]
To: Maven Users List [EMAIL PROTECTED]
Sent: Friday, December 10, 2004 1:28 PM
Subject: RE: Importing Multiple Projects into 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 Projects into eclipse

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? 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Don't know how to do it!

2004-12-09 Thread Eric Wood
Brette thanks, the uberjar is the closet thing to my needs but I don't want
to copy all depedent jars into one jar what I want is one jar that contains
the jars produced from each sub-project in the multiproject and no
dependencies. Would I have to write something custom to do that? Would this
logic go into into the mutliproject's project.xml or would it be a sepearte
sub-project? Thanks- Eric

P.S
This is a great tool.

- Original Message - 
From: Brett Porter [EMAIL PROTECTED]
To: Maven Users List [EMAIL PROTECTED]
Sent: Wednesday, 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-plugin/


 On Wed, 8 Dec 2004 19:02:58 -0600, Eric Wood [EMAIL PROTECTED]
wrote:
  One last thing I can't figure out is how to create one jar that wraps
all of
  the other jars produced by the sub projects (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
currentVersion
  property. - Eric

 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Don't know how to do it!

2004-12-09 Thread Eric Wood
Why did I not think of that? Thanks...

- Original Message - 
From: Brett Porter [EMAIL PROTECTED]
To: Maven Users List [EMAIL PROTECTED]
Sent: Thursday, December 09, 2004 3:54 PM
Subject: Re: Don't know how to do it!


 Personally, I'd 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
  to copy all depedent jars into one jar what I want is one jar that
contains
  the jars produced from each sub-project in the multiproject and no
  dependencies. Would I have to write something custom to do that? Would
this
  logic go into into the mutliproject's project.xml or would it be a
sepearte
  sub-project? Thanks- Eric
 
  P.S
  This is a great tool.
 
 
 
  - Original Message -
  From: Brett Porter [EMAIL PROTECTED]
  To: Maven Users List [EMAIL PROTECTED]
  Sent: Wednesday, 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-plugin/
  
  
   On Wed, 8 Dec 2004 19:02:58 -0600, Eric Wood
[EMAIL PROTECTED]
  wrote:
One last thing I can't figure out is how to create one jar that
wraps
  all of
the other jars produced by the sub projects (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
  currentVersion
property. - Eric
  
   -
   To unsubscribe, e-mail: [EMAIL PROTECTED]
   For additional commands, e-mail: [EMAIL PROTECTED]
  
 
  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
 
 

 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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 
versions in the project.xml, nice because its making the code more separated 
and manageable.  However I'm finding that these projects are so fine grained 
that things are becoming a little too tedious; I'm trying to do two things: 

 

1: have a master project that does nothing but wraps all of the separate sub 
project jars into one monster jar to ease the dependency list on others. 

 

I'm  baving a tough time thinking about the project structure in CVS because it 
seems like this would lead to have a module within a module (children modules 
would be inside the parent module folder)

 

2: Get a more efficient development process when working with children projects 
in eclipse. 

 

It would be really cool to be able to use maven scm to check out all of our 
commons sub project modules into one directory and use maven eclipse to 
generate .project files for the projects I want to work with. 

 

Then in eclipse import those projects and if one project depends on the other 
its pointed to the target bin where eclipse puts the compiled classes. This way 
I can make lots of changes to various related projects without having to update 
my local repository with a snapshot jar every time I change (which is how I'm 
doing it now)

 

I suspect the multi-project plugin could do this but only found limited 
documentation on the plug-in web page. Any input, links or advice would be 
greatly appreciated. - Eric


Re: Don't know how to do it!

2004-12-08 Thread Eric Wood
Disregard my previous post I found a great article at
http://wiki.codehaus.org/maven/CreatingEjbApplications that explained just
about everything I could not figure out.

One last thing I can't figure out is how to create one jar that wraps all of
the other jars produced by the sub projects (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 currentVersion
property. - Eric


- Original Message - 
From: Eric Wood [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Wednesday, December 08, 2004 5:22 PM
Subject: Don't know how to do it!


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
versions in the project.xml, nice because its making the code more separated
and manageable.  However I'm finding that these projects are so fine grained
that things are becoming a little too tedious; I'm trying to do two things:



1: have a master project that does nothing but wraps all of the separate sub
project jars into one monster jar to ease the dependency list on others.



I'm  baving a tough time thinking about the project structure in CVS because
it seems like this would lead to have a module within a module (children
modules would be inside the parent module folder)



2: Get a more efficient development process when working with children
projects in eclipse.



It would be really cool to be able to use maven scm to check out all of our
commons sub project modules into one directory and use maven eclipse to
generate .project files for the projects I want to work with.



Then in eclipse import those projects and if one project depends on the
other its pointed to the target bin where eclipse puts the compiled classes.
This way I can make lots of changes to various related projects without
having to update my local repository with a snapshot jar every time I change
(which is how I'm doing it now)



I suspect the multi-project plugin could do this but only found limited
documentation on the plug-in web page. Any input, links or advice would be
greatly appreciated. - Eric


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]