From fe18fefabce1c95f918ac3ef2fcbe0889074990b Mon Sep 17 00:00:00 2001 From: jestin Date: Wed, 5 Jun 2002 16:21:09 +0000 Subject: Mention of the bugs. --- README | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) (limited to 'README') diff --git a/README b/README index c5e700f..526468b 100644 --- a/README +++ b/README @@ -17,14 +17,14 @@ to your usual installation directory for Java archives. To use ivy-java, you will need to include it in your classpath setting. Typically this is done by adding an entry to your CLASSPATH variable setting with the full path to the JAR file, e.g. - csh: % setenv CLASSPATH ${CLASSPATH}:/usr/java/lib/ivy-java-1.0.11.jar - bash: % export CLASSPATH=${CLASSPATH}:/usr/java/lib/ivy-java-1.0.11.jar - DOS: > set CLASSPATH %CLASSPATH%;C:\Java\lib\ivy-java-1.0.11.jar + csh: % setenv CLASSPATH ${CLASSPATH}:/usr/java/lib/ivy-java.jar + bash: % export CLASSPATH=${CLASSPATH}:/usr/java/lib/ivy-java.jar + DOS: > set CLASSPATH %CLASSPATH%;C:\Java\lib\ivy-java.jar Various shells and operating systems may have slightly different methods. Consult your Java virtual machine documentation for details. You may also specify the -classpath option to the java executable, e.g. -compile: % javac -classpath /usr/java/lib/ivy-java-1.0.11.jar MyClass.java -execute: % java -classpath /usr/java/lib/ivy-java-1.0.11.jar MyClass +compile: % javac -classpath /usr/java/lib/ivy-java.jar MyClass.java +execute: % java -classpath /usr/java/lib/ivy-java.jar MyClass DOCUMENTATION @@ -64,8 +64,11 @@ using and how you were using it. LATEST VERSION You can always obtain info about the latest version of ivy-java at -http://www.tls.cena.fr/~jestin/ivy-java/ . New versions are also announced on -the ivy mailing list (see above). +http://www.tls.cena.fr/products/ivy/download/desc/ivy-java.html + +New versions are also announced on the ivy mailing list (see above). +From time to time, upstream source are put on +http://www.tls.cena.fr/~jestin/ivy-java.html. Thanks! -- cgit v1.1