if ( !("NONE".equals(list)) ) {
Object[] array=ram.allAspects().toArray();
for (int i = 0; i < array.length; i++)
System.err.println("Aspect[" + i + "]: " + array[i]);
}
server.stop();
exitCode =0;
}
catch (java.lang.ClassNotFoundException cannotFoundClass) {
System.err.println("prose: *Error* The class '" + aspectToInsert + "' could not be found in the classpath");
}