-
Notifications
You must be signed in to change notification settings - Fork 23
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 error, missing class: AbstractScanner #9
Comments
JIRA mirror: JR-5837 Hi Sean! Thanks for the report! Our engineers are already having a look into this. |
Great, thank you. |
Hi Sean, sorry for the delay - we have added the transitive dependency - could you try the latest SNAPSHOT? Thanks |
Hi Daniel, Just attempted building with your latest SNAPSHOT (jrebel-maven-plugin-1.1.6-20160503.125737-6) and was stopped with the following, which is new for us:
Unfortunately, our project is running Maven v2.2.1. Is this a new requirement of the jrebel plugin? UPDATE: Well, I just read the commit history and answered my own question about Maven v3 now being a requirement.
Thanks, |
Thanks for your feedback - I believe this issue #9 was partially caused by the changes required to fix issue #3 (some new dependencies required upgrade to Maven +3.0). I believe the best way to keep using JRebel in your Maven 2 project is to keep using the 1.1.5 release. We are working to release version 1.1.6 soon with only minor features - fix for #3 and updating rebel.xml to be generated under resources folder and following the new version (2.1) of XSD, but those changes required to drop maven 2 support. Let me know if that suits you and your team. |
Thank you for your help and clarification, Daniel. I have backed us down to version 1.1.5 and all seems well for the moment. Not sure why we were using 1.1.6-SNAPSHOT to begin with? Once we've upgraded to Maven 3.0+, we'll try going back to 1.1.6. Love using JRebel and can't imagine my work day without it. Keep up the great work! Thanks, |
Our project was building fine on 4/22/16, now we are getting the following compile error:
It appears to be a transitive dependency issue, where we're getting the wrong version of
plexus-utils
.Our work-around has been to add the following explicit dependency to this project's pom, build and re-deploy to our local snapshot repo:
The text was updated successfully, but these errors were encountered: