Closed ehernandez-xk closed 6 years ago
My bad! the correct command is:
mvn -PautoInstallBundle -Padobe-public clean install
Just in case anybody else comes by this and accidentally makes the same mistake I was, look explicitly at the -P
switches you are using. I had been using mvn -PautoInstallPackage clean install
for the first 5 chapters and everything had been working just fine. When I ran into issues and saw that this user addressed the issue with the command they had, I thought that the thing I was missing was just the -Padobe-public
. That was not the issue.
The issue is that I was using "-PautoInstallPackage" instead of "-PautoInstallBundle"; that's "Package" instead of "Bundle"! As soon as I fixed that, my Card class started loading and was listed in http://localhost:4502/system/console/status-slingmodels
.
Hi, I'm following the Part 6, and unable to deploy the Card Sling Model to instance.
core/pom.xml ModelsScannerPlugin
Card location:
No logs shown in
tail -f crx-quickstart/logs/error.log