{
try
{
ClassFile cf = loadClassFile(file);
log.debug("Deploying possibly annotated class " + cf.getName() + " into " + manager);
loader.deployClassFile(cf);
}
catch (Exception e)
{
//Unwind things already installed, in the reverse order
for (int i = deployedFiles.size() - 1; i >= 0 ; i-- )