Re: AW: a problem compiling a Java 5 project with generics

2006-10-18 Thread Chavdar Botev
TWIMC, I know I am a bit into the gray cross-posting area but here is the thread I started on the Java Forums: http://forum.java.sun.com/thread.jspa?threadID=778203. Chavdar - To unsubscribe, e-mail: [EMAIL PROTECTED] For addi

Re: AW: a problem compiling a Java 5 project with generics

2006-10-18 Thread Chavdar Botev
Peter Reilly wrote: The original code may be slightly incorrect (my understanding of java generics is not high). Ha-ha. I think the original code cannot be slightly incorrect. It is either correct or incorrect. ;) It certainly possible that my understanding of Java generics is wrong. I come from

Re: AW: a problem compiling a Java 5 project with generics

2006-10-17 Thread Chavdar Botev
eeds with or without -classpath. I think it looks like some dependency problem. Chavdar On 10/17/06, Chavdar Botev <[EMAIL PROTECTED]> wrote: I have opened a bug report at http://issues.apache.org/bugzilla/show_bug.cgi?id=40776. Thanks, Chavdar On 10/17/06, Peter Reilly <[EMAIL PRO

Re: AW: a problem compiling a Java 5 project with generics

2006-10-17 Thread Chavdar Botev
avac] not part of the command. > >> [javac] File to be compiled: > >> [javac] C:\tmp\ant-generics\test\Test3.java > >> > >> BUILD SUCCESSFUL > >> > >> > >> > >> build.xml: > >> > >> > >> >

Re: a problem compiling a Java 5 project with generics

2006-10-17 Thread Chavdar Botev
HTH, Chavdar On 10/16/06, Petar Tahchiev <[EMAIL PROTECTED]> wrote: On 17/10/06, Chavdar Botev <[EMAIL PROTECTED]> wrote: > > Hi! > > I've come accross the following problem trying to compile Java 5 > classes with generics using Ant 1.6.5. I've attache

a problem compiling a Java 5 project with generics

2006-10-16 Thread Chavdar Botev
Hi! I've come accross the following problem trying to compile Java 5 classes with generics using Ant 1.6.5. I've attached project with sample Java classes and a build.xml file. NOTE: Please create a src/test subdirectory and save the attached .java files into it. The mailing list server gave me