Deprecation warning emitted by ClassSizeCrawler during build
------------------------------------------------------------
Key: DERBY-4900
URL: https://issues.apache.org/jira/browse/DERBY-4900
Project: Derby
Issue Type: Improvement
Components: Build tools
Affects Versions: 10.7.1.0
Environment: Mac OSX 10.5.8, Java 6 environment
Reporter: Rick Hillegas
When I run "ant -quiet all" I see the following diagnostic on my Mac:
[java] [Deprecated] Xalan: org.apache.xml.utils.PrefixResolver
The diagnostic is coming from the ClassSizeCrawler program (demonstrated by a
patch which I will attach). I am a bit perplexed:
1) The [java] tag indicates that the diagnostic is coming from the the
ClassSizeCrawler program as it churns.
2) But the [Deprecated] tag indicates a compiler warning appropriate to running
the <javac> task, not the <java> task.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.