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

Gradlew tasks not working #13

Open
RomuloPBenedetti opened this issue Aug 23, 2016 · 3 comments
Open

Gradlew tasks not working #13

RomuloPBenedetti opened this issue Aug 23, 2016 · 3 comments

Comments

@RomuloPBenedetti
Copy link

Command failed: /home/romulo/CropModelsUFSM/Github(git)/CropModelsUFSM/gradlew tasks
/bin/sh: 1: Syntax error: word unexpected (expecting ")")
Hide Stack Trace
Error: Command failed: /home/romulo/CropModelsUFSM/Github(git)/CropModelsUFSM/gradlew tasks
/bin/sh: 1: Syntax error: word unexpected (expecting ")")
at ChildProcess.exithandler (child_process.js:214:12)
at emitTwo (events.js:100:13)
at ChildProcess.emit (events.js:185:7)
at maybeClose (internal/child_process.js:850:16)
at Socket. (internal/child_process.js:323:11)
at emitOne (events.js:90:13)
at Socket.emit (events.js:182:7)
at Pipe._onclose (net.js:477:12)

Some shell parsing problem maybe?

@noseglid
Copy link
Member

Ah, I'm willing to bet the problem is with the folder name Github(git), could you try from a folder which does not have paranthesis?
If that is the case, it should probably be escaped properly.

@RomuloPBenedetti
Copy link
Author

Yes, I've removed parenthesis for now, I would suggest single quoting paths as it will guaranty no special meaning to any character.
spectacle m11554

@noseglid
Copy link
Member

Cool. Thanks for the report

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

No branches or pull requests

2 participants