Is there path macros in IntelliJ IDEA that points to project directory ?
In build 10.5.2 that I have
${PROJECT_DIR}
is null.
Thanks!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Some fields in IDEA run/debug configuration indeed accept
${PROJECT_DIR}and${MODULE_DIR}variables, for example the working directory field, however it’s not available in all the fields, like in your case when you want to pass a parameter to the GWT compiler.There is already an open issue related to your request, but you can file another one if you want.