Ale,
You need to manually edit you project settings such that the sources generated by javacc are included: See jackrabbit-spi-commons/target/generated-sources.
Michael On 30.3.11 11:22, Alessandro Novarini wrote:
Hello list, I don't know whether this topic is new or not, googling didn't help me much. When I try to import the jackrabbit-spi-commons module into eclipse workspace, I have errors about unresolved types in some classes. My understanding is that there are some classes that are automatically generated (I'm reading the maven console output) I noticed that, for example, for the class org.apache.jackrabbit.spi.commons.query.xpath.SimpleNode, no import is defined. What seems strange to me is that despite these errors, the maven build didn't break. Can anyone tell me how to fix this? Thanks in advance Ale
