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

0
2 comments

Nobody used path variables?

0

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

0

Please sign in to leave a comment.