However the app doesn’t show up in the admin console at http://localhost:8080/admin#/applications as expected. The JAR file is in $XP_HOME/deploy - but it seems like the CMS doent’t take notice.
I tried calling you. Anyways, a few things can be wrong now:
The XP_HOME variable needs to be set to the /home folder, so something like this:
C:/Users/User/Desktop/enonic-xp-6.0.0/home
The “gradlew deploy” command didn’t finish correctly. Double check this. Also make sure if you’re using multiple windows/tabs that all can access the XP_HOME variable (it needs to be set in each tab in Terminal).
After gradle deploy succeeds, double check the tab running the XP server that it actually detected the uploaded and changed file. If not, you most likely have a problem with the XP_HOME variable.
Also, try avoiding any spaces in any file path, there’s been reports on that being a trouble sometimes.