AtomBuild / atom-build-gradle

Gradle plugin for atom-build
MIT License
3 stars 7 forks source link

Gradlew tasks not working #13

Open RomuloPBenedetti opened 8 years ago

RomuloPBenedetti commented 8 years ago

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 commented 8 years ago

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 commented 8 years ago

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 commented 8 years ago

Cool. Thanks for the report