https://issues.apache.org/bugzilla/show_bug.cgi?id=51023
Summary: nunit task should support nunit-console-x86
Product: Ant
Version: unspecified
Platform: PC
Status: NEW
Severity: enhancement
Priority: P2
Component: .NET Antlib
AssignedTo: [email protected]
ReportedBy: [email protected]
Created an attachment (id=26857)
--> (https://issues.apache.org/bugzilla/attachment.cgi?id=26857)
adds a boolean attribute x86 to file NUnitTask.java
When running test assemblies targeting x86 in a 64bit windows os, the file
nunit-console-x86.exe has to be used instead of nunit-console.exe.
Currently, there is no way to toggle this in the nunit task. The attached patch
implements a a boolean attribute that when set to true will use
nunit-console-x86.exe.
Could you please apply this patch to trunk?
Regards
Peder Refsnes
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.