RE: Using Maven as Eclipse class-path container

2005-11-08 Thread Jörg Schaible
Kenney Westerhof wrote on Tuesday, November 08, 2005 9:25 AM: > On Tue, 8 Nov 2005, [iso-8859-1] Jörg Schaible wrote: > >>> A problem might be that eclipse >>> doesn't have the concept of scopes for its dependencies. >> >> It has. You can define dependencies to be "exported". >> > > Isn't that

RE: Using Maven as Eclipse class-path container

2005-11-08 Thread Kenney Westerhof
On Tue, 8 Nov 2005, [iso-8859-1] Jörg Schaible wrote: > > A problem might be that eclipse > > doesn't have the concept of scopes for its dependencies. > > It has. You can define dependencies to be "exported". > Isn't that on by default? And does that provide for 'test' dependencies not being visi

RE: Using Maven as Eclipse class-path container

2005-11-07 Thread Jörg Schaible
Marcel Schutte wrote on Tuesday, November 08, 2005 8:48 AM: > Sounds like a good idea. I think the eclipse plugin works > only in the opposite direction, generating .classpath etc > files for eclipse to use. A problem might be that eclipse > doesn't have the concept of scopes for its dependencies.

Re: Using Maven as Eclipse class-path container

2005-11-07 Thread Marcel Schutte
Sounds like a good idea. I think the eclipse plugin works only in the opposite direction, generating .classpath etc files for eclipse to use. A problem might be that eclipse doesn't have the concept of scopes for its dependencies. Marcel --- Michael Böckling <[EMAIL PROTECTED]> wrote: > Hi, > >

Re: Using Maven as Eclipse class-path container

2005-11-07 Thread Brett Porter
On 11/8/05, Michael Böckling <[EMAIL PROTECTED]> wrote: > Are there any informations about this topic? Maybe the soon-to-be > released M2 Eclipse plugin > (http://jira.codehaus.org/secure/BrowseProject.jspa?id=11093) can do this? Correct, and more. - Brett ---

Using Maven as Eclipse class-path container

2005-11-07 Thread Michael Böckling
Hi, I'd like to know if there is, or if there are any plans to create, an Eclipse plugin that cann add a Maven2 class-path container to a project, so there is a way to use the Maven artifact resolver (adding dependencies automatically to the Eclipse classpath) inside Eclipse. This would be es