Skip to content
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

Installer fails: Resolving feature-pack org.bedework:bw-wf-feature-pack:1.0.0-SNAPSHOT #164

Open
michaelpro opened this issue Sep 5, 2023 · 0 comments

Comments

@michaelpro
Copy link

Hello,

Following the instructions for building a dev environment for the current release 4.0.3. using instructions at:

https://bedework.github.io/bedework/#installing-bedwork

Grabbed the top level repo and working with:

bedework/build/quickstart/linux/installQS.sh

If I ignore the first error in the subject line: Resolving feature-pack org.bedework:bw-wf-feature-pack:1.0.0-SNAPSHOT (not found):

Resolving feature-pack org.bedework:bw-wf-feature-pack:1.0.0-SNAPSHOTError: Install failed.

  • Failed to resolve org.bedework:bw-wf-feature-pack:zip:1.0.0-SNAPSHOT
  • Could not find artifact org.bedework:bw-wf-feature-pack:zip:1.0.0-SNAPSHOT
  • Could not find artifact org.bedework:bw-wf-feature-pack:zip:1.0.0-SNAPSHOT

If I allow the installer to continue, most 'git clone' of all the subprojects fail:
fatal: Remote branch bw-util-conf-5.0.2 not found in upstream origin

Just one does work:
git clone https://github.com/Bedework/bw-dotwell-known.git
This is the only one that succeeds.

My environment: Ubuntu 22.04.3 LTS - openJDK 11

Note:
I had to replace /bin/sh with /usr/bin/bash on first line of script, since sh is not bash compliant on ubuntu and installer uses bash only features such as [[ for test.

The installer successfully downloads galleon-4.2.8.Final.zip and unzips it fine, removes the .zip, the next line:
./galleon-4.2.8.Final/bin/galleon.sh install org.bedework:bw-wf-feature-pack:1.0.0-SNAPSHOT --dir=wildfly-25.0.1.Final --layers=bw-demo-pg,web-console

Played around with settings.xml and .bw making sure everything was coherent, and tried other releases besides 4.0.3 but nothing works any better.
It's going to take some time to put everything together manually-

So maybe I've overlooked something. Appreciate pointers.

Thanks,

Michael

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant