TIBCOSoftware / TIBCOSoftware/bwce-docker

Line 65 in setup.sh should be BWCE_HOME instead of $BUILD_DIR

Open
#36 1 comment 0 reactions 0 assignees View on GitHub

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.