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.
----- Original Message -----
Sent: Wednesday, April 07, 2004 3:08 PM
Subject: Query on Nant's usage on .NET Compact framework

Hi Gert,

            I’m using stable build of Nant 0.84 on 12/26/2003. I found it as really awesome tool for building application across multiple platforms.

            Though I’ve seen this tool working perfectly while building Windows Application on .NET 1.1 as well as .NET 1.0, my requirement is to use NANT for .NET compact framework 1.0 (version 1.0.5000).

But NANT says “only C#, VB.NET and C++ projects are supported… Skipping projectand stops.

My solution contains “csdproj” ( C# device project file).

 

As per a suggestion from Nant user group, I tried the above mentioned solution file with recent nightly build at http://nant.sourceforge.net/builds/

 

So this implies, till date, NANT doesn’t support the building of .NET Compact framework solution.

 

I would grateful to you if you can provide some information to accomplish that task with NANT .

 

I’ve used following build file for my purpose

 

<?xml version="1.0"?>

<project default="">

            <solution solutionfile="E:\JOY\BUILD-PROCESS-SOURCECODE\TestFinal-dll\Test\test.sln" configuration="Debug|Windows CE" verbose="true" />

</project>

 

Please provide your precious feedback at earliest, coz this build process is very important task to me.

 

-Regards

Joyprakash Saikia

 Design Analyst (.NET)

Global Microsoft business Unit

Wipro Technologies

 Bangalore,India

 

 

 

          

 

 

Confidentiality Notice


The information contained in this electronic message and any attachments to this message are intended
for the exclusive use of the addressee(s) and may contain confidential or privileged information. If
you are not the intended recipient, please notify the sender at Wipro or [EMAIL PROTECTED] immediately
and destroy all copies of this message and any attachments.

Reply via email to