Hi Christian, panyasan wrote: > Hi, > > scouting through the 0.8 SVN SDK code, I see a "buildtool" component which > looks interesting. I haven't found any documentation on this, can you tell > us what this will do exactly? Is it functional? >
We recently discussed the buildtool and decided to push it out into qooxdoo-contrib. It is a legacy application that supported the qooxdoo 0.7 tool chain. The general idea was "Interact with the SDK through a browser" which is still interesting. But there is even a newer approach to that (the toolbox). buildtool could edit 0.7 Makefile variables and launch make runs, like "make source", "make build", etc. It did all that communicating with a custom mini-webserver which Python has out-of-the-box. Most of its code is about starting the mini-webserver and passing files and commands through it to and fro. HTH, Thomas > Thanks, > > Christian > ------------------------------------------------------------------------------ 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
