Well it works as near as I can tell. Where are you hosting this? They do some odd stuff...
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Tuesday, May 25, 2004 5:05 PM To: [EMAIL PROTECTED] Subject: Nant-users digest, Vol 1 #834 - 8 msgs Send Nant-users mailing list submissions to [EMAIL PROTECTED] To subscribe or unsubscribe via the World Wide Web, visit https://lists.sourceforge.net/lists/listinfo/nant-users or, via email, send a message with subject or body 'help' to [EMAIL PROTECTED] You can reach the person managing the list at [EMAIL PROTECTED] When replying, please edit your Subject line so it is more specific than "Re: Contents of Nant-users digest..." Today's Topics: 1. String comparison pre .85 (Kevin ) 2. Re: String comparison pre .85 (Ian MacLean) 3. Re: [ ] [Nant-users] Error with Solution Task (Gert Driesen) 4. cvs update issues (steve gupta) 5. RE: cvs update issues (Clayton Harbour) 6. Re: String comparison pre .85 (Gary Feldman) 7. .NET Framework Version (Blokhin, Oleg) 8. Global Properties Problem (Dan Pupek) --__--__-- Message: 1 From: "Kevin " <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Date: Mon, 24 May 2004 18:20:23 -0500 Subject: [Nant-users] String comparison pre .85 Can any of you elite NAnt expression creators out there help me out? I am trying to do a simple string compare against a property that is set by a parent target. If you have any suggestions as to the proper NAnt way to accomplish such things I am all ears. I am on the nightly as of 5/20/2004 of both NAnt and Contrib. <if test="${string::contains('${db.type}','oracle')}"> <property name="connection.string" value="Provider=msdaora;Data Source=${db.servername}; User Id=${db.saname};Password=${db.sapass};" /> </if> <if test="${ '${db.type}' = 'mssql'}"> <property name="connection.string" value="Provider=sqloledb;Data Source=${db.servername}; Initial Catalog=${db.name}; uid=${db.saname};pwd=${db.sapass};" /> </if> Kevin Miller --__--__-- Message: 2 Date: Tue, 25 May 2004 15:14:14 +0900 From: Ian MacLean <[EMAIL PROTECTED]> To: Kevin <[EMAIL PROTECTED]> CC: [EMAIL PROTECTED] Subject: Re: [Nant-users] String comparison pre .85 Kevin, don't nest the expression tag ${} ie use: ${string::contains(db.type,'oracle')} instead of: ${string::contains('${db.type}','oracle')} ${} now denotes an expression rather than just a property and to use a property inside an expression just use its name. If the expression consists of nothing but a property name then the value of that property will be returned. So : ${somefunc(foo)} says perform some function on property named foo returning the result and: ${foo} says return the value of foo I hope that makes it a little clearer. Proably somthing to put in the FAQ Ian Kevin wrote: >Can any of you elite NAnt expression creators out there help me out? > >I am trying to do a simple string compare against a property that is set by >a parent target. If you have any suggestions as to the proper NAnt way to >accomplish such things I am all ears. I am on the nightly as of 5/20/2004 of >both NAnt and Contrib. > ><if test="${string::contains('${db.type}','oracle')}"> ><property name="connection.string" value="Provider=msdaora;Data >Source=${db.servername}; User Id=${db.saname};Password=${db.sapass};" /> ></if> > ><if test="${ '${db.type}' = 'mssql'}"> ><property name="connection.string" value="Provider=sqloledb;Data >Source=${db.servername}; Initial Catalog=${db.name}; >uid=${db.saname};pwd=${db.sapass};" /> ></if> > >Kevin Miller > > > >------------------------------------------------------- >This SF.Net email is sponsored by: Oracle 10g >Get certified on the hottest thing ever to hit the market... Oracle 10g. >Take an Oracle 10g class now, and we'll give you the exam FREE. >http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click >_______________________________________________ >Nant-users mailing list >[EMAIL PROTECTED] >https://lists.sourceforge.net/lists/listinfo/nant-users > > -- Ian MacLean, Developer, ActiveState, a division of Sophos http://www.ActiveState.com --__--__-- Message: 3 From: "Gert Driesen" <[EMAIL PROTECTED]> To: "Garth Ormsby" <[EMAIL PROTECTED]>, "'Ceely, Aron D'" <[EMAIL PROTECTED]>, <[EMAIL PROTECTED]> Subject: Re: [ ] [Nant-users] Error with Solution Task Date: Tue, 25 May 2004 10:18:02 +0200 Organization: NAnt Team Garth, Aron, Can you try again using the latest nightly build, and report back ? Thanks, Gert ----- Original Message ----- From: "Garth Ormsby" <[EMAIL PROTECTED]> To: "'Ceely, Aron D'" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Tuesday, May 25, 2004 3:09 AM Subject: RE: [ ] [Nant-users] Error with Solution Task > Hi, > I've got the same/similar problem, using: NAnt 0.85 (Build 0.85.1548.0; > net-1.0.win32; nightly; 28-Mar-04), where a vb.net project that has a number > of references to COM dlls - builds ok in VS.Net and fails to build in nant > with the "reference required... " errors. > > A workaround that works ok for me - for each of the COM dlls, I separately > do a tlbimp to a known directory relative to the build work-area, and then > changed *all* the references to refer to the tlbimp'd dlls, not the COM dlls > directly. A bit of a pain, but.. adding the tlbimps wasn't too bad. > > Cheers > ,-_|\ Garth Ormsby, Internet Group > / \ Computershare Technology Services > \_,-._* Sydney Australia > v > > -----Original Message----- > From: Ceely, Aron D [mailto:[EMAIL PROTECTED] > Sent: Thursday, 20 May 2004 1:39 > To: [EMAIL PROTECTED] > Subject: [ ] [Nant-users] Error with Solution Task > > > > I am getting an error while trying to build an ASP.Net web project, I have > pasted parts of the logfile below. > > > > [solution] Starting solution build. > > [solution] Only C#, VB.NET and C++ projects are supported. Skipping > project 'CTIP_Data\CTIP_Data.dbp'. > > [solution] Loading projects... > > [solution] Loading project > 'e:\Data\Projects\CTIP\ctip_build\buildsolution\CTIP_Lib\CTIP_Lib.vbproj'. > > [solution] Loading project > 'E:\Data\Projects\CTIP\ctip_build\Build\tip_build\TIP.vbproj'. > > [solution] Gathering additional dependencies... > > [solution] Fixing up references... > > [solution] Skipping 'CTIP_Lib' [debug]... > > [solution] Fixing up references... > > [solution] Building 'TIP' [debug]... > > [solution] Copying references: > > [solution] - System.Web > > [solution] - Office > > [solution] D:\Apps\Microsoft Visual Studio .NET > 2003\SDK\v1.1\bin\tlbimp.exe "d:\Apps\Microsoft Office 2000\Office\MSO9.DLL" > /silent > /out:"e:\Data\Projects\CTIP\ctip_build\build\tip_build\bin\Interop.Office.dl > l" /namespace:Office > > [solution] - System.Data > > [solution] - log4net > > [copy] Copying 1 file to > 'e:\Data\Projects\CTIP\ctip_build\build\tip_build\bin'. > > [copy] Copying > 'E:\Data\Projects\CTIP\ctip_build\Build\tip_build\Assemblies\log4net.dll' to > 'e:\Data\Projects\CTIP\ctip_build\build\tip_build\bin\log4net.dll'. > > [solution] - System.XML > > [solution] - System.Design > > [solution] - System > > [solution] - CommonLib > > [copy] Copying 1 file to > 'e:\Data\Projects\CTIP\ctip_build\build\tip_build\bin'. > > [copy] Copying > 'E:\Data\Projects\CTIP\ctip_build\Build\tip_build\Assemblies\CommonLib.dll' > to 'e:\Data\Projects\CTIP\ctip_build\build\tip_build\bin\CommonLib.dll'. > > [solution] - PowerPoint > > [solution] D:\Apps\Microsoft Visual Studio .NET > 2003\SDK\v1.1\bin\tlbimp.exe "d:\Apps\Microsoft Office > 2000\Office\msppt9.olb" /silent > /out:"e:\Data\Projects\CTIP\ctip_build\build\tip_build\bin\Interop.PowerPoin > t.dll" /namespace:PowerPoint > > [solution] - System.Drawing... > > > > ...[solution] > "E:\Data\Projects\CTIP\ctip_build\Build\tip_build\Classes\ProjectInfo.vb" > > > E:\Data\Projects\CTIP\ctip_build\Build\tip_build\Classes\ReportCommon.vb(701 > ) : error BC30652: Reference required to assembly 'Office' containing the > type 'Office.MsoTriState'. Add one to your project. > > > > > > Essentially, I have some code that is accessing an external COM library for > MS Office 2000, and apparently something is having a hard time resolving the > code at compile time to determine which assembly to reference. I have added > a reference in the web project to the COM library which creates in Interop > assembly with a namespace of Office, however when running the solution task > Nant also converts the same DLL using tlbimp.exe as noted above. I am able > to compile to project and solution that contains the project in VS.Net 2003 > without a problem, and am a bit stumped as to where to go from here. If > anyone has any experience dealing with a similar issue related to extneral > COM library references and knows a work around I would appreciate any > information they could provide. I have also included a snippet from the > build file in question. > > > > <target name="Clean"> > > <solution solutionfile="${build.sourcedir}\CTIP_Web.sln" > configuration="${config}" outputdir="${build.dir}" verbose="true"> > > <webmap url="" path=""> > > <map url="http://localhost/TIPBuild/TIP.vbproj" > path="${build.webproj.path}\TIP.vbproj" /> > > </webmap> > > <excludeprojects> > > <includes name="CTIP_Lib.vbproj" /> > > </excludeprojects> > > </solution> > > </target> > > > > Thanks, > > > > Aron Ceely > > > > > > --- > This email and any files transmitted with it are solely intended for the use of the addressee(s) and may contain information that is confidential and privileged. If you receive this email in error, please advise us by return email immediately. Please also disregard the contents of the email, delete it and destroy any copies immediately. > Computershare Limited and its subsidiaries do not accept liability for the views expressed in the email or for the consequences of any computer viruses that may be transmitted with this email. > This email is also subject to copyright. No part of it should be reproduced, adapted or transmitted without the written consent of the copyright owner. > > --__--__-- Message: 4 From: "steve gupta" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Date: Tue, 25 May 2004 08:53:39 -0400 Subject: [Nant-users] cvs update issues This is a multi-part message in MIME format. ------=_NextPart_000_0009_01C44235.C5DEF640 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable My issue with the cvs update functions this week is that if I am trying=20 to do an update on a module and there is an empty non cvs directory=20 or empty cvs directory the update fails. Any workarounds or is this fix in a newer build than the one I am using? Thanks! ------=_NextPart_000_0009_01C44235.C5DEF640 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML><HEAD> <META http-equiv=3DContent-Type content=3D"text/html; = charset=3Diso-8859-1"> <META content=3D"MSHTML 6.00.2900.2096" name=3DGENERATOR> <STYLE></STYLE> </HEAD> <BODY bgColor=3D#ffffff> <DIV><FONT face=3DArial size=3D2>My issue with the cvs update functions = this week is=20 that if I am trying </FONT></DIV> <DIV><FONT face=3DArial size=3D2>to do an update on a module and there = is an empty=20 non cvs directory </FONT></DIV> <DIV><FONT face=3DArial size=3D2>or empty cvs directory the update=20 fails.</FONT></DIV> <DIV><FONT face=3DArial size=3D2></FONT> </DIV> <DIV><FONT face=3DArial size=3D2>Any workarounds or is this fix in a = newer build=20 than the one I am using?</FONT></DIV> <DIV><FONT face=3DArial size=3D2></FONT> </DIV> <DIV><FONT face=3DArial size=3D2>Thanks!</FONT></DIV></BODY></HTML> ------=_NextPart_000_0009_01C44235.C5DEF640-- --__--__-- Message: 5 Subject: RE: [Nant-users] cvs update issues Date: Tue, 25 May 2004 07:17:38 -0700 From: "Clayton Harbour" <[EMAIL PROTECTED]> To: "steve gupta" <[EMAIL PROTECTED]>, <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> This is a multi-part message in MIME format. ------_=_NextPart_001_01C44263.089B6C6E Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Hi Steve, =20 Can you post a test case to the sharpcvslib dev list (cc'd on this email). The nightly build might be the way to go if you are able to, the <cvs-update/> in the nightly build can be configured to use a different cvs executable (such as cvsnt). It still uses the sharpcvs library by default but if there are issues with this then you can specify a different cvs binary. =20 =20 Cheers, =20 =20 Clayton -----Original Message----- From: steve gupta [mailto:[EMAIL PROTECTED] Sent: May 25, 2004 5:54 AM To: [EMAIL PROTECTED] Subject: [Nant-users] cvs update issues My issue with the cvs update functions this week is that if I am trying=20 to do an update on a module and there is an empty non cvs directory=20 or empty cvs directory the update fails. =20 Any workarounds or is this fix in a newer build than the one I am using? =20 Thanks! ------_=_NextPart_001_01C44263.089B6C6E Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: quoted-printable <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML><HEAD> <META HTTP-EQUIV=3D"Content-Type" CONTENT=3D"text/html; = charset=3Dus-ascii"> <TITLE>Message</TITLE> <META content=3D"MSHTML 6.00.2800.1400" name=3DGENERATOR> <STYLE></STYLE> </HEAD> <BODY bgColor=3D#ffffff hb_focus_attach=3D"true"> <DIV><SPAN class=3D826010614-25052004><FONT face=3DArial color=3D#0000ff = size=3D2>Hi=20 Steve,</FONT></SPAN></DIV> <DIV><SPAN class=3D826010614-25052004><FONT face=3DArial color=3D#0000ff = size=3D2></FONT></SPAN> </DIV> <DIV><SPAN class=3D826010614-25052004><FONT face=3DArial color=3D#0000ff = size=3D2>Can=20 you post a test case to the sharpcvslib dev list (cc'd on this = email). The=20 nightly build might be the way to go if you are able=20 to, t</FONT></SPAN><SPAN class=3D826010614-25052004><FONT = face=3DArial=20 color=3D#0000ff size=3D2>he <cvs-update/> in the nightly build can = be=20 configured to use a different cvs executable (such as cvsnt). It = still=20 uses the sharpcvs library by default but if there are issues with this = then you=20 can specify a different cvs binary.</FONT></SPAN></DIV> <DIV><SPAN class=3D826010614-25052004><FONT face=3DArial color=3D#0000ff = size=3D2></FONT></SPAN> </DIV> <DIV><SPAN class=3D826010614-25052004><FONT face=3DArial color=3D#0000ff = size=3D2></FONT></SPAN> </DIV> <DIV><SPAN class=3D826010614-25052004><FONT face=3DArial color=3D#0000ff = size=3D2>Cheers,</FONT></SPAN></DIV> <DIV><SPAN class=3D826010614-25052004><FONT face=3DArial color=3D#0000ff = size=3D2></FONT></SPAN> </DIV> <DIV><SPAN class=3D826010614-25052004><FONT face=3DArial color=3D#0000ff = size=3D2></FONT></SPAN> </DIV> <DIV><SPAN class=3D826010614-25052004><FONT face=3DArial color=3D#0000ff = size=3D2>Clayton</FONT></SPAN></DIV> <BLOCKQUOTE dir=3Dltr=20 style=3D"PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #0000ff 2px = solid; MARGIN-RIGHT: 0px"> <DIV></DIV> <DIV class=3DOutlookMessageHeader lang=3Den-us dir=3Dltr = align=3Dleft><FONT=20 face=3DTahoma size=3D2>-----Original Message-----<BR><B>From:</B> = steve gupta=20 [mailto:[EMAIL PROTECTED] <BR><B>Sent:</B> May 25, 2004 5:54=20 AM<BR><B>To:</B> [EMAIL PROTECTED]<BR><B>Subject:</B>=20 [Nant-users] cvs update issues<BR><BR></FONT></DIV> <DIV><FONT face=3DArial size=3D2>My issue with the cvs update = functions this week=20 is that if I am trying </FONT></DIV> <DIV><FONT face=3DArial size=3D2>to do an update on a module and there = is an empty=20 non cvs directory </FONT></DIV> <DIV><FONT face=3DArial size=3D2>or empty cvs directory the update=20 fails.</FONT></DIV> <DIV><FONT face=3DArial size=3D2></FONT> </DIV> <DIV><FONT face=3DArial size=3D2>Any workarounds or is this fix in a = newer build=20 than the one I am using?</FONT></DIV> <DIV><FONT face=3DArial size=3D2></FONT> </DIV> <DIV><FONT face=3DArial size=3D2>Thanks!</FONT></DIV></BLOCKQUOTE> <P></P></BODY></HTML> ------_=_NextPart_001_01C44263.089B6C6E-- --__--__-- Message: 6 From: "Gary Feldman" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Subject: Re: [Nant-users] String comparison pre .85 Date: Tue, 25 May 2004 10:38:16 -0400 ----- Original Message ----- From: "Ian MacLean" <[EMAIL PROTECTED]> Sent: Tuesday, May 25, 2004 2:14 AM > I hope that makes it a little clearer. Proably somthing to put in the FAQ I'd start by clarifying the manual. Currently all it says (on the Expressions page) is "by using ${...} notation." That's not particularly clear. Perhaps adding something like: Everything within the curly braces is evaluated according to expression syntax, including the names of properties. Thus it is never necessary and always wrong to include a $ to dereference properties within the curly braces. For an example that shows this, see how the filename property is used in example 4 below. Gary --__--__-- Message: 7 Date: Tue, 25 May 2004 11:32:42 -0700 From: "Blokhin, Oleg" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Subject: [Nant-users] .NET Framework Version This is a multi-part message in MIME format. ------_=_NextPart_001_01C44286.AA6A8E03 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Hello, If user has two frameworks installed on his machine, is there a way to see which one used by default? Correct me if my question sounds wrong. Many Thanks, Oleg =20 _____ =20 From: steve gupta [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 25, 2004 5:54 AM To: [EMAIL PROTECTED] Subject: [Nant-users] cvs update issues =20 My issue with the cvs update functions this week is that if I am trying=20 to do an update on a module and there is an empty non cvs directory=20 or empty cvs directory the update fails. =20 Any workarounds or is this fix in a newer build than the one I am using? =20 Thanks! ----------- The information contained in this e-mail message, and any attachment, is co= nfidential and for use solely by the intended recipient. If you have recei= ved this message in error, please delete this message immediately. Althoug= h Moody's KMV makes every effort to protect its computing environment from = malicious code, Moody's KMV is not responsible for any virus or other type = of suspect code that may be transferred via this e-mail message. ------_=_NextPart_001_01C44286.AA6A8E03 Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: quoted-printable <html> <head> <META HTTP-EQUIV=3D"Content-Type" CONTENT=3D"text/html; charset=3Dus-ascii"> <meta name=3DGenerator content=3D"Microsoft Word 11 (filtered)"> <style> <!-- /* Font Definitions */ @font-face {font-family:"Book Antiqua"; panose-1:2 4 6 2 5 3 5 3 3 4;} @font-face {font-family:Tahoma; panose-1:2 11 6 4 3 5 4 4 2 4;} /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal {margin:0in; margin-bottom:.0001pt; font-size:12.0pt; font-family:"Times New Roman";} a:link, span.MsoHyperlink {color:blue; text-decoration:underline;} a:visited, span.MsoHyperlinkFollowed {color:purple; text-decoration:underline;} span.EmailStyle17 {font-family:"Book Antiqua"; color:black; font-weight:normal; font-style:normal; text-decoration:none none;} @page Section1 {size:8.5in 11.0in; margin:1.0in 1.25in 1.0in 1.25in;} div.Section1 {page:Section1;} --> </style> </head> <body bgcolor=3Dwhite lang=3DEN-US link=3Dblue vlink=3Dpurple> <div class=3DSection1> <p class=3DMsoNormal><font size=3D2 color=3Dblack face=3D"Book Antiqua"><sp= an style=3D'font-size:10.0pt;font-family:"Book Antiqua";color:black'>Hello,</s= pan></font></p> <p class=3DMsoNormal><font size=3D2 color=3Dblack face=3D"Book Antiqua"><sp= an style=3D'font-size:10.0pt;font-family:"Book Antiqua";color:black'>If user h= as two frameworks installed on his machine, is there a way to see which one used by default?</span></font></p> <p class=3DMsoNormal><font size=3D2 color=3Dblack face=3D"Book Antiqua"><sp= an style=3D'font-size:10.0pt;font-family:"Book Antiqua";color:black'>Correct m= e if my question sounds wrong.</span></font></p> <p class=3DMsoNormal><font size=3D2 color=3Dblack face=3D"Book Antiqua"><sp= an style=3D'font-size:10.0pt;font-family:"Book Antiqua";color:black'>Many Than= ks,</span></font></p> <p class=3DMsoNormal><font size=3D2 color=3Dblack face=3D"Book Antiqua"><sp= an style=3D'font-size:10.0pt;font-family:"Book Antiqua";color:black'>Oleg</spa= n></font></p> <p class=3DMsoNormal><font size=3D2 color=3Dblack face=3D"Book Antiqua"><sp= an style=3D'font-size:10.0pt;font-family:"Book Antiqua";color:black'> </s= pan></font></p> <div> <div class=3DMsoNormal align=3Dcenter style=3D'text-align:center'><font siz= e=3D3 face=3D"Times New Roman"><span style=3D'font-size:12.0pt'> <hr size=3D2 width=3D"100%" align=3Dcenter tabindex=3D-1> </span></font></div> <p class=3DMsoNormal><b><font size=3D2 face=3DTahoma><span style=3D'font-si= ze:10.0pt; font-family:Tahoma;font-weight:bold'>From:</span></font></b><font size=3D2 face=3DTahoma><span style=3D'font-size:10.0pt;font-family:Tahoma'> steve gu= pta [mailto:[EMAIL PROTECTED] <br> <b><span style=3D'font-weight:bold'>Sent:</span></b> Tuesday, May 25, 2004 = 5:54 AM<br> <b><span style=3D'font-weight:bold'>To:</span></b> [EMAIL PROTECTED]<br> <b><span style=3D'font-weight:bold'>Subject:</span></b> [Nant-users] cvs up= date issues</span></font></p> </div> <p class=3DMsoNormal><font size=3D3 face=3D"Times New Roman"><span style=3D= 'font-size: 12.0pt'> </span></font></p> <div> <p class=3DMsoNormal><font size=3D2 face=3DArial><span style=3D'font-size:1= 0.0pt; font-family:Arial'>My issue with the cvs update functions this week is that= if I am trying </span></font></p> </div> <div> <p class=3DMsoNormal><font size=3D2 face=3DArial><span style=3D'font-size:1= 0.0pt; font-family:Arial'>to do an update on a module and there is an empty non cvs directory </span></font></p> </div> <div> <p class=3DMsoNormal><font size=3D2 face=3DArial><span style=3D'font-size:1= 0.0pt; font-family:Arial'>or empty cvs directory the update fails.</span></font></= p> </div> <div> <p class=3DMsoNormal><font size=3D3 face=3D"Times New Roman"><span style=3D= 'font-size: 12.0pt'> </span></font></p> </div> <div> <p class=3DMsoNormal><font size=3D2 face=3DArial><span style=3D'font-size:1= 0.0pt; font-family:Arial'>Any workarounds or is this fix in a newer build than the= one I am using?</span></font></p> </div> <div> <p class=3DMsoNormal><font size=3D3 face=3D"Times New Roman"><span style=3D= 'font-size: 12.0pt'> </span></font></p> </div> <div> <p class=3DMsoNormal><font size=3D2 face=3DArial><span style=3D'font-size:1= 0.0pt; font-family:Arial'>Thanks!</span></font></p> </div> </div> <CODE><FONT SIZE=3D3><BR> <BR> -----------<BR> The information contained in this e-mail message, and any attachment, is co= nfidential and for use solely by the intended recipient. If you have recei= ved this message in error, please delete this message immediately. Althoug= h Moody's KMV makes every effort to protect its computing environment from = malicious code, Moody's KMV is not responsible for any virus or other type = of suspect code that may be transferred via this e-mail message.<BR> </FONT></CODE> </body> </html> ------_=_NextPart_001_01C44286.AA6A8E03-- --__--__-- Message: 8 Reply-To: <[EMAIL PROTECTED]> From: "Dan Pupek" <[EMAIL PROTECTED]> To: "NAnt Users List" <[EMAIL PROTECTED]> Date: Tue, 25 May 2004 16:10:05 -0500 Subject: [Nant-users] Global Properties Problem This is a multi-part message in MIME format. ------=_NextPart_000_0081_01C44272.BE50AE40 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit I am using the 0.85 build from 24 May. I tried setting some global properties in the nAnt.exe.Config file and they were not propagated to the build. This worked fine in 0.84. Anyone else run into this? Dan Pupek Software Engineer Advanced Systems Technology, Inc [EMAIL PROTECTED] (850) 475-4038 ------=_NextPart_000_0081_01C44272.BE50AE40 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML><HEAD> <META http-equiv=3DContent-Type content=3D"text/html; = charset=3Diso-8859-1"> <META content=3D"MSHTML 6.00.2800.1400" name=3DGENERATOR></HEAD> <BODY> <DIV><FONT face=3DArial size=3D2><SPAN class=3D264170821-25052004>I am = using the 0.85=20 build from 24 May. </SPAN></FONT></DIV> <DIV><FONT face=3DArial size=3D2><SPAN=20 class=3D264170821-25052004></SPAN></FONT> </DIV> <DIV><FONT face=3DArial size=3D2><SPAN class=3D264170821-25052004>I = tried setting some=20 global properties in the nAnt.exe.Config file and they were not = propagated to=20 the build.</SPAN></FONT></DIV> <DIV><FONT face=3DArial size=3D2><SPAN=20 class=3D264170821-25052004></SPAN></FONT> </DIV> <DIV><FONT face=3DArial size=3D2><SPAN class=3D264170821-25052004>This = worked fine in=20 0.84. Anyone else run into this?</SPAN></FONT></DIV> <DIV><FONT face=3DArial size=3D2></FONT> </DIV> <DIV><FONT face=3DArial size=3D2> <DIV><FONT face=3DArial size=3D2>Dan Pupek</FONT></DIV> <DIV><SPAN class=3D945565121-18032002><FONT face=3DArial = size=3D2>Software=20 Engineer</FONT></SPAN></DIV> <DIV><SPAN class=3D945565121-18032002><FONT face=3DArial = size=3D2>Advanced Systems=20 Technology, Inc</FONT></SPAN></DIV> <DIV><SPAN class=3D945565121-18032002><FONT face=3DArial size=3D2><A=20 href=3D"mailto:[EMAIL PROTECTED]">[EMAIL PROTECTED]</A></FONT></SPAN>= </DIV> <DIV><SPAN class=3D945565121-18032002><FONT face=3DArial size=3D2>(850)=20 475-4038</FONT></SPAN></DIV></FONT></DIV> <DIV> </DIV></BODY></HTML> ------=_NextPart_000_0081_01C44272.BE50AE40-- --__--__-- _______________________________________________ Nant-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/nant-users End of Nant-users Digest ------------------------------------------------------- This SF.Net email is sponsored by: Oracle 10g Get certified on the hottest thing ever to hit the market... Oracle 10g. Take an Oracle 10g class now, and we'll give you the exam FREE. http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click _______________________________________________ Nant-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/nant-users