-
Notifications
You must be signed in to change notification settings - Fork 82
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
Recreating Quickstart rest/impl Discrepancy #95
Comments
Additional note. I was able to continue the tutorial by changing the "impl" sub-project to "rest" and updating the app.bndrun file to look for "rest" instead of "impl". It looks like a discrepancy in the project template somewhere. |
I had a similar issue as @RCHinds .
I noticed while updating the
How To Resolve
to be the rest artifact with a different version:
Then, change part of the
to match what was outputted in the example, so it is also the rest artifact with a different version:
This works because there is a version of the rest artifact available for download from sonatype bot not one for impl. How To Resolve To get
to this
Change part of the
to match what was outputted in the example, so it is also the rest artifact with a different version:
The |
When working through the enRoute quickstart tutorial , on the second page instructions for Creating the Debug Version of quickstart, I am getting an error creating the indexes at the top of the project.
mvn bnd-indexer:index bnd-indexer:index@test-index
It appears that the project template created the "impl" sub-project but the sonatype repository doesn't have a template for "impl". The repository does have a template called "rest". I changed the app/pom.xml to reference the "rest" artifact as a dependency instead of "impl". This allows the successful construction of the index, but the next step,
mvn bnd-resolver:resolve
fails because it can't find the rest sub-project.The text was updated successfully, but these errors were encountered: