--On Wednesday, May 11, 2005 11:29 PM -1000 Aaron Kagawa <[EMAIL PROTECTED]> wrote:
Philip: do you want to use this Ant code anywhere in CSDL's build process?
ABSOLUTELY!!!!
What about the following:
- Update public server so that Ant task will work. - Update the hackyDevSite package to replace the "Build Archive" link in the navigation bar with a link entitled "Telemetry" which goes to a new page that contains a selection of interesting telemetry charts (review the Telemetry Wall charts to find some interesting candidates). - Configure a new Ant task to run once a night on hackydev which generates the set of charts you find interesting for hackystat and dumps them into a directory available to the web page pointed to by the "Telemetry" link.
The only tricky part is that the hackyDev webapp gets checked out and redeployed each night automatically. This means that you might want to actually make the chart dumper task a part of the redeployment process, occuring right after the webapp gets deployed. It might be best to encapsulate the chart dumping in its own build.xml file, and call out to it from the build.xml file associated with building the hackydevsite webapp.
Anyone see any problems with this approach?
Cheers, Philip
