Here comes part two!

Aaron correctly identified two dailyanalysis related problems:

(1) When we migrated to Version 7, the daily analysis XML declaration files had to be refactored. In the process, two daily analyses got left out (File Metrics and Workspace).

(2) The FileMetrics SDT implementation is dependent upon the Activity SDT implementation, but this is not explicit (and had been hidden up to now by the presence of ant/lib in the compile environment).

I've just committed changes to fix these problems:

(1) The FileMetrics SDT module contained a 'dailyanalysis.project.xml' file. I've renamed that to 'dailyanalysis.filemetrics.xml'.
(2) I've added two additional daily analysis declarations to that file.
(3) I've added hackySdt_Activity as a dependent module in hackySdt_FileMetrics/local.build.xml.

To get these fixes:
(a) Do an SVN update.
(b) Do an 'ant -f autoconfig.build.xml' to update your modules.build.xml with the correct dependencies. (c) Do an 'ant hackyCore_Build.clean' to get rid of the dailyanalysis.project.xml file (if you want).

Cheers,
Philip

Reply via email to