Joyprakash,
The NAnt <solution> does
indeed not support the .NET Compact Framework right now, although it wouldn't be
very difficult to add support for this. The reason why we haven't yet
implemented support for the .NET Compact Framework to the <solution> task
is because we want to change the <solution> to use other NAnt tasks under
the hood.
However, the following NAnt tasks do
support the .NET Compact Framework 1.0 :
<csc>
<vbc>
<al>
<resgen>
So it is perfectly possible to build
applications targeting the .NET Compact Framwork 1.0 using NAnt, you just can't
use the <solution> task right now.
Hope this helps,
Gert
PS. Please post questions to the
NAnt users list, so other users can learn from your problems or
questions.
|