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.

 

0
2 comments

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.

0
Avatar
Permanently deleted user

Thank you, Andrey Dernov. My problem is solved.

0

Please sign in to leave a comment.