System.exit(1);
return;
}
}
Services servlets = new Services(src,"gap.service.Servlet");
if (!servlets.dropTouch()){
if (!servlets.getParentFile().isDirectory()){
System.err.println("Error, parent directory not found: '"+servlets.getName()+"'.");
System.exit(1);
return;
}