Author: brett
Date: Thu Jul 10 04:54:47 2014
New Revision: 1609387

URL: http://svn.apache.org/r1609387
Log:
[NPANDAY-505] add backup paths for old tools versions

Not all SDKs will set the registry values for these, so look up based on
the following table: http://msdn.microsoft.com/en-us/library/bb397428.aspx

Modified:
    
incubator/npanday/trunk/components/dotnet-core/src/main/resources/META-INF/npanday/compiler-plugins.xml

Modified: 
incubator/npanday/trunk/components/dotnet-core/src/main/resources/META-INF/npanday/compiler-plugins.xml
URL: 
http://svn.apache.org/viewvc/incubator/npanday/trunk/components/dotnet-core/src/main/resources/META-INF/npanday/compiler-plugins.xml?rev=1609387&r1=1609386&r2=1609387&view=diff
==============================================================================
--- 
incubator/npanday/trunk/components/dotnet-core/src/main/resources/META-INF/npanday/compiler-plugins.xml
 (original)
+++ 
incubator/npanday/trunk/components/dotnet-core/src/main/resources/META-INF/npanday/compiler-plugins.xml
 Thu Jul 10 04:54:47 2014
@@ -88,6 +88,7 @@
     </platforms>
     <probingPaths>
       
<probingPath>${HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSBuild\ToolsVersions\2.0@MSBuildToolsPath}</probingPath>
+      
<probingPath>${env.SYSTEMROOT}\Microsoft.NET\Framework\v2.0.50727</probingPath>
     </probingPaths>
     <commandFilter>
       <includes>
@@ -153,6 +154,7 @@
     </platforms>
     <probingPaths>
       
<probingPath>${HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSBuild\ToolsVersions\3.5@MSBuildToolsPath}</probingPath>
+      <probingPath>${env.SYSTEMROOT}\Microsoft.NET\Framework\v3.5</probingPath>
     </probingPaths>
     <commandFilter>
       <includes>
@@ -242,6 +244,7 @@
     </platforms>
     <probingPaths>
       
<probingPath>${HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSBuild\ToolsVersions\3.5@MSBuildToolsPath}</probingPath>
+      <probingPath>${env.SYSTEMROOT}\Microsoft.NET\Framework\v3.5</probingPath>
     </probingPaths>
     <commandFilter>
       <includes>


Reply via email to