-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compile in Eclipse #32
Comments
Do you have installed a maven plugin in eclipse or a maven installation on the system and called |
Unfortunately, usage of the Maven Eclipse plugin results in build which differ from Maven. In your case, the problem is that Eclipse expects annotation processors to be manually enabled, instead of just loading all available ones that can be found on the build classpath (as |
Thank you so much! Everything works now :) |
Hi,
I am trying to run the examples of the last distribution version of Learnlib 0.12.0 and the classes which refer to "ExtensibleLStarDFABuilder", "DTLearnerMealyBuilder" etc.. can not be found. Do you know what could be the issue?
Thank you a lot in advance,
Nadia
The text was updated successfully, but these errors were encountered: