AW: AW: AW: cannot resolve symbol when overriding method.

2005-03-10 Thread Jan . Materne
cannot resolve symbol when overriding method. > > Jan, > > ouch, compiled 1 file in 2 minutes and 36 seconds? that > doesn't sound > like a great advertisement for ant!?! > HINT: when sending ant output, modify build time to make ant > sound more > impressive, no

Re: AW: AW: cannot resolve symbol when overriding method.

2005-03-10 Thread Kristian Perkins
Jan, ouch, compiled 1 file in 2 minutes and 36 seconds? that doesn't sound like a great advertisement for ant!?! HINT: when sending ant output, modify build time to make ant sound more impressive, not less. Kristian Sébastien Annedouche wrote: Thank you very much, I try it. Sebastien [EMAIL PRO

AW: AW: AW: cannot resolve symbol when overriding method.

2005-03-10 Thread Jan . Materne
0:56 > An: Ant Users List > Betreff: Re: AW: AW: cannot resolve symbol when overriding method. > > Still failing... > > [javac] Compiling 1 source file to C:\tmp\java > [javac] C:\tmp\java\Dummy.java:12: cannot resolve symbol > [javac] symbol: class IOExcepti

Re: AW: AW: cannot resolve symbol when overriding method.

2005-03-10 Thread Sébastien Annedouche
Still failing... [javac] Compiling 1 source file to C:\tmp\java [javac] C:\tmp\java\Dummy.java:12: cannot resolve symbol [javac] symbol: class IOException [javac] protected void readStreamHeader() { [javac] ^ [javac] 1 error It works when I add the 2 i

Re: AW: AW: cannot resolve symbol when overriding method.

2005-03-10 Thread Sébastien Annedouche
Thank you very much, I try it. Sebastien [EMAIL PROTECTED] wrote: 1. took your source from http://marc.theaimsgroup.com/?l=ant-user&m=111022093008210&w=2 2. removes all the slashes 3. saves as Dummy.java 4. wrote a buildfile 5. type "ant" 6. got Buildfile: build.xml [javac] Com

AW: AW: cannot resolve symbol when overriding method.

2005-03-10 Thread Jan . Materne
1. took your source from http://marc.theaimsgroup.com/?l=ant-user&m=111022093008210&w=2 2. removes all the slashes 3. saves as Dummy.java 4. wrote a buildfile 5. type "ant" 6. got Buildfile: build.xml [javac] Compiling 1 source file to C:\TEMP\x BUILD SUCCESSFUL Tot