[
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