Add information on how to change the jdk version a test will be compiled with 
in testing/readme.htm.
----------------------------------------------------------------------------------------------------

         Key: DERBY-513
         URL: http://issues.apache.org/jira/browse/DERBY-513
     Project: Derby
        Type: Improvement
  Components: Documentation  
    Reporter: Fernanda Pizzorno
 Assigned to: Fernanda Pizzorno 
    Priority: Minor


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.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira

Reply via email to