mented line).
This works by itself, but touch Test3.java and run again.
Peter
Jan
>-Ursprüngliche Nachricht-
>Von: Peter Reilly [mailto:[EMAIL PROTECTED]
>Gesendet: Dienstag, 17. Oktober 2006 11:39
>An: Ant Users List
>Betreff: Re: a problem compiling a Ja
>Von: Peter Reilly [mailto:[EMAIL PROTECTED]
>Gesendet: Dienstag, 17. Oktober 2006 11:39
>An: Ant Users List
>Betreff: Re: a problem compiling a Java 5 project with generics
>
>Can you enter a bugzilla report about this.
>It is very strange.
>
>I tried on the commandl
Can you enter a bugzilla report about this.
It is very strange.
I tried on the commandline:
javac -target 1.5 -g -source 1.5 -sourcepath src -d build\classes
src\org\test\Test3.java
which works fine - and looks very like the command used by ant.
Peter
On 10/17/06, Chavdar Botev <[EMAIL PROT
Hi
For some reason, the mailing server included only the first
attachment. Since this is the fourth or the fifth time I am trying to
send the java files, I give up. I'll inline them in the message.
// src/test/Base.java
package test;
public class Base {}
// src/test/Sub.java
package test;
publ
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 attached project
with sample Java classes and a build.xml file.
NOTE: Please create a src/test subdirectory and save the attach