TIBCOSoftware / TIBCOSoftware/bwce-docker
Line 65 in setup.sh should be BWCE_HOME instead of $BUILD_DIR
Nobody has claimed this yet.
- Dominant language
- Shell
- Stars
- 22
- Forks
- 40
- PR merge metrics
- No merged PRs in 30d
Description
In setup.sh 65 we have the following for loop to iterate over the JARs
for name in $(find $BUILD_DIR -path $BUILD_DIR/tibco.home -prune -o -type f -iname "*.jar");
If I've changed BWCE_HOME env variable to another location, there is no going to be any tibco.home folder inside that one, so this is not going to work. Can we change that?
Regards,
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Open setup.sh and inspect line 65, especially the loop using BUILD_DIR and the tibco.home exclusion. Check how BWCE_HOME is set and confirm the loop searches that location while still excluding its tibco.home directory. Done means the loop works when BWCE_HOME points to a different location.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- shell
- Domain
- devops
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 42/100