[jira] Commented: (MPECLIPSE-66) Custom eclipse variables in .classpath generation

2005-01-28 Thread jira
The following comment has been added to this issue: Author: Nils-Helge Garli Created: Fri, 28 Jan 2005 2:12 PM Body: I do realise that it might sound a bit out of scope of a maven-plugin, but reality is that we cannot use the eclipse goals if this is not implemented, as we would

[jira] Commented: (MPECLIPSE-66) Custom eclipse variables in .classpath generation

2005-01-28 Thread jira
The following comment has been added to this issue: Author: Nils-Helge Garli Created: Fri, 28 Jan 2005 1:33 PM Body: They don't. It's only inside eclipse for integration test clients that we run manually. So it's only relevant for setting up the eclipse project correctly, not for

[jira] Commented: (MPECLIPSE-66) Custom eclipse variables in .classpath generation

2005-01-28 Thread jira
The following comment has been added to this issue: Author: David Eric Pugh Created: Fri, 28 Jan 2005 10:40 AM Body: Okay.. I see, so you are pulling in system wide property files. Now, my question is, how (if you aren't using Eclipse, but instead using Maven) and running goals

[jira] Commented: (MPECLIPSE-66) Custom eclipse variables in .classpath generation

2005-01-27 Thread jira
The following comment has been added to this issue: Author: Nils-Helge Garli Created: Thu, 27 Jan 2005 5:20 PM Body: Yes, and we do that already for project local properties that reside in a project relative folder. But this is for system wide property files in folders that are r

[jira] Commented: (MPECLIPSE-66) Custom eclipse variables in .classpath generation

2005-01-27 Thread jira
The following comment has been added to this issue: Author: David Eric Pugh Created: Thu, 27 Jan 2005 4:13 PM Body: This is what we use: maven.eclipse.classpath.include=src/conf,src/test-resources That adds the src/conf and src/test-resources to the classpath and then everything

[jira] Commented: (MPECLIPSE-66) Custom eclipse variables in .classpath generation

2005-01-27 Thread jira
The following comment has been added to this issue: Author: Nils-Helge Garli Created: Thu, 27 Jan 2005 3:02 PM Body: For instance, in our current project, we need to have an external folder with some property files in the classpath. In Eclipse 2.1, one would solve this by adding

[jira] Commented: (MPECLIPSE-66) Custom eclipse variables in .classpath generation

2005-01-27 Thread jira
The following comment has been added to this issue: Author: David Eric Pugh Created: Thu, 27 Jan 2005 2:34 PM Body: Can you provide more detail on what you are trying to accomplish? What would be a use case for more variables? -