Skip to content

Commit

Permalink
Add info about usage in Eclipse
Browse files Browse the repository at this point in the history
Change-Id: Ie1b94316496f6175d71deecd3b0aecf2565da2f4
Refs: #5
  • Loading branch information
sentinelt committed Mar 25, 2013
1 parent f886c3a commit 72d8d59
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,12 @@ For subclasses of the given class the index file name and format is compatible w

For classes inside given package the index file is named "jaxb.index", it is located inside the package folder and it's format is compatible with what [JAXBContext.newInstance(String)](http://docs.oracle.com/javase/7/docs/api/javax/xml/bind/JAXBContext.html#newInstance(java.lang.String)) expects.

Eclipse
=======
Eclipse uses its own Java compiler which is not strictly standard compliant and requires extra configuration.
In Java Compiler -> Annotation Processing -> Factory Path you need to add both evo-classindex and Guava jar files.
See the [screenshot](https://github.com/atteo/evo-classindex/issues/5#issuecomment-15365420).

Download
========

Expand Down

0 comments on commit 72d8d59

Please sign in to comment.