[ 
https://issues.apache.org/jira/browse/LOG4NET-114?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12474356
 ] 

Curt Arnold commented on LOG4NET-114:
-------------------------------------

That could be an issue, but that was not the issue that I was running up 
against.  As it was, the nant.build on Mono would say that .NET 1.0, 1.1 and 
2.0 were not present and then exit without doing anything.  The modifications 
now result in it saying that the 3 .NETs are not present and then compile 
targeting the Mono framework and run the unit tests.

As for targeting multiple frameworks, the nunit2 test element supports an 
appconfig attribute.  If you compiled the test with the earliest installed .NET 
or Mono framework, then it seems you could run it with a different appconfig 
file to force it to run on a later framework.

I think it likely that the compile-net-2.0 target will fail with the same 
obsolete messages that the mono target encountered.

> Unit tests only support .NET 1.0
> --------------------------------
>
>                 Key: LOG4NET-114
>                 URL: https://issues.apache.org/jira/browse/LOG4NET-114
>             Project: Log4net
>          Issue Type: Bug
>          Components: Other
>            Reporter: Curt Arnold
>
> tests/nant.build only supports running the unit tests on .NET 1.0, but 
> supports compilation on .NET 1.1 and .NET 2.0.  Mono is not supported for 
> either test compilation or running.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to