On Mon, 13 May 2002, Malcolm Dew-Jones <[EMAIL PROTECTED]>
wrote:

> However, if I run the compile by hand by cut and pasting the javac
> command from the ant -verbose output ("[javac] Compilation args:")
> then the file compiles with no problem.

You probably run Ant in a JDK 1.1 Java virtual machine (Iterator has
been introduced in JDK 1.2) while you run javac of a 1.2+ JDK when you
do it manually.

Stefan

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

Reply via email to