I followed the (excellent) tutorial on deploying a Java FX app at:
http://code.makery.ch/library/javafx-8-tutorial/part7/
The tutorial creates a build.fxbuild file, where I populate an application version number field. As far as I understand this file is used by e(fx)clipse to generate a file that will be used by the Ant build tool.
I would like to retrieve this value programatically so I may know what version of my app I am currently running.
Is it possible?