hi,
  As a new one of qx, i know what some one really want with this topic. Some
time , we want to use qx like "jquery.js" although some time the qx's
toolchain is so useful. I give a expmple : 

1. cd qooxdoo-1.5-sdk/framework/
2. vi config.json
3. uncomment "build-all" like :
  "export":
  [
    "api",
    "api-data",
    "build-all",
...
save it.
4. ./generate.py build-all
5. we get build dir
6. cp -a build/* www<or any you work dir>
7. cd www
8. vi index.html , put 
&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.1//EN&quot; 
&quot;http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd&quot;&gt; 
<html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en"> 
    <head> 
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8"
/> 
        <title>Sample Page</title> 

         
        

         
         

         
         
    </head> 
</html>
9. do you see you app???
----------------------------------
hope it is helpful.!

--
View this message in context: 
http://qooxdoo.678.n2.nabble.com/compiling-qooxdoo-tp5298000p6610016.html
Sent from the qooxdoo mailing list archive at Nabble.com.

------------------------------------------------------------------------------
10 Tips for Better Web Security
Learn 10 ways to better secure your business today. Topics covered include:
Web security, SSL, hacker attacks & Denial of Service (DoS), private keys,
security Microsoft Exchange, secure Instant Messaging, and much more.
http://www.accelacomm.com/jaw/sfnl/114/51426210/
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to