DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20202>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20202

javac deprecation tag doesn't show deprecation's





------- Additional Comments From [EMAIL PROTECTED]  2003-05-30 08:01 -------
ant -verbose should also show you whether -deprecation gets passed to the 
compiler.
Does it?

In my experience you'll always get deprecation warnings, they just get more
detailed when you turn on -deprecation, so if you are not getting warnings at 
all
that is strange.  Reasons I could see:

* your files are not getting compiled at all - you say this doesn't happen

* your files get compiled against a version of the classes they depend upon 
where
the method hasn't been deprecated.  Any older version of said classes in your
CLASSPATH or <classpath> or <src>?

No other ideas, sorry.

Reply via email to