Relative path in project settings
In Aurora, there are now 3 files:
*.ipr
*.iws
*.iml (added)
Each of then are XML files that contain
this root element:
]]>
relativePaths is at false in all 3 files,
But I can't just move the config files
to another location, because then the IDE won't open my files (Ant build...) correctly.
Is there a clean way (without having to manually modify the XML files) to work either with relative paths or absolute paths ?
My basic need is to be able to move the *.ipr, *.iws, *.iml wherever I want, and still be able to open my project.
Thanks.
Dan/
请先登录再写评论。
File | Project Properties | Paths | Store all paths relative to project
file.
--
Valentin Kipiatkov
JetBrains, Inc
http://www.intellij.com
"Develop with pleasure!"
"dan" <jiveadmin@jetbrains.com> wrote in message
news:7424233.1048755725297.JavaMail.jrun@is.intellij.net...
>
>
>
build...) correctly.
>
work either with relative paths or absolute paths ?
>
want, and still be able to open my project.
>