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,
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,