Codebase list plm / 03135df
Imported Upstream version 1.98 Martin Quinson 10 years ago
1 changed file(s) with 1 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
7171 if (s == null) // Debian jar files are a bit strange here
7272 s = ExerciseTemplated.class.getResourceAsStream("/src"+resourceName);
7373 if (s == null) {
74 // file not found, give up
75 System.out.println("[DEBUG] I did not found "+fileName+" as a resource.");
74 // file not found, give up. No logs here, as it is ok that some entities do not exist in some languages
7675 throw new FileNotFoundException(file + "with extension " + extension + " could not be found.");
7776 }
7877