I noticed today that <rmic> complained it could find the file it was supposed to compile but the build succeeded anyway. This is fine for my situation, but it seems like something that should have been a fatal error. Here's the relevant output: rmi: error: Class com.names.changed.to.protect.the.Innocent1 not found. 1 error error: Class com.names.changed.to.protect.the.Innocent2 not found. 1 error [...snip...] BUILD SUCCESSFUL ...
