How to use path variables
and where is their definition stored?
Is there - for instance - in the module's output path input field
(project settings) some implicite variable "moduleName" available, so I
can write something like '$/classes/$'?
--
Lars Köhler
Please sign in to leave a comment.
Nobody used path variables?
I did.
From what I know they work transparently. Means
you:
- define a variable targeting E:\lib.java - define a library consisting of E:\lib.java\lib\lib.jar --> will get transparently stored as \lib\lib.jar
somebody else:
- define targeting D:\work\libs
- opening the above project will pick up the referenced library from D:\work\libs\lib\lib.jar
You will need no Variable as for this exists the flag "Relative to module file"
Regards,
Robert