Removed because doens't work with java and cygwin. Cygwin uses path in unix format, and java dos format under windows, so it fails always when using absolute path. On relative path it works if escaping characters are not used.
Last edit: dragomerlin 2015-08-18
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Use SCRIPT_DIR but preserve unix end of line.
FIXED in current version.
Removed because doens't work with java and cygwin. Cygwin uses path in unix format, and java dos format under windows, so it fails always when using absolute path. On relative path it works if escaping characters are not used.
Last edit: dragomerlin 2015-08-18