Hi Timo! Timo Kiefer wrote: > Hi, > > i want to create a build job that generate me the js file with only the > compiled class files? > is this possible with the current generator 0.8.2? >
Mh, I presume when you say "only the compiled class files" you mean without loader and globals code?! It is not possible with 0.8.2 (but its fairly easy to cut the class code from the generated js). In trunk, you can use the packages/loader-with-boot : false setting to achieve this. HTH, T. > thanks > timo > > ------------------------------------------------------------------------------ > Are you an open source citizen? Join us for the Open Source Bridge conference! > Portland, OR, June 17-19. Two days of sessions, one day of unconference: $250. > Need another reason to go? 24-hour hacker lounge. Register today! > http://ad.doubleclick.net/clk;215844324;13503038;v?http://opensourcebridge.org > _______________________________________________ > qooxdoo-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel > > > ------------------------------------------------------------------------------ Are you an open source citizen? Join us for the Open Source Bridge conference! Portland, OR, June 17-19. Two days of sessions, one day of unconference: $250. Need another reason to go? 24-hour hacker lounge. Register today! http://ad.doubleclick.net/clk;215844324;13503038;v?http://opensourcebridge.org _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
