Re: [eclipse 2.5] workspace parameter side-effect

2008-02-15 Thread Arnaud HERITIER
Sorry, I didn't see this thread. The issue is : http://jira.codehaus.org/browse/MECLIPSE-374 I renamed the ${eclipse.workspace} to ${eclipse.projectDir} because the parameter is really the directory where is write the configuration files for eclipse. There's no default value for this property and

Re: [eclipse 2.5] workspace parameter side-effect

2008-02-05 Thread Richard van Nieuwenhoven
Hi, The original use of this parameter was for this "strange" effect. When i introduced the new parameter i called it workspaceToConnect because the parameter workspace was in use. Arnaud fixed a jira (don't remember the number) that this effect has nothing to do with the workspace and renamed it

[eclipse 2.5] workspace parameter side-effect

2008-02-05 Thread nicolas de loof
Hello, setting the workspace parameter to my workspace has a strange side-effect : my eclipse .project files are not created in my project folder, but in my eclipse workspace directory. I like the idea to automagically detect available projects in my eclipse (MECLIPSE-344) but I prefer to have th