Bugs item #1074738, was opened at 2004-11-28 19:03
Message generated for change (Comment added) made by rubicon_hfr
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=1074738&group_id=31650

Category: Tasks
Group: 0.8.4.0
Status: Open
Resolution: None
>Priority: 3
Submitted By: rubicon_hfr (rubicon_hfr)
Assigned to: Nobody/Anonymous (nobody)
Summary: <solution> cannot handle .csdproj files

Initial Comment:
I'd like to create a NAnt build for a Pocket PC
application using the .NET Compact Framework 1.0:

The <solution> task cannot handle .csdproj (C# Device
Project File) files even I provide the -k:netcf-1.0
parameter.


<solution configuration="release"
solutionfile="${build.root}/AppName.sln" />


Output:

 [solution] Only C#, VB.NET and C++ projects are
supported.  Skipping project 'AppName.csdproj'.

BUILD SUCCEEDED


Using the <csc> task it is possible to compile it!

Kind Regards,
hfr


----------------------------------------------------------------------

>Comment By: rubicon_hfr (rubicon_hfr)
Date: 2004-12-14 10:51

Message:
Logged In: YES 
user_id=1167777

...or just use <csc> task

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=1074738&group_id=31650


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
_______________________________________________
nant-developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-developers

Reply via email to