My question is how do I find and remove a wrong library reference from Grails app.
What happened was:
- I have a working Grails app.
- I added Astyanax jar to "/lib" folder and added it to the Build Path.
- I copied the examples from the Astyanax git repo and opened them in Eclipse. Eclipse was showing errors regarding method setCqlVersion not found in a class.
- I removed the jar from Build Path and "lib". Result: Eclipse does not complain about absence of library and shows me the same error regarding method not found.
This is very confusing to me - How Eclipse/Grails is finding the Astyanax library? I have restarted Eclipse a number of times and added/removed library a few time - no luck.