Changeset 11529 for trunk/gli/gli.sh
- Timestamp:
- 2006-03-29T11:38:55+12:00 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/gli/gli.sh
r10687 r11529 241 241 fi 242 242 exit 1 243 fi244 245 if [ "$1" == "-test" ]; then246 if [ "$glilang" == "es" ]; then247 echo "Clase de prueba: $2"248 echo "Argumentos $*"249 elif [ "$glilang" == "fr" ]; then250 echo "Classe de test: $2"251 echo "Arguments $*"252 elif [ "$glilang" == "ru" ]; then253 echo "éÓÐÙÔÁÔÅÌØÎÙÊ ËÌÁÓÓ: $2"254 echo "ðÁÒÁÍÅÔÒÙ $*"255 else256 echo "Testing class: $2"257 echo "Arguments $*"258 fi259 $javapath -classpath classes/:GLI.jar:lib/apache.jar:lib/qfslib.jar:lib/mail.jar:lib/activation.jar $2 $3260 exit 0261 243 fi 262 244 … … 281 263 # -Xloggc:<file> Write garbage collection log 282 264 283 $javapath - classpath classes/:GLI.jar:lib/apache.jar:lib/qfslib.jar:lib/mail.jar:lib/activation.jar org.greenstone.gatherer.GathererProg -gsdl $GSDLHOME -wget $wgetpath $*265 $javapath -Xmx128M -classpath classes/:GLI.jar:lib/apache.jar:lib/qfslib.jar:lib/mail.jar:lib/activation.jar org.greenstone.gatherer.GathererProg -gsdl $GSDLHOME -wget $wgetpath $* 284 266 285 267 if [ "$glilang" == "es" ]; then
Note:
See TracChangeset
for help on using the changeset viewer.