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

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

Open
alexandrev opened this issue Nov 12, 2019 · 1 comment
Open

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

alexandrev opened this issue Nov 12, 2019 · 1 comment

Comments

@alexandrev
Copy link

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,

@alexandrev
Copy link
Author

any news?

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