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:10:54 UTC

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

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


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

Posted by "Kristian Waagan (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DERBY-513?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kristian Waagan closed DERBY-513.
---------------------------------


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


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

Posted by "Fernanda Pizzorno (JIRA)" <de...@db.apache.org>.
     [ 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


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

Posted by "Knut Anders Hatlen (JIRA)" <ji...@apache.org>.
     [ 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.


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

Posted by "John H. Embretsen (JIRA)" <de...@db.apache.org>.
    [ http://issues.apache.org/jira/browse/DERBY-513?page=comments#action_12433081 ] 
            
John H. Embretsen commented on DERBY-513:
-----------------------------------------

There is actually a patch available for this issue, but it is more than one year old, so when I tried applying it to the current trunk, it was rejected. But it's a simple patch, so once it is generated from a newer working copy, it will most likely apply cleanly... So I'm not setting the 'Patch Available' flag, but it would be good to get this out of the way soon... :)

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