Hi Stefan, On Saturday January 23 2010 01:29:48 Stefan Meyer wrote: > Hello, > > i use this in the application.js > > #asset(ma/*) > #asset(ma/system/*) > #asset(ma/modules/*) > #asset(ma/modules/home/*) > > In the folder system are 2 files > > and the first is no problem when i call the class in the firstfile > but the second isnt found. Why? The "#asset" directive is for resources (images, CSS files etc.). JS-Files (=classes) are automatically found by the generator if the class is referenced somewhere in your source code.
cheers, Alex ------------------------------------------------------------------------------ Throughout its 18-year history, RSA Conference consistently attracts the world's best and brightest in the field, creating opportunities for Conference attendees to learn about information security's most important issues through interactions with peers, luminaries and emerging and established companies. http://p.sf.net/sfu/rsaconf-dev2dev _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
