atteo / classindex

Index classes, do not scan them!
Apache License 2.0
263 stars 43 forks source link

Fix Eclipse JDT incremental compilation #34

Closed bozaro closed 9 years ago

bozaro commented 9 years ago

Example of error message:

[ant:iajc] [error] [ClassIndexProcessor] Can't write index file: createResource. Resource already created : CLASS_OUTPUT//META-INF/annotations/config.meta.ConfigRoot --- uri = file:/E:/Work/Project/build/classes/main/META-INF/annotations/config.meta.ConfigRoot

In Eclipse JDT we can't run createResource() for object loaded by getResource().

I test this changes on: