svn commit: r1308725 - /incubator/npanday/trunk/plugins/netplugins/NPanday.Plugin.Settings/src/main/csharp/DotnetSdkLocator.cs

2012-04-03 Thread brett
Author: brett Date: Tue Apr 3 07:04:39 2012 New Revision: 1308725 URL: http://svn.apache.org/viewvc?rev=1308725view=rev Log: reverse the order of searching for the Windows SDK, as on x86_64 systems it puts all the executables in c:\Program Files, but still creates c:\Program Files (x86) version

[jira] [Created] (NPANDAY-555) some legitimate compiler parameters (e.g. /win32manifest) are ignored by the compiler

2012-04-03 Thread Brett Porter (Created) (JIRA)
some legitimate compiler parameters (e.g. /win32manifest) are ignored by the compiler - Key: NPANDAY-555 URL: https://issues.apache.org/jira/browse/NPANDAY-555

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

2012-04-03 Thread brett
Author: brett Date: Wed Apr 4 01:54:42 2012 New Revision: 1309208 URL: http://svn.apache.org/viewvc?rev=1309208view=rev Log: [NPANDAY-555] sort arguments so it is easier to identify differences Modified:

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

2012-04-03 Thread brett
Author: brett Date: Wed Apr 4 02:01:56 2012 New Revision: 1309211 URL: http://svn.apache.org/viewvc?rev=1309211view=rev Log: [NPANDAY-555] align the available options to the documentation Modified:

[jira] [Resolved] (NPANDAY-555) some legitimate compiler parameters (e.g. /win32manifest) are ignored by the compiler

2012-04-03 Thread Brett Porter (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/NPANDAY-555?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brett Porter resolved NPANDAY-555. -- Resolution: Fixed some legitimate compiler parameters (e.g. /win32manifest) are ignored

svn commit: r1309216 - /incubator/npanday/trunk/plugins/netplugins/NPanday.Plugin.Settings/src/main/csharp/DotnetSdkLocator.cs

2012-04-03 Thread brett
Author: brett Date: Wed Apr 4 02:45:04 2012 New Revision: 1309216 URL: http://svn.apache.org/viewvc?rev=1309216view=rev Log: fix compile error Modified: incubator/npanday/trunk/plugins/netplugins/NPanday.Plugin.Settings/src/main/csharp/DotnetSdkLocator.cs Modified: