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 "Daniel John Debrunner (JIRA)" <de...@db.apache.org> on 2006/08/11 18:47:15 UTC

[jira] Created: (DERBY-1673) Compling with jikes not longer works due to recent changes that added -target -source command line flags to each compile

Compling with jikes not longer works due to recent changes that added -target -source command line flags to each compile
------------------------------------------------------------------------------------------------------------------------

                 Key: DERBY-1673
                 URL: http://issues.apache.org/jira/browse/DERBY-1673
             Project: Derby
          Issue Type: Bug
          Components: Build tools
    Affects Versions: 10.2.0.0
            Reporter: Daniel John Debrunner
            Priority: Minor


Probable solution is to remove the instructions about using jikes in the BUILDING.txt unless anyone objects.

-- 
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] Updated: (DERBY-1673) Compling with jikes not longer works due to recent changes that added -target -source command line flags to each compile

Posted by "Andrew McIntyre (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/DERBY-1673?page=all ]

Andrew McIntyre updated DERBY-1673:
-----------------------------------

    Attachment: derby-1673-v1.diff

Attaching patch which removes jikes-specific instructions in BUILDING.txt, targets, and a workaround in impl/sql/compile/FromTable.java.

Currently running tests, no failures so far. If no failures appear in the test output, I will submit this patch.

> Compling with jikes not longer works due to recent changes that added -target -source command line flags to each compile
> ------------------------------------------------------------------------------------------------------------------------
>
>                 Key: DERBY-1673
>                 URL: http://issues.apache.org/jira/browse/DERBY-1673
>             Project: Derby
>          Issue Type: Bug
>          Components: Build tools
>    Affects Versions: 10.2.1.6
>            Reporter: Daniel John Debrunner
>         Assigned To: Andrew McIntyre
>            Priority: Minor
>         Attachments: derby-1673-v1.diff
>
>
> Probable solution is to remove the instructions about using jikes in the BUILDING.txt unless anyone objects.

-- 
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] Commented: (DERBY-1673) Compling with jikes not longer works due to recent changes that added -target -source command line flags to each compile

Posted by "Andrew McIntyre (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/DERBY-1673?page=comments#action_12458377 ] 
            
Andrew McIntyre commented on DERBY-1673:
----------------------------------------

Jikes is still stuck at 1.22 and has seen no mailing list activity in over six months. I plan to remove the instructions for Jikes at my next convenience.

> Compling with jikes not longer works due to recent changes that added -target -source command line flags to each compile
> ------------------------------------------------------------------------------------------------------------------------
>
>                 Key: DERBY-1673
>                 URL: http://issues.apache.org/jira/browse/DERBY-1673
>             Project: Derby
>          Issue Type: Bug
>          Components: Build tools
>    Affects Versions: 10.2.1.6
>            Reporter: Daniel John Debrunner
>            Priority: Minor
>
> Probable solution is to remove the instructions about using jikes in the BUILDING.txt unless anyone objects.

-- 
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] Updated: (DERBY-1673) Compling with jikes not longer works due to recent changes that added -target -source command line flags to each compile

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

Andrew McIntyre updated DERBY-1673:
-----------------------------------

    Attachment: derby-1673-v2.diff

> Compling with jikes not longer works due to recent changes that added -target -source command line flags to each compile
> ------------------------------------------------------------------------------------------------------------------------
>
>                 Key: DERBY-1673
>                 URL: https://issues.apache.org/jira/browse/DERBY-1673
>             Project: Derby
>          Issue Type: Bug
>          Components: Build tools
>    Affects Versions: 10.2.1.6
>            Reporter: Daniel John Debrunner
>         Assigned To: Andrew McIntyre
>            Priority: Minor
>         Attachments: derby-1673-v1.diff, derby-1673-v2.diff
>
>
> Probable solution is to remove the instructions about using jikes in the BUILDING.txt unless anyone objects.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (DERBY-1673) Compling with jikes not longer works due to recent changes that added -target -source command line flags to each compile

Posted by "Andrew McIntyre (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/DERBY-1673?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12462113 ] 

Andrew McIntyre commented on DERBY-1673:
----------------------------------------

Attaching slightly modified version of the patch, removing jikes.properties from tools/ant/properties and correcting the workaround in FromTable. Will commit once junitreport passes.

> Compling with jikes not longer works due to recent changes that added -target -source command line flags to each compile
> ------------------------------------------------------------------------------------------------------------------------
>
>                 Key: DERBY-1673
>                 URL: https://issues.apache.org/jira/browse/DERBY-1673
>             Project: Derby
>          Issue Type: Bug
>          Components: Build tools
>    Affects Versions: 10.2.1.6
>            Reporter: Daniel John Debrunner
>         Assigned To: Andrew McIntyre
>            Priority: Minor
>         Attachments: derby-1673-v1.diff, derby-1673-v2.diff
>
>
> Probable solution is to remove the instructions about using jikes in the BUILDING.txt unless anyone objects.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Closed: (DERBY-1673) Compling with jikes not longer works due to recent changes that added -target -source command line flags to each compile

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

Daniel John Debrunner closed DERBY-1673.
----------------------------------------


> Compling with jikes not longer works due to recent changes that added -target -source command line flags to each compile
> ------------------------------------------------------------------------------------------------------------------------
>
>                 Key: DERBY-1673
>                 URL: https://issues.apache.org/jira/browse/DERBY-1673
>             Project: Derby
>          Issue Type: Bug
>          Components: Build tools
>    Affects Versions: 10.2.1.6
>            Reporter: Daniel John Debrunner
>         Assigned To: Andrew McIntyre
>            Priority: Minor
>             Fix For: 10.3.0.0
>
>         Attachments: derby-1673-v1.diff, derby-1673-v2.diff
>
>
> Probable solution is to remove the instructions about using jikes in the BUILDING.txt unless anyone objects.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (DERBY-1673) Compling with jikes not longer works due to recent changes that added -target -source command line flags to each compile

Posted by "Andrew McIntyre (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/DERBY-1673?page=all ]

Andrew McIntyre reassigned DERBY-1673:
--------------------------------------

    Assignee: Andrew McIntyre

> Compling with jikes not longer works due to recent changes that added -target -source command line flags to each compile
> ------------------------------------------------------------------------------------------------------------------------
>
>                 Key: DERBY-1673
>                 URL: http://issues.apache.org/jira/browse/DERBY-1673
>             Project: Derby
>          Issue Type: Bug
>          Components: Build tools
>    Affects Versions: 10.2.1.6
>            Reporter: Daniel John Debrunner
>         Assigned To: Andrew McIntyre
>            Priority: Minor
>
> Probable solution is to remove the instructions about using jikes in the BUILDING.txt unless anyone objects.

-- 
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] Commented: (DERBY-1673) Compling with jikes not longer works due to recent changes that added -target -source command line flags to each compile

Posted by "Andrew McIntyre (JIRA)" <de...@db.apache.org>.
    [ http://issues.apache.org/jira/browse/DERBY-1673?page=comments#action_12427577 ] 
            
Andrew McIntyre commented on DERBY-1673:
----------------------------------------

Agreed. Jikes hasn't had a release in almost two years and activity on its list has died to a trickle. I agree that we should remove the instructions in BUILDING.txt.

> Compling with jikes not longer works due to recent changes that added -target -source command line flags to each compile
> ------------------------------------------------------------------------------------------------------------------------
>
>                 Key: DERBY-1673
>                 URL: http://issues.apache.org/jira/browse/DERBY-1673
>             Project: Derby
>          Issue Type: Bug
>          Components: Build tools
>    Affects Versions: 10.2.0.0
>            Reporter: Daniel John Debrunner
>            Priority: Minor
>
> Probable solution is to remove the instructions about using jikes in the BUILDING.txt unless anyone objects.

-- 
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-1673) Compling with jikes not longer works due to recent changes that added -target -source command line flags to each compile

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

Andrew McIntyre resolved DERBY-1673.
------------------------------------

       Resolution: Fixed
    Fix Version/s: 10.3.0.0

Committed to trunk with revision 492393, will backport to 10.2 if anyone feels it is necessary.

> Compling with jikes not longer works due to recent changes that added -target -source command line flags to each compile
> ------------------------------------------------------------------------------------------------------------------------
>
>                 Key: DERBY-1673
>                 URL: https://issues.apache.org/jira/browse/DERBY-1673
>             Project: Derby
>          Issue Type: Bug
>          Components: Build tools
>    Affects Versions: 10.2.1.6
>            Reporter: Daniel John Debrunner
>         Assigned To: Andrew McIntyre
>            Priority: Minor
>             Fix For: 10.3.0.0
>
>         Attachments: derby-1673-v1.diff, derby-1673-v2.diff
>
>
> Probable solution is to remove the instructions about using jikes in the BUILDING.txt unless anyone objects.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira