Could you add support for Java or JavaFX classpath variables?
The following entry from .classpath file causes compilation error (Classes from the jar are not visible):
<classpathentry kind="var" path="M2_REPO/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.jar" sourcepath="M2_REPO/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1-sources.jar"/>
The following entry also does not work:
<classpathentry kind="lib" path="S:/maven-repository/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.jar"/>
No compilation errors, but the JavaFx classes are not compiled (No .class files in target folder, only .fx files).
I'm using version 1.3.2.
PS. As you can see support for m2eclipse would be nice ;-)
Best regards
DAN

I will fix path variable
I will fix path variable support as soon as possible.
I implemented resolving of
I implemented resolving of classpath variable entries for JavaFX builder. You can get the latest changes from http://download.exadel.org/javafx_plugin/updates/stable/
Thanks, it works. Will the
Thanks, it works. Will the plugin support Maven dependencies?
I think, it's responsibility
I think, it's responsibility of m2eclipse or IAM plug-ins.