.Net 4.0 compile requires Visual Studio build tasks to be installed
-------------------------------------------------------------------
Key: NPANDAY-449
URL: https://issues.apache.org/jira/browse/NPANDAY-449
Project: NPanday
Issue Type: Bug
Components: Maven Plugins
Affects Versions: 1.4-incubating
Environment: > mvn -v
Apache Maven 2.2.1 (r801777; 2009-08-06 12:16:01-0700)
Java version: 1.6.0_24
Java home: C:\Progra~1\Java\jdk1.6.0_24\jre
Default locale: en_US, platform encoding: Cp1252
OS name: "windows 7" version: "6.1" arch: "amd64" Family: "windows"
Reporter: John R. Fallows
For framework version 4.0, the compile command implicitly adds references to
the following Visuals Studio libraries.
o Microsoft.Build.Tasks.v4.0.dll"
o Microsoft.Data.Entity.Build.Tasks.dll
o Microsoft.VisualC.STLCLR.dll
These are not required to build the resulting dotnet library with NPanday, but
cause the NPanday build to fail when Visual Studio is not installed because the
referenced libraries are missing. Therefore the referenced libraries should at
least be made optional by detecting if they exist on the filesystem before
adding as a reference.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira