[ 
https://issues.apache.org/jira/browse/DERBY-4900?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Rick Hillegas updated DERBY-4900:
---------------------------------

    Attachment: z.diff

Attaching z.diff. This patch demonstrates that the diagnostic is coming from 
the <java> invocation of ClassSizeCrawler in the class_size_catalog target. 
This is the minimal test case which produces this diagnostic: you have to tell 
ClassSizeCrawler to process the org.apache.derby.iapi.types package. That makes 
some sense because that is the package which contains the XML datatype which 
is, in turn, our path into the Xalan library.

Theories welcomed!

> 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
>         Attachments: z.diff
>
>
> 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.

Reply via email to