Alexey N. Solofnenko wrote:
It is not ANT problem - you have an anonymous inner class. Look for
"new AAA() {" somewhere in your code.
- Alexey.
Milen Dzhumerov wrote:
Hi there,
I've been trying to compile a few simple classes with Ant and
everything is fine except tha
Robert Clark wrote:
On Thursday April 6, 2006 17:18, Milen Dzhumerov
<[EMAIL PROTECTED]> wrote:
I've been trying to compile a few simple classes with Ant and
everything is fine except that it produces a class twice with the
name: SqlErrorCond$1.class
SqlErrorCond.class
The
Hi there,
I've been trying to compile a few simple classes with Ant and everything
is fine except that it produces a class twice with the name:
SqlErrorCond$1.class
SqlErrorCond.class
The files have different sizes.
Here's the ant file:
And the verbose o