Message3347

Author thijs
Recipients nriley, thijs
Date 2008-07-17.16:55:02
SpamBayes Score 0.061914176
Marked as misclassified No
Message-id <1216313703.19.0.0887718743571.issue1069@psf.upfronthosting.co.za>
In-reply-to
Content
hi nreiley, I'm not sure it's the same issue because the contents of my 
'jython' script already looks like the one you suggested (unless I'm 
missing something):

#!/bin/sh

# This file was generated by the Jython installer
# Created on Tue Jul 15 22:36:25 CEST 2008 by thijstriemstra

CP="/Users/thijstriemstra/Sites/jython2.5a1+/jython-complete.jar"
if [ ! -z "$CLASSPATH" ]
then
  CP=$CP:$CLASSPATH
fi
"/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Home/bin/jav
a" -Dpython.home="/Users/thijstriemstra/Sites/jython2.5a1+" -
Dpython.executable="$0" -classpath "$CP" org.python.util.jython "$@"
History
Date User Action Args
2008-07-17 16:55:03thijssetspambayes_score: 0.0619142 -> 0.061914176
messageid: <1216313703.19.0.0887718743571.issue1069@psf.upfronthosting.co.za>
2008-07-17 16:55:03thijssetspambayes_score: 0.0619142 -> 0.0619142
recipients: + thijs, nriley
2008-07-17 16:55:03thijslinkissue1069 messages
2008-07-17 16:55:02thijscreate