Re: import statements in Eclipse and maven2

2006-02-28 Thread Yann Le Du
:[EMAIL PROTECTED] Sent: Monday, February 27, 2006 4:24 PM To: users@maven.apache.org Subject: import statements in Eclipse and maven2 Hi, I am using maven2 plugin on Eclipse and working on a project which uses maven2. In the eclipse' Java editor all the import statements

Re: import statements in Eclipse and maven2

2006-02-28 Thread Kathryn Huxtable
-Original Message- From: Kathryn Huxtable To: Maven Users List Sent: Mon Feb 27 21:05:50 2006 Subject: Re: import statements in Eclipse and maven2 That's a link to one approach. Another approach is to enable the Maven2 nature for your project, which should make it use the dependencies

RE: import statements in Eclipse and maven2

2006-02-28 Thread KC Baltz
Huxtable [mailto:[EMAIL PROTECTED] Sent: Monday, February 27, 2006 9:06 PM To: Maven Users List Subject: Re: import statements in Eclipse and maven2 That's a link to one approach. Another approach is to enable the Maven2 nature for your project, which should make it use the dependencies in your

Re: import statements in Eclipse and maven2

2006-02-28 Thread Yann Le Du
still had a major bug whereby it ignores your settings.xml file. K.C. -Original Message- From: Kathryn Huxtable [mailto:[EMAIL PROTECTED] Sent: Monday, February 27, 2006 9:06 PM To: Maven Users List Subject: Re: import statements in Eclipse and maven2 That's a link to one approach

Re: import statements in Eclipse and maven2

2006-02-28 Thread Kathryn Huxtable
Users List Subject: Re: import statements in Eclipse and maven2 That's a link to one approach. Another approach is to enable the Maven2 nature for your project, which should make it use the dependencies in your pom.xml file without needing to regenerate the .classpath file every time you

Re: import statements in Eclipse and maven2

2006-02-28 Thread Henrik Mejlgaard
plugin still had a major bug whereby it ignores your settings.xml file. K.C. -Original Message- From: Kathryn Huxtable [mailto:[EMAIL PROTECTED] Sent: Monday, February 27, 2006 9:06 PM To: Maven Users List Subject: Re: import statements in Eclipse and maven2 That's

import statements in Eclipse and maven2

2006-02-27 Thread Ashish Srivastava
Hi, I am using maven2 plugin on Eclipse and working on a project which uses maven2. In the eclipse' Java editor all the import statements (and the classes) are underlined red as if it could not find the jars. How can I configure the project to read the pom.xml and work out all the dependencies?

RE: import statements in Eclipse and maven2

2006-02-27 Thread KC Baltz
http://maven.apache.org/guides/mini/guide-ide-eclipse.html -Original Message- From: Ashish Srivastava [mailto:[EMAIL PROTECTED] Sent: Monday, February 27, 2006 4:24 PM To: users@maven.apache.org Subject: import statements in Eclipse and maven2 Hi, I am using maven2 plugin on Eclipse

Re: import statements in Eclipse and maven2

2006-02-27 Thread Kathryn Huxtable
: Monday, February 27, 2006 4:24 PM To: users@maven.apache.org Subject: import statements in Eclipse and maven2 Hi, I am using maven2 plugin on Eclipse and working on a project which uses maven2. In the eclipse' Java editor all the import statements (and the classes) are underlined red

Re: import statements in Eclipse and maven2

2006-02-27 Thread Jason Dillon
Woah... How do you enable that? --jason -Original Message- From: Kathryn Huxtable To: Maven Users List Sent: Mon Feb 27 21:05:50 2006 Subject: Re: import statements in Eclipse and maven2 That's a link to one approach. Another approach is to enable the Maven2 nature for your