Please see here: http://news.qooxdoo.org/compiler-hints-in-qooxdoo-3
T. On 09/03/2013 12:23 PM, Raphael Schweikert - Vertec AG wrote: > Since updating to Qooxdoo 3, when compiling my qooxdoo JS code I get the > following warning message: > >> Warning: myprojectname.Application: '#' compiler hints are deprecated. Use >> the corresponding '@' JSDoc hints instead (see manual). > > The line number points to the following line: > >> #asset(myprojectname/*) > > When I change this to read: > >> @asset(myprojectname/*) > the warning is gone, however, no resource assets actually get copied. I’ve > tried using full paths instead of wildcards but the result was the same. Can > anyone confirm this or have an idea what might cause this? > > -- Raphael > ------------------------------------------------------------------------------ > Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more! > Discover the easy way to master current and previous Microsoft technologies > and advance your career. Get an incredible 1,500+ hours of step-by-step > tutorial videos with LearnDevNow. Subscribe today and save! > http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk > _______________________________________________ > qooxdoo-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel > > ------------------------------------------------------------------------------ Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more! Discover the easy way to master current and previous Microsoft technologies and advance your career. Get an incredible 1,500+ hours of step-by-step tutorial videos with LearnDevNow. Subscribe today and save! http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
