Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compile / Run is failing when project path having space #1

Open
shivkumarganesh opened this issue Sep 1, 2012 · 1 comment
Open
Assignees
Labels
Milestone

Comments

@shivkumarganesh
Copy link

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.

@ghost ghost assigned rajmahendra Sep 1, 2012
@rajmahendra
Copy link
Member

This is a known issue.
The user need to have a path without space or special characters. The plugin is trimming the path if it finds any space in the path.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants