Hello nant-users,
How compile for CF 1.x (2.0) and when download CF 2.0 ?
NET Firebird Data Provider support CF 2.0 but i can not c...
this platform :(
--
Best regards,
Lion mailto:[EMAIL PROTECTED]
---
This SF.ne
Title: RE: [Nant-users] Support for .NET Compact Framework
Can someone tell me what is the advantage of using Nant to build the assemblies rather than using the
devenv.com using the he solution file.
I can see that it is helpful if one does not have Visual Studio.NET. But are there any
Scott Hernandez wrote:
hope to get to this patched later this week. We will probably need to
support a config file and maybe even a config task. I'm not sure whether
you would want to specify the target framework via a external config file,
or via information in your build file. What do you think
Re: [Nant-users] Support for .NET
As per our developers:
Our compiling also requires us to use /noconfig in addition to
/nostdlib, because this causes it to include settings in the global
csc.rsp file that we don't want.
We were able to disable both in the compiler task using:
We also added the following variables:
windows.
Hi Gert,
It seems like issue #4 is the only that cannot be resolved without code
changes. As for #1 and #2 you can just use an inside of the task.
For #3 we should really get a specific task for it, but in the mean time
you should be able to use the exec task. If you would like to help, you
could
Hi,
Is support for compiling .NET Compact Framework applications (using the
.NET Framework 1.1 compilers) planned for NAnt ?
In order to support compiling applications for the .NET Compact Framework
the following changes should be implemented :
- the C# compiler task should support the /nos