RE: [nant-dev] Build against .NET FX 2.0 Release C# Projects

2006-02-02 Thread Martin Aliger
Hi,

> To build them, you have several options.  There's a few 
> patches floating around that will create new tasks for 
> MSBuild projects

Give a try to mine proposal. It could be found here:
http://maliger.webpark.cz/binaries.zip  (there are sources as well, if
you're interested)

You need framework 2.0 and SDK 2.0 installed. All you have to change is
 to . Give us know, how it works for you.

Thanks,
Martin



---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
___
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers


Re: [nant-dev] Build against .NET FX 2.0 Release C# Projects

2006-02-01 Thread Mike Edenfield

Rick Garibay wrote:

I am trying to build a .NET 2.0 project. I know that VS
2005 solutions aren't supported yet, but are projects supported?


Not natively.  VS2005 project files are MSBuild scripts, which are 
significantly different from old-style project files.  For one, they 
don't tell you what language your project is written in (not directly -- 
you can figure it out by which MSBuild targets are included).


To build them, you have several options.  There's a few patches floating 
around that will create new tasks for MSBuild projects; or you can cook 
up your own custom tasks.  Or, the quick-and-dirty way is to use  
to launch MSBuild and point it at your solution/project files.


--Mike





---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
___
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers


RE: [nant-dev] Build against .NET FX 2.0 Release C# Projects

2006-02-01 Thread Gert Driesen
Rick,

The  task currently does not support .NET 2.0 solutions or
projects.

Gert

> -Original Message-
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On 
> Behalf Of Rick Garibay
> Sent: dinsdag 24 januari 2006 22:31
> To: nant-developers@lists.sourceforge.net
> Subject: [nant-dev] Build against .NET FX 2.0 Release C# Projects
> 
>  <> I am trying to build a .NET 2.0 project. I know that VS
> 2005 solutions aren't supported yet, but are projects supported?
> 
> This is what I am running at the command line: nant -t:net-2.0 build
> where build is the name of my target.
> 
> Also, I changed all references in the framework element where the name
> attribute is "net-2.0" from the BETA 1 build to the release version of
> v2.0.50727 as follows:
> 
>  name="net-2.0" 
> family="net" 
> version="2.0" 
> description="Microsoft .NET Framework 2.0" 
> runtimeengine=""
> sdkdirectory="${path::combine(sdkInstallRoot,
> 'bin')}" 
> frameworkdirectory="${path::combine(installRoot,
> 'v2.0.50727')}" 
>  
> frameworkassemblydirectory="${path::combine(installRoot, 
> 'v2.0.50727')}"
> clrversion="2.0.50727"
> >
> 
> 
> Any help greatly appreciated.
> 
> Rick G. Garibay
> Corporate Systems
> Development Lead, MCP
> DriveTime Sales & Finance Co.
> 
> 
> 
> 
> 
> 
> This email message and any attachments contain information 
> which may be privileged and confidential. If you are not the 
> intended recipient or have received this transmission in 
> error, please notify the sender immediately and destroy all 
> electronic and hard copies of the communication, including 
> attachments. Any disclosure, copying, distribution or use of 
> this information is strictly prohibited.  Thank you.
> 
> 
> 
> 



---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
___
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers