[EMAIL PROTECTED] wrote:
> Sorry.  I read:
>
> http://qooxdoo.org/documentation/0.7/skeleton
>
> and looks like my problem is that I tried to use a
> different drive and the document is correct: cygwin
> doesn't work right under Windows like that.  Once I
> place the skeleton on the same drive as qooxdoo and
> use only relative path, things work.
>
>   

Yes, relative paths are preferable, but you should still be able to use 
different drives, though.
Within cygwin, the tools and the underlying runtime usually play 
together well. Since cygwin mounts the drive letters under a common 
root, '/cygdrive/[a,b,c,...]', a

  QOOXDOO_PATH = ../../../c/qooxdoo-0.7.3/qooxdoo-0.7.3-sdk

should work fine if your app is in, say, d:\myapps\HelloWorld (which is 
/cygdrive/d/myapps/HelloWorld within cygwin). Maybe you give it a try.

HTH,
Thomas

-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to