$PROJECT_DIR$ in Working Directory (under Run/Debug Configurations)

When I create a new run configuration the Working Directory field is always filled in by default with $PROJECT_DIR$. When I run the project, IDEA complains that it cannot find a directory named $PROJECT_DIR$.

Is that $PROJECT_DIR$ thing supposed to be there? Or is that a bug? I'll report it then.

S.

0
1 comment

On 2007-04-05 16:55:33 +0400, Stefan Arentz <no_reply@jetbrains.com> said:

When I create a new run configuration the Working Directory field is
always filled in by default with $PROJECT_DIR$. When I run the project,
IDEA complains that it cannot find a directory named $PROJECT_DIR$.

Is that $PROJECT_DIR$ thing supposed to be there? Or is that a bug?
I'll report it then.

S.


There was a bug in previous EAPs that caused template configurations to
store $PROJECT_DIR$ instead of expanded value. The bug is now fixed but
you'll have to correct your template configuration.

0

Please sign in to leave a comment.