Hi Jim,
> Yes, I am aware of the different directories. The source/script 
> directory ends up with a single file in it, {applicationName}.js that 
> contains the script links and not the code. It does contain links to 
> all my files so I know it finds them and knows to use them, it's just 
> not doing the correct make. I am updating the the absolute latest code 
> (the code I was using was from Friday) to see if it makes any difference.
this is the expected bahaviour for "make source" or just make. Is your 
application working if you include the custom.js from the source/script 
directory?

I think part of the confusion come from the fact that the default make 
target is now "source" and no longer "build" because most of the time 
this is what most developer need while working and debugging an the app.

What you want is a complete build using "make build" this will create 
the custom.js inside "build/script" and should copy your index.html to 
build as well. If everything is set up correctly you will find your self 
contained qooxdoo application inside the build directory.


I hope this helps,
Best Fabian

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to