2009/1/10 Deepak Mishra <[email protected]>

>
>
>> I noticed two things that might be related.
>>
>
>> (1) It appears that the qooxdoo-test app relies on a lot of things in
>> the qooxdo-0.8.1-sdk directory. It references them with relative paths
>> (../../qooxdoo-0.8.10sdk/blah).
>
>
> It is precisely due to this reason you are unable to see the "source"
> version.
> You can however view the "build" version from a web server without any
> problems, which can be generated using ./generate.py build.
>
> You should view the source version directly by typing in the path in the
> browser. "file:///home/jonathan/app/source/index.html
> Most issues like testing ajax etc. can be done without hosting your
> application on a web server
>

You could also do this:
Sine the html page & scripts use the relative path -
<script charset="utf-8" src="../../qooxdoo-0.8.1-
sdk/framework/source/class/qx/Bootstrap.js">

you can also solve this problem by copying the qooxdoo-0.8.1/ folder to "2"
levels up your application folder.
for eg if your application is in folder :  /var/www/html/jgardner
copy qooxdoo-0.8.1/ to /var/www directory. You might need to add a directive
to your apache config file

xask.linus was here

>
>
>
>>
>> (2) The "Resolving Dependencies" step takes a very long time, greater
>> than a minute.
>>
>
> Resolving dependencies will take a lot of time the first time. After the
> first time it will cache data into a cache directory so that future
> operations are faster.
>
>
>>
>>
>> Any assistance would be appreciated.
>>
>> By the way, I am trying out Qooxdoo because of Kenny Tilton's articles
>> on Smug Lisp Weeney. I blame him for generating enough interest in it to
>> actually try it out and then report my problems when it isn't working.
>> It's his fault.
>
>
> Come on man ! Its your fault. Qooxdoo is just too interesting to ignore.
>
>>
>>
>>
>> ------------------------------------------------------------------------------
>> Check out the new SourceForge.net Marketplace.
>> It is the best place to buy or sell services for
>> just about anything Open Source.
>> http://p.sf.net/sfu/Xq1LFB
>> _______________________________________________
>> qooxdoo-devel mailing list
>> [email protected]
>> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
>>
>
>
------------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It is the best place to buy or sell services for
just about anything Open Source.
http://p.sf.net/sfu/Xq1LFB
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to