Jimdo / gradle-apt-plugin

A Gradle plugin for the Java annotation processor tool
Apache License 2.0
47 stars 10 forks source link

Compile shows 'cannot find symbol' #5

Open djj0809 opened 10 years ago

djj0809 commented 10 years ago

I use this plugin for a java project to generate jpa meta model, but when compiling, it complains like this:

    :ad-core:compileJava
    /home/***/ad/core/query/spec/WordInfoPoSpecs.java:18: cannot find symbol
    symbol  : class WordInfoPo_
    location: package ***.ad.core.po
    import ***.ad.core.po.WordInfoPo_;

But it does compile success, and I guess these are just warnings.... Do you hava any idea how to get rid of it?

futtetennista commented 10 years ago

No. I've never seen such warning in my projects, it could be related to Hibernate but in that case I cannot help since I don't have any experience with it.