You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Oliver Deakin (JIRA)" <ji...@apache.org> on 2006/06/30 10:30:29 UTC

[jira] Created: (HARMONY-716) [classlib] Prefs and NIO pdb and map files created in jre/bin

[classlib] Prefs and NIO pdb and map files created in jre/bin
-------------------------------------------------------------

         Key: HARMONY-716
         URL: http://issues.apache.org/jira/browse/HARMONY-716
     Project: Harmony
        Type: Bug

  Components: Classlib  
    Reporter: Oliver Deakin
    Priority: Minor


The prefs and nio Windows makefiles have an error in the DLLNAME variable that means the dll is directly built into the deploy/jdk/jre/bin directory instead of into the parent directory (..). The problem caused by this is that the .map and .pdb files are automatically generated in the same location (ie jre/bin), which we do not want. The dll should be built into the parent directory, and then copied into jre/bin without the map/pdb. I will attach the trivial patch to fix this.

-- 
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: (HARMONY-716) [classlib] Prefs and NIO pdb and map files created in jre/bin

Posted by "Oliver Deakin (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-716?page=all ]

Oliver Deakin updated HARMONY-716:
----------------------------------

    Attachment: nio.prefs.fix.dll.target.diff

Patch to build prefs/nio dll to .. instead of jre/bin.

> [classlib] Prefs and NIO pdb and map files created in jre/bin
> -------------------------------------------------------------
>
>          Key: HARMONY-716
>          URL: http://issues.apache.org/jira/browse/HARMONY-716
>      Project: Harmony
>         Type: Bug

>   Components: Classlib
>     Reporter: Oliver Deakin
>     Priority: Minor
>  Attachments: nio.prefs.fix.dll.target.diff
>
> The prefs and nio Windows makefiles have an error in the DLLNAME variable that means the dll is directly built into the deploy/jdk/jre/bin directory instead of into the parent directory (..). The problem caused by this is that the .map and .pdb files are automatically generated in the same location (ie jre/bin), which we do not want. The dll should be built into the parent directory, and then copied into jre/bin without the map/pdb. I will attach the trivial patch to fix this.

-- 
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: (HARMONY-716) [classlib] Prefs and NIO pdb and map files created in jre/bin

Posted by "Tim Ellison (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-716?page=all ]
     
Tim Ellison closed HARMONY-716:
-------------------------------


Verified by Oliver.


> [classlib] Prefs and NIO pdb and map files created in jre/bin
> -------------------------------------------------------------
>
>          Key: HARMONY-716
>          URL: http://issues.apache.org/jira/browse/HARMONY-716
>      Project: Harmony
>         Type: Bug

>   Components: Classlib
>     Reporter: Oliver Deakin
>     Assignee: Tim Ellison
>     Priority: Minor
>  Attachments: nio.prefs.fix.dll.target.diff
>
> The prefs and nio Windows makefiles have an error in the DLLNAME variable that means the dll is directly built into the deploy/jdk/jre/bin directory instead of into the parent directory (..). The problem caused by this is that the .map and .pdb files are automatically generated in the same location (ie jre/bin), which we do not want. The dll should be built into the parent directory, and then copied into jre/bin without the map/pdb. I will attach the trivial patch to fix this.

-- 
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] Assigned: (HARMONY-716) [classlib] Prefs and NIO pdb and map files created in jre/bin

Posted by "Tim Ellison (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-716?page=all ]

Tim Ellison reassigned HARMONY-716:
-----------------------------------

    Assign To: Tim Ellison

> [classlib] Prefs and NIO pdb and map files created in jre/bin
> -------------------------------------------------------------
>
>          Key: HARMONY-716
>          URL: http://issues.apache.org/jira/browse/HARMONY-716
>      Project: Harmony
>         Type: Bug

>   Components: Classlib
>     Reporter: Oliver Deakin
>     Assignee: Tim Ellison
>     Priority: Minor
>  Attachments: nio.prefs.fix.dll.target.diff
>
> The prefs and nio Windows makefiles have an error in the DLLNAME variable that means the dll is directly built into the deploy/jdk/jre/bin directory instead of into the parent directory (..). The problem caused by this is that the .map and .pdb files are automatically generated in the same location (ie jre/bin), which we do not want. The dll should be built into the parent directory, and then copied into jre/bin without the map/pdb. I will attach the trivial patch to fix this.

-- 
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: (HARMONY-716) [classlib] Prefs and NIO pdb and map files created in jre/bin

Posted by "Tim Ellison (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-716?page=all ]
     
Tim Ellison resolved HARMONY-716:
---------------------------------

    Resolution: Fixed

Thanks Oliver,

Patch applied to makefiles in NIO and PREFS at repo revision r418218.


Please check that the patch was applied as you expected.


> [classlib] Prefs and NIO pdb and map files created in jre/bin
> -------------------------------------------------------------
>
>          Key: HARMONY-716
>          URL: http://issues.apache.org/jira/browse/HARMONY-716
>      Project: Harmony
>         Type: Bug

>   Components: Classlib
>     Reporter: Oliver Deakin
>     Assignee: Tim Ellison
>     Priority: Minor
>  Attachments: nio.prefs.fix.dll.target.diff
>
> The prefs and nio Windows makefiles have an error in the DLLNAME variable that means the dll is directly built into the deploy/jdk/jre/bin directory instead of into the parent directory (..). The problem caused by this is that the .map and .pdb files are automatically generated in the same location (ie jre/bin), which we do not want. The dll should be built into the parent directory, and then copied into jre/bin without the map/pdb. I will attach the trivial patch to fix this.

-- 
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: (HARMONY-716) [classlib] Prefs and NIO pdb and map files created in jre/bin

Posted by "Oliver Deakin (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/HARMONY-716?page=comments#action_12418595 ] 

Oliver Deakin commented on HARMONY-716:
---------------------------------------

Looks good - thanks Tim.

> [classlib] Prefs and NIO pdb and map files created in jre/bin
> -------------------------------------------------------------
>
>          Key: HARMONY-716
>          URL: http://issues.apache.org/jira/browse/HARMONY-716
>      Project: Harmony
>         Type: Bug

>   Components: Classlib
>     Reporter: Oliver Deakin
>     Assignee: Tim Ellison
>     Priority: Minor
>  Attachments: nio.prefs.fix.dll.target.diff
>
> The prefs and nio Windows makefiles have an error in the DLLNAME variable that means the dll is directly built into the deploy/jdk/jre/bin directory instead of into the parent directory (..). The problem caused by this is that the .map and .pdb files are automatically generated in the same location (ie jre/bin), which we do not want. The dll should be built into the parent directory, and then copied into jre/bin without the map/pdb. I will attach the trivial patch to fix this.

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