[jdom-interest] Re: Out of date JAR files in %JDOM_HOME%\lib directory

Attila Szegedi szegedia at freemail.hu
Sat Oct 27 07:06:46 PDT 2001


This problem tipically crops up when you don't invoke Ant through its
scripts in $ANT_HOME/bin, but rather you construct the classpath yourself
and call "java -Dant.home=$ANT_HOME org.apache.tools.ant.Ant" (tipically
from a custom build script).

A typical mistake is to forget including the $JDK_HOME/lib/tools.jar in the
self-constructed classpath. This way Ant will be unable to find any
compiler.

Attila.


----- Original Message -----
From: "Bradley S. Huffman" <hip at a.cs.okstate.edu>
To: <jdom-interest at jdom.org>
Sent: 2001. október 27. 3:46
Subject: Re: [jdom-interest] Re: Out of date JAR files in %JDOM_HOME%\lib
directory


>
> My problem I think was Ant.  It keep complaining that it couldn't find
> the classic compiler even if I specified modern in build.xml.  Downloading
> the latest version of Ant fixed it, so I didn't pursue it any further.
> Just one of those weird problems.
> _______________________________________________
> To control your jdom-interest membership:
>
http://lists.denveronline.net/mailman/options/jdom-interest/youraddr@yourhos
t.com
>




More information about the jdom-interest mailing list