JavaFX Ant Build => Run , ${idea.home}/lib does not exist
Answered
I create a JavaFX project and run Ant Build. Select SignalRClient10.xml(SignalRClient is my project name) and run Build in Ant Build Window. And then it appears the error message as below:
Does somebody how to solve this problem?
/home/oracle/IdeaProjects/SignalRClient10/signalrclient10.xml:136: /home/oracle/IdeaProjects/SignalRClient10/${idea.home}/lib does not exist.
Please sign in to leave a comment.
There is a checkbox "Use current idea instance for idea.home property" on Ant generation dialog. Please make sure it is selected when generating the Ant build.
As a workaround, please define this variable with the value in the ant properties.The path should be the IDE installation directory.
Thank you, Andrey Dernov. My problem is solved.