[
https://issues.apache.org/jira/browse/NPANDAY-116?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Brett Porter closed NPANDAY-116.
--------------------------------
Resolution: Duplicate
Fix Version/s: (was: Backlog)
Assignee: Brett Porter
> dependency entry wrong after add reference for system.data in visual studio
> ---------------------------------------------------------------------------
>
> Key: NPANDAY-116
> URL: https://issues.apache.org/jira/browse/NPANDAY-116
> Project: NPanday
> Issue Type: Bug
> Reporter: inghooo
> Assignee: Brett Porter
> Priority: Minor
>
> when i add the reference to System.Data in a VS project
> NPanday adds a dependency
> <dependency>
> <groupId>System.Data</groupId>
> <artifactId>System.Data</artifactId>
> <version>2.0.0.0</version>
> <type>gac_msil</type>
> <classifier>B77A5C561934E089</classifier>
> </dependency>
> to my pom;
> On mvn compile the compiler looks for
> /reference:C:\WINDOWS\assembly\GAC_MSIL\System.Data\2.0.0.0__B77A5C561934E089\System.Data.dll
> and he doesn't find the System.Data.dll
> because System.Data is in c:\WINDOWS\assembly\GAC_32\ and not in
> c:\WINDOWS\assembly\GAC_MSIL\
> using gac_32 instead of gac_sil in <type> works;
> but it would be a great help if npanday automatically
> understands that System.Data is not in GAC_MSIL but in GAC_32 and
> automatically writes the correct dependency
> sincerely
> ingo
--
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