I've fixed up the custom builder. Let me know if you see anything else suspicious.
http://geoext.org/builder/v0.7.html I've done some work recently to simplify the build service - with the goal of having more folks know how to use/fix it. It still falls short of easy to work with, but I'll try to improve this soon. In case I drop off the planet and someone else wants to take it over, the source is up on GitHub: http://github.com/tschaub/buildjs The build service is written in JavaScript and runs on the Java version of App Engine. I use RingoJS [1] as a module loader and find the AppEngineJS package [2] pretty handy (it provides something that feels like the Python App Engine API). Currently, the hardest part of getting set up to do development with BuildJS is manually pulling in the sources you want to build and hardcoding in the names of the projects. I'll try to find time to improve this in the near future. In the meantime, if anybody wants to play around with it locally, feel free to send questions directly. Tim [1] http://ringojs.org/ [2] http://www.appenginejs.org/ On 9/16/10 5:55 PM, Tim Schaub wrote: > Thanks for the heads-up on this. > > I'll pass on details about how others can work on this build tool soon > (meant to do that at the conference). > > Tim > > On 9/14/10 1:33 AM, Stéphane Brunner wrote: >> Hello, >> >> I try to download GeoExt from this page [1] but it don't seem to work. >> [1] http://geoext.org/builder/v0.7.html >> >> For example I select GeoExt.MapPanel and override-ext-ajax anf I don't >> have anything about GeoExt.MapPanel. >> >> It seem that only the last checked class in the list is included. >> >> CU and thanks in advance. >> Stéphane Brunner >> >> _______________________________________________ >> Dev mailing list >> [email protected] >> http://www.geoext.org/cgi-bin/mailman/listinfo/dev > > -- Tim Schaub OpenGeo - http://opengeo.org Expert service straight from the developers. _______________________________________________ Dev mailing list [email protected] http://www.geoext.org/cgi-bin/mailman/listinfo/dev
