On 07/14/2010 05:07 PM, Charlie wrote: > ... > it's working for both SRC and BUILD.
Great :). > [Using dots instead of slash does not seem to work, should it? Where?] No, it shouldn't. The only place where you have a dot notation is with package and class names, as in "my.foo.ClassA". With resources you only have slashes. If you want to take a quick look at a canonical example, run create-application.py -n sample -s foo.bar.baz This will create a skeleton application with a complex name space "foo.bar.baz". So the main application class is named "foo.bar.baz.Application", and it uses an image test.png which is referenced as "foo/bar/baz/test.png", and this is also its path under source/resource. The #asset hint is accordingly. T. ------------------------------------------------------------------------------ This SF.net email is sponsored by Sprint What will you do first with EVO, the first 4G phone? Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
