ref:
I would like to use an environment variable or IDE construct to access the compiletime.jar in the CustomBuildAction, so the same exact CBA line can be in any project on any computer I use despite installation/setup path differences.
Is there a mechanism to reference the IDE SharedFiles path in a CBA that isn't an absolute or relative path, that the IDE supports? I'd rather not implement my own environment variable, or pop it into JAVABIN.
or similar.
B4X:
#CustomBuildAction: folders ready, %JAVABIN%\java.exe, -jar C:\Users\H\Downloads\compiletime.jar
I would like to use an environment variable or IDE construct to access the compiletime.jar in the CustomBuildAction, so the same exact CBA line can be in any project on any computer I use despite installation/setup path differences.
Is there a mechanism to reference the IDE SharedFiles path in a CBA that isn't an absolute or relative path, that the IDE supports? I'd rather not implement my own environment variable, or pop it into JAVABIN.
B4X:
#CustomBuildAction: folders ready, %JAVABIN%\java.exe, -jar %Shared+Files%\Utils\compiletime.jar