You probably have the wrong doc syntax. It should be /** * @asset(...) * */
Cheers, Fritz On Tue, 3 Sep 2013, 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 > > -- Oetiker+Partner AG tel: +41 62 775 9903 (direct) Fritz Zaucker +41 62 775 9900 (switch board) Aarweg 15 +41 79 675 0630 (mobile) CH-4600 Olten fax: +41 62 775 9905 Schweiz web: www.oetiker.ch ------------------------------------------------------------------------------ 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
