On Vendredi, novembre 30, 2001, at 01:49 , Tim Vernum wrote:

From: Denis N. Antonioli [mailto:[EMAIL PROTECTED]

This patch fixes bug 5178. it has been tested on MacOSX and cygwin.

I believe your patch will break the script when the lib directory is empty.


I tested (macos x, tcsh) following configurations:

$ANT_HOME/bin/ant
-> ant runs

mv $ANT_HOME/lib $ANT_HOME/old.lib
LOCALCLASSPATH, CLASSPATH empty
$ANT_HOME/bin/ant
-> Exception in thread "main" java.lang.NoClassDefFoundError

setenv LOCALCLASSPATH $ANT_HOME/old.lib/ant.jar
$ANT_HOME/bin/ant
-> ant runs

mkdir $ANT_HOME/lib
$ANT_HOME/bin/ant
-> ant runs


What other tests should I perform?


(BTW: Is there a reason why you decided to remove the '{' '}' around the variables?)

Well, the braces are optional in most of the cases... but no, there is no reason here.


        dna

--
Die Philosopher haben die Welt nur verschieden interpretiert,
es kommt aber darauf an, sie zu ver�ndern.
  -- K. Marx, 11. Feuerbachthese


-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>



Reply via email to