Re: Weird compilation problems

2006-04-06 Thread Milen Dzhumerov
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

Re: Weird compilation problems

2006-04-06 Thread Milen Dzhumerov
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

Weird compilation problems

2006-04-06 Thread Milen Dzhumerov
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