Unfortunately the change to package_info.java has uncovered a bug in the incremental compiler:
https://jira.codehaus.org/browse/MCOMPILER-205 This slows up retesting. Two possible workrounds: - exclude the package_info.java files from compilation - add something to the files so that the compiler generates a class file If we are sure that the package_info.java files are javadoc only, the first method is quite easy to implement (e.g. see NET pom.xml) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org