File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -268,13 +268,11 @@ runJython() {
268
268
variableSetup
269
269
270
270
JAVA_PROPERTIES=" -Djava.util.logging.config.class=${LOG_CONFIG_CLASS} "
271
- JAVA_PROPERTIES+= " -Dpython.cachedir.skip=true"
272
- JAVA_PROPERTIES+= " -Dpython.console="
273
- JAVA_PROPERTIES+= " ${WLSDEPLOY_PROPERTIES} "
271
+ JAVA_PROPERTIES= " ${JAVA_PROPERTIES} -Dpython.cachedir.skip=true"
272
+ JAVA_PROPERTIES= " ${JAVA_PROPERTIES} -Dpython.console="
273
+ JAVA_PROPERTIES= " ${JAVA_PROPERTIES} ${WLSDEPLOY_PROPERTIES} "
274
274
export JAVA_PROPERTIES
275
- CLASSPATH=" ${WLSDEPLOY_HOME} /lib/weblogic-deploy-core.jar"
276
- CLASSPATH+=" :"
277
- CLASSPATH+=" $ORACLE_SERVER_DIR /server/lib/weblogic.jar"
275
+ CLASSPATH=" ${WLSDEPLOY_HOME} /lib/weblogic-deploy-core.jar:$ORACLE_SERVER_DIR /server/lib/weblogic.jar"
278
276
279
277
# print the configuration, and run the script
280
278
You can’t perform that action at this time.
0 commit comments