Hi Loïc, thanks. my fault: i actually didn't have any leading whitespaces or stars at the beginning of the line.
i tried: /* #require(path.to.my.*) */ but this definetly does not work. the problem is the star in "path.to.my.*" after that i tried /* #require(path.to.my.ObjectA) #require(path.to.my.ObjectB) #require(path.to.my.ObjectC) */ and this finally works (but made me run into another problem with the build version concerning usage of private variables in callback functions... aaaaargggghhhh) ;-) Loïc Bresson -- Novlog wrote: > > I also had to instantiate objects using their class name. > The #require hint was not working when it was not at the very beginning of > the > line. Try: > /* > #require(path.to.my.*); > */ > with no leading "*". There was also a bug with leading whitespaces > (http://bugzilla.qooxdoo.org/show_bug.cgi?id=2886), but this may be fixed > depending on the qooxdoo version you are using. > -- View this message in context: http://n2.nabble.com/dynamic-objects-using-eval-build-problem-tp4453339p4453969.html Sent from the qooxdoo mailing list archive at Nabble.com. ------------------------------------------------------------------------------ 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
