You are viewing a plain text version of this content. The canonical link for it is here.
Posted to npanday-commits@incubator.apache.org by "Brett Porter (Created) (JIRA)" <ji...@apache.org> on 2011/12/06 14:23:40 UTC

[jira] [Created] (NPANDAY-501) COM references do not work on x64 machines

COM references do not work on x64 machines
------------------------------------------

                 Key: NPANDAY-501
                 URL: https://issues.apache.org/jira/browse/NPANDAY-501
             Project: NPanday
          Issue Type: Task
    Affects Versions: 1.4.1-incubating
            Reporter: Brett Porter


ProjectDaoImpl contains the following hardcoding:
String registryPath = "HKEY_CLASSES_ROOT\\TypeLib\\" + newClassifier + "\\win32\\";

On x64 machines, the last part is win64. I'm not sure if a straight translation makes sense, however.

There should be an integration test for this - the WiX example https://svn.apache.org/repos/asf/incubator/npanday/trunk/plugins/wix-maven-plugin/src/it/IT004/pom.xml at -r1210927 exhibited this

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

        

[jira] [Updated] (NPANDAY-501) COM references do not work on x64 machines

Posted by "Brett Porter (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/NPANDAY-501?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brett Porter updated NPANDAY-501:
---------------------------------

    Description: 
ProjectDaoImpl contains the following hardcoding:
{code}
String registryPath = "HKEY_CLASSES_ROOT\\TypeLib\\" + newClassifier + "\\win32\\";
{code}

On x64 machines, the last part is win64. I'm not sure if a straight translation makes sense, however.

There should be an integration test for this - the WiX example https://svn.apache.org/repos/asf/incubator/npanday/trunk/plugins/wix-maven-plugin/src/it/IT004/pom.xml at -r1210927 exhibited this

  was:
ProjectDaoImpl contains the following hardcoding:
String registryPath = "HKEY_CLASSES_ROOT\\TypeLib\\" + newClassifier + "\\win32\\";

On x64 machines, the last part is win64. I'm not sure if a straight translation makes sense, however.

There should be an integration test for this - the WiX example https://svn.apache.org/repos/asf/incubator/npanday/trunk/plugins/wix-maven-plugin/src/it/IT004/pom.xml at -r1210927 exhibited this

    
> COM references do not work on x64 machines
> ------------------------------------------
>
>                 Key: NPANDAY-501
>                 URL: https://issues.apache.org/jira/browse/NPANDAY-501
>             Project: NPanday
>          Issue Type: Task
>    Affects Versions: 1.4.1-incubating
>            Reporter: Brett Porter
>
> ProjectDaoImpl contains the following hardcoding:
> {code}
> String registryPath = "HKEY_CLASSES_ROOT\\TypeLib\\" + newClassifier + "\\win32\\";
> {code}
> On x64 machines, the last part is win64. I'm not sure if a straight translation makes sense, however.
> There should be an integration test for this - the WiX example https://svn.apache.org/repos/asf/incubator/npanday/trunk/plugins/wix-maven-plugin/src/it/IT004/pom.xml at -r1210927 exhibited this

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