-
Notifications
You must be signed in to change notification settings - Fork 10
Description
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