Paul McMahan wrote:
If you pull the dojo src tree from svn there is an additional directory at buildscripts/profiles. You can use ant to build a custom dojo.js based on the profiles in there. Seems like the servlet could get passed a profile name and invoke ant to create the custom dojo.js on the fly. The output could be cached on disk for subsequent requests. This would allow us to use dojo's built in mechanism for creating customized profiles (adding additional ones if necessary) and make it easy to upgrade dojo without having to up rebuild a database or update the servlet code. Does this make sense?
That does make sense Paul.
But, how would you trigger ant from a servlet? Jay
