Minor issues with ant tasks building artifacts
I've created an artifact for a project, and added some pre- and post-build ant tasks. Two issues arose:
1) If the ant task starts with "-", I get an error like:
ant: @#IJIDEA#JUnitSupport#@Unknown argument: -pre-compile
2) The message window doubles "/" characters:
I'm running IJ 12.1.4 on OSX 10.8.4
Please sign in to leave a comment.
Hi Clyde,
Ant documentation states the following:
The ide indeed uses ant via its starter class, that's why it's not possible to directly call a task which name starts with hyphen.
Was unable to reproduce the problem with double slashes though.
Denis