Re: maven question

2005-04-13 Thread Bob Arnott
Kyle Miller wrote:
I have just started using maven on my first project,
but I have been playing with it at home. 

My question for the commons developers is this, every
project here uses maven, and I would assume many of
you also use eclipse or some other similar IDE. Has
anyone found a good way to add the jars managed by
maven to your IDE classpath? In previous projects I
would just put all of the jars in the lib directory
and check them into CVS.
http://mevenide.codehaus.org/
Cheers,
--
Bob Arnott
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


RE: maven question

2005-04-13 Thread Arnaud HERITIER
Hi Kyle,

The first time you need to add an environment in your eclipse settings 
to define your maven repository home :
maven -Dmaven.eclipse.workspace=/your/path/to/your/eclipse/workspace 
eclipse:add-maven-repo

Then, in any maven project you generate your eclipse configuration :
maven eclipse
and you import it in eclipse (import an existing project ... in eclipse)


Arnaud
 

 -Message d'origine-
 De : Kyle Miller [mailto:[EMAIL PROTECTED] 
 Envoyé : mercredi 13 avril 2005 15:11
 À : commons-dev@jakarta.apache.org
 Objet : maven question
 
 I have just started using maven on my first project, but I 
 have been playing with it at home. 
 
 My question for the commons developers is this, every project 
 here uses maven, and I would assume many of you also use 
 eclipse or some other similar IDE. Has anyone found a good 
 way to add the jars managed by maven to your IDE classpath? 
 In previous projects I would just put all of the jars in the 
 lib directory and check them into CVS.
 
 -
 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: maven question

2005-04-13 Thread Kyle Miller
Thanks Arnaud,

That is exactly what I was looking for... :)

--- Arnaud HERITIER [EMAIL PROTECTED] wrote:
 Hi Kyle,
 
   The first time you need to add an environment in
 your eclipse settings to define your maven
 repository home :
   maven

-Dmaven.eclipse.workspace=/your/path/to/your/eclipse/workspace
 eclipse:add-maven-repo
 
   Then, in any maven project you generate your
 eclipse configuration :
   maven eclipse
   and you import it in eclipse (import an existing
 project ... in eclipse)
 
 
 Arnaud
  
 
  -Message d'origine-
  De : Kyle Miller [mailto:[EMAIL PROTECTED] 
  Envoyé : mercredi 13 avril 2005 15:11
  À : commons-dev@jakarta.apache.org
  Objet : maven question
  
  I have just started using maven on my first
 project, but I 
  have been playing with it at home. 
  
  My question for the commons developers is this,
 every project 
  here uses maven, and I would assume many of you
 also use 
  eclipse or some other similar IDE. Has anyone
 found a good 
  way to add the jars managed by maven to your IDE
 classpath? 
  In previous projects I would just put all of the
 jars in the 
  lib directory and check them into CVS.
  
 

-
  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]