You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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,
The text was updated successfully, but these errors were encountered:
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,
The text was updated successfully, but these errors were encountered: