// We normally would need to clean out the email list as well, except we
// know that all entries in current list will still be required
modifications.clear();
// Store OLEDate equivalents of now and lastbuild for performance
nowDate = new OLEDate(now.getTime());
OLEDate lastBuildDate = new OLEDate(lastBuild.getTime());
Server server = null;
try {
// Set up two view snapshots, one at lastbuild time, one now
View view = StarTeamFinder.openView(userName + ":" + password + "@" + url);