- From: <Toman_Vojtech@emc.com>
- Date: Thu, 23 Jul 2009 04:53:37 -0400
- To: <xproc-dev@w3.org>
> Thanks for the reminder to try Calumet ;-) I've just installed it > and will give it a try in my Java app. BTW, under Cygwin, I had to > adapt the shell script from: > > CLASSPATH=`find "${CALUMET_HOME}/lib" -name "*.jar" -exec > printf '%s:' {} \;` > # add development code areas > CLASSPATH="${CALUMET_HOME}/eclipse/classes:${CLASSPATH}" > > to: > > if uname | grep -i cygwin >/dev/null 2>&1; then > CP_DELIM=";" > else > CP_DELIM=":" > fi > CLASSPATH=`find "${CALUMET_HOME}/lib" -name "*.jar" -exec printf > "%s${CP_DELIM}" {} \;` > # add development code areas > CLASSPATH="${CALUMET_HOME}/eclipse/classes${CP_DELIM}${CLASSPATH}" > > I've never understood this concept of different classpath > separators... Yeah, Cygwin. I am aware of the problems there, it's just I never got to fixing it for the initial release :) But I think I should do it - perhaps right now. Regards, Vojtech
Received on Thursday, 23 July 2009 08:54:24 UTC