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
<project>
<javac srcdir="." destdir="."/>
</project>
5. type "ant"
6. got
Buildfile: build.xml
[javac] Compiling 1 source file to C:\TEMP\x
BUILD SUCCESSFUL
Total time: 2 minutes 36 seconds
7. remove the 2nd and 3rd import statement
8. type "ant"
9. got
Buildfile: build.xml
[javac] Compiling 1 source file to C:\TEMP\x
BUILD SUCCESSFUL
Total time: 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 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-mail: [EMAIL PROTECTED]
------------------------------------------------------------------------
No virus found in this incoming message.
Checked by AVG Anti-Virus.
Version: 7.0.308 / Virus Database: 266.7.0 - Release Date: 08/03/05
--
Sébastien Annedouche
C3T - http://www.c3t.fr
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]