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

           Summary: javac deprecation tag doesn't show deprecation's
           Product: Ant
           Version: 1.5.3
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Core tasks
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


<javac srcdir="${src}" destdir="${dist}" 
      deprecation="true"
      classpath="${classpath}"
      debug="true"
      includes="com/wellogic/**"
      listfiles="false"
      excludes=""/>

i belive if i am calling a deprecated function, it should show up when making 
this call. nothing does. just says build successful.

Reply via email to