On Fri, Nov 27, 2009 at 20:14, Vivian Cheng <[email protected]>wrote:
> I am using a imac with snow leopard 10.6, running Terminal (with bash
> shell in it).
>
> I've tried very hard to do the
> followings<http://qooxdoo.org/documentation/0.8/helloworld>
> :
>
> "*To create an application custom in your home directory, change to your
> home directory (just cd). With a qooxdoo SDK available
> at /opt/qooxdoo-0.8.3-sdk, call the script as
> follows:/opt/qooxdoo-0.8.3-sdk/tool/bin/create-application.py --name=custom
> --out=.*"
>
> mika:~ mika$ cd
> mika:~ mika$
> mika:~ mika$
> /tutor/Tutorials/qooxdoo/qooxdoo-0.8.3-sdk/tool/bin/create-application.py
> --name=custom --out=.
> -bash:
> /tutor/Tutorials/qooxdoo/qooxdoo-0.8.3-sdk/tool/bin/create-application.py:
> No such file or directory
> mika:~ mika$
>
> While mika:~ mika$
> '/Users/mika/tutor/Tutorials/qooxdoo/qooxdoo-0.8.3-sdk/tool/bin/create-application.py'
> is
> clearly working (it was displayed), I think the problem lies in *--name=custom
> and --out=.*
>
> Can someone help me out? TIA
>
You have entered a fully-qualified path name beginning with a slash. Do you
have a tutor directory in the root of your file tree? Likely not. From the
later statement it appears that tutor is a subdirectory of your home
directory. You should either remove the leading slash from the command or
use a tilde to represent your home directory or prepend the path to your
home directory. Assuming that /Users/mika is your home directory and that
/Users/mika/tutor/Tutorials/qooxdoo/qooxdoo-0.8.3-sdk/tool/bin/create-application.py
exists and is executable, any of these three should work:
mika:~ mika$
tutor/Tutorials/qooxdoo/qooxdoo-0.8.3-sdk/tool/bin/create-application.py
--name=custom --out=.
mika:~ mika$
~/tutor/Tutorials/qooxdoo/qooxdoo-0.8.3-sdk/tool/bin/create-application.py
--name=custom --out=.
mika:~ mika$
/Users/mika/tutor/Tutorials/qooxdoo/qooxdoo-0.8.3-sdk/tool/bin/create-application.py
--name=custom --out=.
Derrell
------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now. http://p.sf.net/sfu/bobj-july
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel