Use path variable in a module content root
Hi, not sure if i'm doing this wrong...
i setup a path variable IDE settings | path variables, BUILD_HOME
I'm trying to use this in a module content root for my project: $BUILD_HOME$
but IJ keeps telling me it wants to create the folder $BUILD_HOME$. The folder behind BUILD_HOME def. exists
~gilbert
Please sign in to leave a comment.
I think i found it...
You have to choose the absolute path, and IJ will auto-replace with the path variable in the iml file. Kinda nice, but a little obscure.
Yes, you are right.