Chris Banford wrote: > thron7 wrote: >>>> C:\qooxdoo-0.8-sdk\tool\bin\create-application.py --name=custom >>>> --out=C: >>>> >>> command was failing due to there being spaces and other crud in the >>> path to my qooxdoo-0.8-sdk folder. >>> >> >> If this hints at a general problem we'd like to hear about it. >> > > I originally tried to use a path like the following: > > "C:\Folder with Spaces and Uppercase\-- folder with other chars > --\qooxdoosdk\tool\bin\create-application.py --name=custom --out=C:" > > which failed. I moved the qooxdoo sdk directly under C: (less typing) > and made sure there were no spaces, all lower-case and no chars like a > '-' in the path, then it worked. I put a short note about this on the > wiki.
Well, this can't be it, can it?! Since you said you are using Windows cmd as the shell, the answer to spaces in paths is quoting, right?! Which is the general answer to all spaces in paths within cmd, whether they are in executable programs or command line parameters. So the hint can't be: Don't put spaces in your path to qooxdoo. - The hint must be: Respect the path handling constraints of your shell. Thomas ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ qooxdoo-devel mailing list qooxdoo-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel