DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=42616>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=42616 ------- Additional Comments From [EMAIL PROTECTED] 2007-10-29 18:40 ------- Try OLD_IFS=$IFS IFS=" " find ${FOP}/lib -name -name '*.jar'|while read jarfile do if [ -z "$LOCALCLASSPATH" ] ; then LOCALCLASSPATH="$jarfile" else LOCALCLASSPATH="$jarfile"${pathSepChar}$LOCALCLASSPATH fi done IFS=$OLD_IFS I don't know how the CLASSPATH reacts to spaces. If there's a problem, the assignments to LOCALCALSSPATH will have to have the spaces escaped. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.