google-code-export / objectify-appengine

Automatically exported from code.google.com/p/objectify-appengine
MIT License
1 stars 0 forks source link

Compile of sources with mismatched package names silently fails. #163

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
This sounds like a basic Java issue. There is no Objectify preprocessor.

Original comment by lhori...@gmail.com on 20 Jun 2013 at 11:29