Thanks for the hints Michael. Have you ever tried using Jython to launch the qooxdoo build scripts ? It would help to get rid of the python installation on the build machine.
Vincent 2009/5/8, Michael Hartmeier <[email protected]>: > Hi, > > in qwt (which is built with maven), I have a "qooxdoo" maven module that > packages qooxdoo (js + images) into a jar file. However, that's probably > not what you want to do because that Jar contains the original > JavaScript sources of every qooxdoo file (in individual files, without > compression, plus dependency information). Qwt's servlet re-implements > the necessary parts of qooxdoo's build system in Java to serve requests: > it computes the source files you actually need, and it performs JS > compression (not as good as qooxdoo's, but good enough for qwt). > > What you could do: invoke qooxdoo's build system from a maven module to > generate one qooxdoo file that contains all the JavaScript you need for > your application. Package this JavaScript in the module's jar file (and > maybe add the images) and reference into this jar file from your server. > You'd need Pythin 2.4+ on your build machine ... > > Regards > > Michael ------------------------------------------------------------------------------ The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your production scanning environment may not be a perfect world - but thanks to Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700 Series Scanner you'll get full speed at 300 dpi even with all image processing features enabled. http://p.sf.net/sfu/kodak-com _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
