MODULE_DIR in 90.94
I usually set Working Directory to: $MODULE_DIR$ so that tools like JUnit always run tests in the base directory of my module.
Has this variable been removed in 90.94? When I start it I get an error that MODULE_DIR is not defined. See screenshots.
-- James
Attachment(s):
Screen shot 2009-10-26 at 12.20.44 AM.png
Screen shot 2009-10-26 at 12.21.37 AM.png
Please sign in to leave a comment.
Hello James,
Thank you. There is really something inconsistent, I've created http://youtrack.jetbrains.net/issue/IDEADEV-41001
Alexander.
Thank you Alexander. I see a comment on the ticket that indicates we shouldn't be using $MODULE_DIR$. That's interesting. I use it on almost all my projects/modules, so I hope it doesn't get removed in a future release. Or if it does I hope it is replaced with some other way to specify a working directory that is based on the module root.
I bet that's something many users also need in order for things like unit tests to run predictably across machines.
thanks
-- James