Friday, July 28, 2006

Project Analyzer .PAM Macro To Run Summary

log "c:\mylog.log"

Analyze "c:\Projects\Dod.CHCSII\Source.Net\DoD.CHCSII.BusinessEntities.sln"
SetReport html "c:\vbnet1.htm"
Report Summary

Analyze "c:\Projects\Dod.CHCSII\Source.Net\DoD.CHCSII.BusinessLayer.sln"
SetReport html "c:\vbnet1.htm"
Report Summary

Analyze "c:\Projects\Dod.CHCSII\Source.Net\Dod.Chcsii.Lgs.sln"
SetReport html "c:\vbnet1.htm"
Report Summary

Analyze "c:\Projects\Dod.CHCSII\Source.Net\DoD.CHCSII.Shared.sln"
SetReport html "c:\vbnet1.htm"
Report Summary

Analyze "c:\Projects\Dod.CHCSII\Source.Net\LGS\DoD.CHCSII.EnvironmentChanger\DoD.CHCSII.LGS.EnvironmentChanger.sln"
SetReport html "c:\vbnet1.htm"
Report Summary

Analyze "c:\Projects\Dod.CHCSII\Source.Net\LocalCache.sln"
SetReport html "c:\vbnet1.htm"
Report Summary

Analyze "c:\Projects\Dod.CHCSII\Source.Net\LocalcacheONLY.sln"
SetReport html "c:\vbnet1.htm"
Report Summary

Ruby Script To Insert Lines In A File

f = File.new("/vbproj.txt")
begin
while (line = f.readline)
$stdout.print line
$stdout.print "SetReport csv " + 34.chr + "c:\\singleton3.csv" + 34.chr + "\n"
$stdout.print "Report Summary\n"
end
rescue EOFError
f.close
end

Friday, July 07, 2006

Quill and Plone

Quills .9 uses Plone 2.1.3 or 2.1.2

Plone 2.1.3 - Products tarball (requires Zope 2.7.8 or 2.8.7 and Python 2.3.5 installed)