Hi,
Please try and let me know your views.
there are some TODO i yet to implement.. main is hide runVisage inside the plugin...
How to make it work...
1) you need to install javafx, download and make Visage compiler
2) set JavaFX_Home path or you can use jdk 7 inbuilt javafx jar....
3) set Visage_home on visage compiler path and set to PATH variable
4) build VisageFX.jar and place it in Visage_Home/lib folder
5) download gradle and set gradle_home and sent to path
you are all set now....
save it and in command prompt type
gradle creaetVisageProject
it will ask for projectname, group name and version
now you are all done.
write your code inside src/main/visage folder
to compile use
gradle compilev or compilevisage
once you have a successful compile
open your build.gradle and you have a variable mainVisageClass=''
Set your fully qualified path of your visage main class
ex.
mainVisageClass='visage.javafx.scene.effect.EffectTest'
save file and in command promote type...
gradle runv or runvisage
You must have see your app running
I yet to implement more... love to listen to your feedbacks.....