[
https://issues.apache.org/jira/browse/DERBY-513?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Knut Anders Hatlen resolved DERBY-513.
--------------------------------------
Resolution: Won't Fix
Resolving as "Won't Fix" since the tests aren't compiled with JDK 1.3 anymore.
> Add information on how to change the jdk version a test will be compiled with
> in testing/readme.htm.
> ----------------------------------------------------------------------------------------------------
>
> Key: DERBY-513
> URL: https://issues.apache.org/jira/browse/DERBY-513
> Project: Derby
> Issue Type: Improvement
> Components: Documentation
> Reporter: Fernanda Pizzorno
> Assigned To: Fernanda Pizzorno
> Priority: Minor
> Attachments: DERBY-513.diff
>
>
> Add the following item to section 4.7 Adding a new test:
> * If the test file must be compiled using jdk1.4 instead of jdk1.3,
> * edit the build.xml file located in the same directory as the test
> * exclude the new test file under compilet1
> <exclude name="${this.dir}/newfunctest.java"/>
> * include it under compilet2.
> <include name="${this.dir}/newfunctest.java"/>.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.