You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@oodt.apache.org by YunHee Kang <yu...@gmail.com> on 2012/07/30 01:56:01 UTC

Report about the problem in pushpull script

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

Re: Report about the problem in pushpull script

Posted by "Mattmann, Chris A (388J)" <ch...@jpl.nasa.gov>.
Hi YunHee,

Thanks! Can you file a JIRA issue about this and provide a patch?

Cheers,
Chris

On Jul 29, 2012, at 4:56 PM, YunHee Kang wrote:

> 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


++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Chris Mattmann, Ph.D.
Senior Computer Scientist
NASA Jet Propulsion Laboratory Pasadena, CA 91109 USA
Office: 171-266B, Mailstop: 171-246
Email: chris.a.mattmann@nasa.gov
WWW:   http://sunset.usc.edu/~mattmann/
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Adjunct Assistant Professor, Computer Science Department
University of Southern California, Los Angeles, CA 90089 USA
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++


Re: Report about the problem in pushpull script

Posted by "Mattmann, Chris A (388J)" <ch...@jpl.nasa.gov>.
Hi YunHee,

Thanks! Can you file a JIRA issue about this and provide a patch?

Cheers,
Chris

On Jul 29, 2012, at 4:56 PM, YunHee Kang wrote:

> 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


++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Chris Mattmann, Ph.D.
Senior Computer Scientist
NASA Jet Propulsion Laboratory Pasadena, CA 91109 USA
Office: 171-266B, Mailstop: 171-246
Email: chris.a.mattmann@nasa.gov
WWW:   http://sunset.usc.edu/~mattmann/
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Adjunct Assistant Professor, Computer Science Department
University of Southern California, Los Angeles, CA 90089 USA
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++