-
Notifications
You must be signed in to change notification settings - Fork 2
Description
I am trying the plugin in following platform
Ubuntu
Java 1.7
Gradle 1.0
I can create a visageProject and created one visge file and i tried to compile my project
When it completes the compiling i got this error
roger@roger-VPCEG2AEN:~/Projects/Git Projects/Visage/VisageProjects/VisageSampleApps$ gradle clean compileVisage
Dynamic properties are deprecated: http://gradle.org/docs/current/dsl/org.gradle.api.plugins.ExtraPropertiesExtension.html
Deprecated dynamic property: "mainVisageClass" on "root project 'VisageSampleApps'", value: "javafx.HelloVisageFX".
:clean
:compileJava UP-TO-DATE
:compileVisage
visagec: invalid flag: Projects/Visage/VisageProjects/VisageSampleApps/build/classes/main
Usage: visagec
use -help for a list of possible options
BUILD SUCCESSFUL
the path i am running the command is /Projects/Git Projects/Visage/VisageProjects/VisageSampleApps
When i move my project which is not using any space in project name its working fine.