Description of problem: META-INF/services/org.overlord.sramp.shell.api.ShellCommandProvider is not packed with the quickstart which probably causes the new command not to work in the s-ramp shell. Version-Release number of selected component (if applicable): * 6.0.0.ER8 How reproducible: Steps to Reproduce: 1. Follow s-ramp-demos-shell-command quickstart instructions 2. 3. Actual results: * s-ramp shell is not extended with the jvm command. Expected results: Additional info: I tried to use jar with the command extension from Beta and it worked with the ER8 shell. Beta quickstart contains META-INF/services directory.
Thank you for not only finding this but also figuring out WHY it's not working! :) The build was excluding META-INF accidentally. Kurt has fixed that problem and everything should be working in CR1.
There was a second fix required to include the META-INF, covered by BZ 1041334
Verified in FSW 6.0.0.CR1