What steps will reproduce the problem?
1. Create an @Entity class foo.Bar in the directory foo.
2. Create an baz.ObjectifyService.java in directory.
3. Compile foo/*.java
What is the expected output? What do you see instead?
This kills the compile process completely, with not warn/err or any source
output even for other unrelated sources in the package.
What version of the product are you using? On what operating system?
Objectify v4.0b1
Please provide any additional information below.
Correcting the package decls to agree gets compilation working again, so
presumably the Objectify preprocessor is failing with the mis-matched
package/directory and then killing the rest of the build.
Original issue reported on code.google.com by pablo.ma...@gmail.com on 20 Jun 2013 at 8:02
Original issue reported on code.google.com by
pablo.ma...@gmail.com
on 20 Jun 2013 at 8:02