strange behaviour for path variables
I'm working on a project based on an eclise workspace.
The projet's modules classpaths were defined in the eclipse's .classpath files using variables.
I had imported that project in IDEA a long time ago and everything was working well.
Today i upgraded to the new 7.0.3 eap (7613) and since then, IDEA asks for new variables
there was one named CSO_WS_HOME, that pointed to the workspace root, and it was used in the iml files in library dependency definitions as for exampe jar://$CSO_WS_HOME$/myLib.jar.
THing is when I open the project, wlthough the CSO_WS_HOME variable is defined (with value = C:/Documents and Settings/A6253567/sandboxes/cso) , IDEA asks for one named "jar://C:/Documents and Settings/A6253567/sandboxes/cso", does that make sense ?
I've tried getting rid of the variables in the imls/ipr (replacing them with values based on MODULE_DIR) but to no avail : I manage to open the project ok, but IDEA silently decides to rewrite the imls based on CSO_WS_HOME everytime
Please sign in to leave a comment.
Hello Thibaut,
This is a regression bug which will be fixed in the next 7.0.3 EAP.
--
Dmitry Jemerov
Development Lead
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"
ok, nice then :)