With the nightly builds you can, works like a charm!

Eric <><

----- Original Message ----
From: Erich Eichinger <[EMAIL PROTECTED]>
To: Eric Fetzer <[EMAIL PROTECTED]>; Nant Users 
<nant-users@lists.sourceforge.net>
Sent: Thursday, February 8, 2007 10:00:52 AM
Subject: RE: [NAnt-users] 1.1 and 2.0 in same build


Hi,

you can't build vs2005 using a <solution> task. You must use the <msbuild> task 
from the nant.contrib project.

if you just want to change the current target framework and use <csc> for 
compiling your sources, you can do that by setting the 
"nant.settings.currentframework" property:

    <property name="nant.settings.currentframework" value="net-1.1"/>

for valid values see nant.exe.config file

cheers,
Erich

> -----Original Message-----
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On Behalf 
> Of Eric Fetzer
> Sent: Thursday, February 08, 2007 5:54 PM
> To: Nant Users
> Subject: [NAnt-users] 1.1 and 2.0 in same build
> 
> I need to be able to build both VS2005 and VS2003 built 
> projects in the same build.  In other words, how can I tell 
> <Solution> to target which framework from inside a build 
> script?  Thanks - Eric
> 
> 
>  
> ______________________________________________________________
> ______________________
> Don't get soaked.  Take a quick peak at the forecast with the 
> Yahoo! Search weather shortcut.
> http://tools.search.yahoo.com/shortcuts/#loc_weather
> 
> --------------------------------------------------------------
> -----------
> Using Tomcat but need to do more? Need to support web 
> services, security?
> Get stuff done quickly with pre-integrated technology to make 
> your job easier.
> Download IBM WebSphere Application Server v.1.0.1 based on 
> Apache Geronimo
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&;;
dat=121642
> _______________________________________________
> NAnt-users mailing list
> NAnt-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/nant-users
>


 
____________________________________________________________________________________
The fish are biting. 
Get more visitors on your site using Yahoo! Search Marketing.
http://searchmarketing.yahoo.com/arp/sponsoredsearch_v2.php

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
NAnt-users mailing list
NAnt-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to