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

2005-03-10 Thread Jan . Materne
[javac] Compiling 1 source file to C:\TEMP\x > >> BUILD SUCCESSFUL > >> Total time: 2 minutes 36 seconds > >> > >> > >> Jan > >> > >> > >> > >>> -Ursprüngliche Nachricht- > >&

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

2005-03-10 Thread Kristian Perkins
ht- Von: Sébastien Annedouche [mailto:[EMAIL PROTECTED] Gesendet am: Donnerstag, 10. März 2005 10:26 An: Ant Users List Betreff: Re: AW: cannot resolve symbol when overriding method. could you tell me how you've compiled the class, please. I still can't compile without adding the impor

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
me: 2 minutes 36 seconds Jan -Ursprüngliche Nachricht- Von: Sébastien Annedouche [mailto:[EMAIL PROTECTED] Gesendet am: Donnerstag, 10. März 2005 10:26 An: Ant Users List Betreff: Re: AW: cannot resolve symbol when overriding method. could you tell me how you've compiled the class, please. I still

AW: AW: cannot resolve symbol when overriding method.

2005-03-10 Thread Jan . Materne
--- > Von: Sébastien Annedouche [mailto:[EMAIL PROTECTED] > Gesendet am: Donnerstag, 10. März 2005 10:26 > An: Ant Users List > Betreff: Re: AW: cannot resolve symbol when overriding method. > > could you tell me how you've compiled the class, please. > I still can't com

Re: AW: cannot resolve symbol when overriding method.

2005-03-10 Thread Sébastien Annedouche
could you tell me how you've compiled the class, please. I still can't compile without adding the imports. It would be a great help for me! Thanks, Sebastien - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-ma

Re: AW: cannot resolve symbol when overriding method.

2005-03-08 Thread Sébastien Annedouche
[EMAIL PROTECTED] wrote: works for me. You've tried my Dummy class without the 2 imports ? and it works ? Could you send me your build.xml or the command line you've used ? but you should throw the IOException instead of Exception ... but that´s another topic. I didn't want to import java.io.

AW: cannot resolve symbol when overriding method.

2005-03-08 Thread Jan . Materne
works for me. but you should throw the IOException instead of Exception ... but that´s another topic. Jan > -Ursprüngliche Nachricht- > Von: Sébastien Annedouche [mailto:[EMAIL PROTECTED] > Gesendet am: Montag, 7. März 2005 19:42 > An: user@ant.apache.org > Betreff: cannot resolve symbol