HI Chris,

I forget  that  there was a problem when I ran the pushpull script.
$./pushpull
Word too long.
I thinks the problem is caused by  csh shell.
So To fix the problem, I modified the pushpull script  based on bash.
The following statements are changed in the original pushpull script.

set LIB_DEPS
for file in `find ../lib/*.jar`
do
     LIB_DEPS=${file}:${LIB_DEPS}
done
PATH=${JAVA_HOME}/bin:${CAS_PP_HOME}/bin:/usr/bin:/bin:/usr/sbin:/sbin

Thanks,
Yunhee

Reply via email to