On Fri, 19 Jul 2013 01:10:23 +0100, sebb wrote:
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)


We switched to "package-info.java" quite some time ago already, but
this problem appeared recently:
  http://markmail.org/message/zjkezy62tf2jwue5

In the interval, everything was still fine. There must have been another change that entailed the visibility of the bug for the Commons Math build.

Gilles


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org

Reply via email to