You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-dev@db.apache.org by "Fernanda Pizzorno (JIRA)" <de...@db.apache.org> on 2005/08/17 12:33:54 UTC

[jira] Updated: (DERBY-513) Add information on how to change the jdk version a test will be compiled with in testing/readme.htm.

     [ http://issues.apache.org/jira/browse/DERBY-513?page=all ]

Fernanda Pizzorno updated DERBY-513:
------------------------------------

    Attachment: DERBY-513.diff

> 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
>     Assignee: 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.
-
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