Buildfile (altered to remove server and public ids) follows - K <!-- Generated by SLiNgshoT <http://injektilo.org/> --> <project name="X.Web.Solution" default="Debug" xmlns="http://internalplace/Schemas/NAntSchema.xsd"> <property name="nant.settings.currentframework" value="net-1.1"/> <property name="Base.Dir" value="Q:\foldername\External\X_Web\" /> <include buildfile="Q:\foldername\BaseDeploy\Common.build" /> <property name="Reference.Dir" value="Q:\foldername\External\References\" /> <target name="Debug" depends="X.Web.Base.Debug" /> <target name="Release" depends="X.Web.Base.Release" /> <target name="setup" depends="Clean"> <mkdir dir="${Build.Dir}" /> <call target="CopyRefs" /> </target> <target name="CopyRefs"> <copy file="${Reference.Dir}Microsoft.Web.UI.WebControls.dll" tofile="${Build.Dir}Microsoft.Web.UI.WebControls.dll" /> <copy file="${Reference.Dir}UKIBNav.dll" tofile="${Build.Dir}UKIBNav.dll" /> <copy file="${Reference.Dir}Microsoft.ContentManagement.Common.dll" tofile="${Build.Dir}Microsoft.ContentManagement.Common.dll" /> <copy file="${Reference.Dir}Microsoft.ContentManagement.Publishing.Extensions.Plac eholders.dll" tofile="${Build.Dir}Microsoft.ContentManagement.Publishing.Extensions.Placeh olders.dll" /> <copy file="${Reference.Dir}Microsoft.ContentManagement.Publishing.Extensions.Plac eholders.Office.dll" tofile="${Build.Dir}Microsoft.ContentManagement.Publishing.Extensions.Placeh olders.Office.dll" /> <copy file="${Reference.Dir}Microsoft.ContentManagement.Web.dll" tofile="${Build.Dir}Microsoft.ContentManagement.Web.dll" /> <copy file="${Reference.Dir}Microsoft.ContentManagement.WebControls.dll" tofile="${Build.Dir}Microsoft.ContentManagement.WebControls.dll" /> <copy file="${Reference.Dir}Microsoft.ContentManagement.Publishing.dll" tofile="${Build.Dir}Microsoft.ContentManagement.Publishing.dll" /> </target> <target name="X.Web.Base.Debug"> <property name="project.name" value="External" /> <property name="build.dir" value="${Build.Dir}" /> <property name="slingshot.config" value="Debug" /> <property name="output" value="${Build.Dir}\External.dll" /> <property name="debug" value="true" /> <property name="unsafe" value="/unsafe-" /> <property name="checked" value="/checked-" /> <property name="define" value="DEBUG;TRACE" /> <property name="doc" value="${build.dir}${project.name}.xml" /> <property name="warninglevel" value="4" /> <call target="X.Web.Base" /> </target> <target name="X.Web.Base.Release"> <property name="project.name" value="External" /> <property name="build.dir" value="${Build.Dir}" /> <property name="slingshot.config" value="Release" /> <property name="output" value="${Build.Dir}\External.dll" /> <property name="debug" value="false" /> <property name="unsafe" value="/unsafe-" /> <property name="checked" value="/checked-" /> <property name="define" value="TRACE" /> <property name="doc" value="${build.dir}${project.name}.xml" /> <property name="warninglevel" value="4" /> <call target="X.Web.Base" /> </target> <target name="X.Web.Base" depends="setup"> <resgen input="Q:\foldername\External\X_Web\Global.asax.resx" output="${Build.Dir}\Allegis.foldername.X.Global.asax.resources" /> <resgen input="Q:\foldername\External\X_Web\Console\FloatingConsole.ascx.resx" output="${Build.Dir}\Allegis.foldername.X.FloatingConsole.ascx.resources" /> <resgen input="Q:\foldername\External\X_Web\ServerControls\BulletListSummary.ascx.re sx" output="${Build.Dir}\Allegis.foldername.X.BulletListSummary.ascx.resources" /> <resgen input="Q:\foldername\External\X_Web\ServerControls\CalendarSummary.ascx.resx " output="${Build.Dir}\Allegis.foldername.X.CalendarSummary.ascx.resources" /> <resgen input="Q:\foldername\External\X_Web\ServerControls\DocumentSummary.ascx.resx " output="${Build.Dir}\Allegis.foldername.X.DocumentSummary.ascx.resources" /> <resgen input="Q:\foldername\External\X_Web\ServerControls\Footer.ascx.resx" output="${Build.Dir}\Allegis.foldername.X.Footer.ascx.resources" /> <resgen input="Q:\foldername\External\X_Web\ServerControls\Header.ascx.resx" output="${Build.Dir}\Allegis.foldername.X.Header.ascx.resources" /> <resgen input="Q:\foldername\External\X_Web\ServerControls\HeadSearch.ascx.resx" output="${Build.Dir}\Allegis.foldername.X.HeadSearch.ascx.resources" /> <resgen input="Q:\foldername\External\X_Web\ServerControls\LeftNavigation.ascx.resx" output="${Build.Dir}\Allegis.foldername.X.LeftNavigation.ascx.resources" /> <resgen input="Q:\foldername\External\X_Web\ServerControls\MarketingMallSummary.ascx .resx" output="${Build.Dir}\Allegis.foldername.X.MarketingMallSummary.ascx.resource s" /> <resgen input="Q:\foldername\External\X_Web\ServerControls\MyLinks.ascx.resx" output="${Build.Dir}\Allegis.foldername.X.MyLinks.ascx.resources" /> <resgen input="Q:\foldername\External\X_Web\ServerControls\NewsSummary.ascx.resx" output="${Build.Dir}\Allegis.foldername.X.NewsSummary.ascx.resources" /> <resgen input="Q:\foldername\External\X_Web\ServerControls\RightNav.ascx.resx" output="${Build.Dir}\Allegis.foldername.X.RightNav.ascx.resources" /> <resgen input="Q:\foldername\External\X_Web\ServerControls\SiteMap.ascx.resx" output="${Build.Dir}\Allegis.foldername.X.SiteMap.ascx.resources" /> <resgen input="Q:\foldername\External\X_Web\ServerControls\VNPostingSummary.ascx.res x" output="${Build.Dir}\Allegis.foldername.X.VNPostingSummary.ascx.resources" /> <resgen input="Q:\foldername\External\X_Web\ServerControls\WebTrends.ascx.resx" output="${Build.Dir}\Allegis.foldername.X.WebTrends.ascx.resources" /> <resgen input="Q:\foldername\External\X_Web\ServerControls\WebUserControl1.ascx.resx " output="${Build.Dir}\Allegis.foldername.X.WebUserControl1.ascx.resources" /> <resgen input="Q:\foldername\External\X_Web\Templates\defaultTemplate.aspx.resx" output="${Build.Dir}\Allegis.foldername.X.defaultTemplate.aspx.resources" /> <resgen input="Q:\foldername\External\X_Web\Templates\JobChannelRenderScript.aspx.re sx" output="${Build.Dir}\Allegis.foldername.X.JobChannelRenderScript.aspx.resour ces" /> <resgen input="Q:\foldername\External\X_Web\Templates\JobsTemplate.aspx.resx" output="${Build.Dir}\Allegis.foldername.X.JobsTemplate.aspx.resources" /> <resgen input="Q:\foldername\External\X_Web\Templates\redirectCategory.aspx.resx" output="${Build.Dir}\Allegis.foldername.X.redirectCategory.aspx.resources" /> <resgen input="Q:\foldername\External\X_Web\Templates\XLanding.aspx.resx" output="${Build.Dir}\Allegis.foldername.X.XLanding.aspx.resources" /> <csc target="library" output="${output}" debug="${debug}" define="${define}" doc="${doc}" warninglevel="${warninglevel}"> <arg value="${unsafe}" /> <arg value="${checked}" /> <sources> <includes name="Q:\foldername\External\X_Web\AssemblyInfo.cs" /> <includes name="Q:\foldername\External\X_Web\Global.asax.cs" /> <includes name="Q:\foldername\External\X_Web\CMSActions\CreateNewPageDefaultTemplateGa llery.cs" /> <includes name="Q:\foldername\External\X_Web\CMSActions\SubmittedAction.cs" /> <includes name="Q:\foldername\External\X_Web\CMSActions\Workflow.cs" /> <includes name="Q:\foldername\External\X_Web\Console\FloatingConsole.ascx.cs" /> <includes name="Q:\foldername\External\X_Web\CustomPlaceholders\CalendarPH.cs" /> <includes name="Q:\foldername\External\X_Web\CustomPlaceholders\MetaDataPH.cs" /> <includes name="Q:\foldername\External\X_Web\CustomPlaceholders\PostingBrowserPH.cs" /> <includes name="Q:\foldername\External\X_Web\CustomPlaceholders\RenderMetaDataPH.cs" /> <includes name="Q:\foldername\External\X_Web\CustomPlaceholders\SingleImagePH.cs" /> <includes name="Q:\foldername\External\X_Web\CustomPlaceholders\TextBoxPH.cs" /> <includes name="Q:\foldername\External\X_Web\GlobalClasses\Global_Lib.cs" /> <includes name="Q:\foldername\External\X_Web\ServerControls\BulletListSummary.ascx.cs" /> <includes name="Q:\foldername\External\X_Web\ServerControls\CalendarSummary.ascx.cs" /> <includes name="Q:\foldername\External\X_Web\ServerControls\DocumentSummary.ascx.cs" /> <includes name="Q:\foldername\External\X_Web\ServerControls\Footer.ascx.cs" /> <includes name="Q:\foldername\External\X_Web\ServerControls\Header.ascx.cs" /> <includes name="Q:\foldername\External\X_Web\ServerControls\HeadSearch.ascx.cs" /> <includes name="Q:\foldername\External\X_Web\ServerControls\LeftNavigation.ascx.cs" /> <includes name="Q:\foldername\External\X_Web\ServerControls\MarketingMallSummary.ascx. cs" /> <includes name="Q:\foldername\External\X_Web\ServerControls\MyLinks.ascx.cs" /> <includes name="Q:\foldername\External\X_Web\ServerControls\NewsSummary.ascx.cs" /> <includes name="Q:\foldername\External\X_Web\ServerControls\RightNav.ascx.cs" /> <includes name="Q:\foldername\External\X_Web\ServerControls\SiteMap.ascx.cs" /> <includes name="Q:\foldername\External\X_Web\ServerControls\VNPostingSummary.ascx.cs" /> <includes name="Q:\foldername\External\X_Web\ServerControls\WebTrends.ascx.cs" /> <includes name="Q:\foldername\External\X_Web\ServerControls\WebUserControl1.ascx.cs" /> <includes name="Q:\foldername\External\X_Web\Templates\defaultTemplate.aspx.cs" /> <includes name="Q:\foldername\External\X_Web\Templates\JobChannelRenderScript.aspx.cs" /> <includes name="Q:\foldername\External\X_Web\Templates\JobsTemplate.aspx.cs" /> <includes name="Q:\foldername\External\X_Web\Templates\redirectCategory.aspx.cs" /> <includes name="Q:\foldername\External\X_Web\Templates\XLanding.aspx.cs" /> </sources> <references> <includes name="C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.dll" /> <includes name="C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.Drawing.dll" /> <includes name="C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.Data.dll" /> <includes name="C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.Web.dll" /> <includes name="C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.XML.dll" /> <includes name="${Reference.Dir}Microsoft.Web.UI.WebControls.dll" /> <includes name="${Reference.Dir}UKIBNav.dll" /> <includes name="${Reference.Dir}Microsoft.ContentManagement.Common.dll" /> <includes name="${Reference.Dir}Microsoft.ContentManagement.Publishing.Extensions.Plac eholders.dll" /> <includes name="${Reference.Dir}Microsoft.ContentManagement.Publishing.Extensions.Plac eholders.Office.dll" /> <includes name="${Reference.Dir}Microsoft.ContentManagement.Web.dll" /> <includes name="${Reference.Dir}Microsoft.ContentManagement.WebControls.dll" /> <includes name="${Reference.Dir}Microsoft.ContentManagement.Publishing.dll" /> </references> <arg value="/resource:${Build.Dir}\Allegis.foldername.X.Global.asax.resources" /> <arg value="/resource:${Build.Dir}\Allegis.foldername.X.FloatingConsole.ascx.reso urces" /> <arg value="/resource:${Build.Dir}\Allegis.foldername.X.BulletListSummary.ascx.re sources" /> <arg value="/resource:${Build.Dir}\Allegis.foldername.X.CalendarSummary.ascx.reso urces" /> <arg value="/resource:${Build.Dir}\Allegis.foldername.X.DocumentSummary.ascx.reso urces" /> <arg value="/resource:${Build.Dir}\Allegis.foldername.X.Footer.ascx.resources" /> <arg value="/resource:${Build.Dir}\Allegis.foldername.X.Header.ascx.resources" /> <arg value="/resource:${Build.Dir}\Allegis.foldername.X.HeadSearch.ascx.resources " /> <arg value="/resource:${Build.Dir}\Allegis.foldername.X.LeftNavigation.ascx.resou rces" /> <arg value="/resource:${Build.Dir}\Allegis.foldername.X.MarketingMallSummary.ascx .resources" /> <arg value="/resource:${Build.Dir}\Allegis.foldername.X.MyLinks.ascx.resources" /> <arg value="/resource:${Build.Dir}\Allegis.foldername.X.NewsSummary.ascx.resource s" /> <arg value="/resource:${Build.Dir}\Allegis.foldername.X.RightNav.ascx.resources" /> <arg value="/resource:${Build.Dir}\Allegis.foldername.X.SiteMap.ascx.resources" /> <arg value="/resource:${Build.Dir}\Allegis.foldername.X.VNPostingSummary.ascx.res ources" /> <arg value="/resource:${Build.Dir}\Allegis.foldername.X.WebTrends.ascx.resources" /> <arg value="/resource:${Build.Dir}\Allegis.foldername.X.WebUserControl1.ascx.reso urces" /> <arg value="/resource:${Build.Dir}\Allegis.foldername.X.defaultTemplate.aspx.reso urces" /> <arg value="/resource:${Build.Dir}\Allegis.foldername.X.JobChannelRenderScript.as px.resources" /> <arg value="/resource:${Build.Dir}\Allegis.foldername.X.JobsTemplate.aspx.resourc es" /> <arg value="/resource:${Build.Dir}\Allegis.foldername.X.redirectCategory.aspx.res ources" /> <arg value="/resource:${Build.Dir}\Allegis.foldername.X.XLanding.aspx.resources" /> </csc> </target> <target name="Clean"> <delete file="${Build.Dir}External.dll" failonerror="false" /> <delete file="${Build.Dir}External.pdb" failonerror="false" /> <delete file="${Build.Dir}Allegis.foldername.X.Global.asax.resources" failonerror="false" /> <delete file="${Build.Dir}Allegis.foldername.X.FloatingConsole.ascx.resources" failonerror="false" /> <delete file="${Build.Dir}Allegis.foldername.X.BulletListSummary.ascx.resources" failonerror="false" /> <delete file="${Build.Dir}Allegis.foldername.X.CalendarSummary.ascx.resources" failonerror="false" /> <delete file="${Build.Dir}Allegis.foldername.X.DocumentSummary.ascx.resources" failonerror="false" /> <delete file="${Build.Dir}Allegis.foldername.X.Footer.ascx.resources" failonerror="false" /> <delete file="${Build.Dir}Allegis.foldername.X.Header.ascx.resources" failonerror="false" /> <delete file="${Build.Dir}Allegis.foldername.X.HeadSearch.ascx.resources" failonerror="false" /> <delete file="${Build.Dir}Allegis.foldername.X.LeftNavigation.ascx.resources" failonerror="false" /> <delete file="${Build.Dir}Allegis.foldername.X.MarketingMallSummary.ascx.resources" failonerror="false" /> <delete file="${Build.Dir}Allegis.foldername.X.MyLinks.ascx.resources" failonerror="false" /> <delete file="${Build.Dir}Allegis.foldername.X.NewsSummary.ascx.resources" failonerror="false" /> <delete file="${Build.Dir}Allegis.foldername.X.RightNav.ascx.resources" failonerror="false" /> <delete file="${Build.Dir}Allegis.foldername.X.SiteMap.ascx.resources" failonerror="false" /> <delete file="${Build.Dir}Allegis.foldername.X.VNPostingSummary.ascx.resources" failonerror="false" /> <delete file="${Build.Dir}Allegis.foldername.X.WebTrends.ascx.resources" failonerror="false" /> <delete file="${Build.Dir}Allegis.foldername.X.WebUserControl1.ascx.resources" failonerror="false" /> <delete file="${Build.Dir}Allegis.foldername.X.defaultTemplate.aspx.resources" failonerror="false" /> <delete file="${Build.Dir}Allegis.foldername.X.JobChannelRenderScript.aspx.resources " failonerror="false" /> <delete file="${Build.Dir}Allegis.foldername.X.JobsTemplate.aspx.resources" failonerror="false" /> <delete file="${Build.Dir}Allegis.foldername.X.redirectCategory.aspx.resources" failonerror="false" /> <delete file="${Build.Dir}Allegis.foldername.X.XLanding.aspx.resources" failonerror="false" /> <delete file="${Build.Dir}Microsoft.Web.UI.WebControls.dll" tofile="${Build.Dir}Microsoft.Web.UI.WebControls.dll" failonerror="false" /> <delete file="${Build.Dir}UKIBNav.dll" tofile="${Build.Dir}UKIBNav.dll" failonerror="false" /> <delete file="${Build.Dir}Microsoft.ContentManagement.Common.dll" tofile="${Build.Dir}Microsoft.ContentManagement.Common.dll" failonerror="false" /> <delete file="${Build.Dir}Microsoft.ContentManagement.Publishing.Extensions.Placehol ders.dll" tofile="${Build.Dir}Microsoft.ContentManagement.Publishing.Extensions.Placeh olders.dll" failonerror="false" /> <delete file="${Build.Dir}Microsoft.ContentManagement.Publishing.Extensions.Placehol ders.Office.dll" tofile="${Build.Dir}Microsoft.ContentManagement.Publishing.Extensions.Placeh olders.Office.dll" failonerror="false" /> <delete file="${Build.Dir}Microsoft.ContentManagement.Web.dll" tofile="${Build.Dir}Microsoft.ContentManagement.Web.dll" failonerror="false" /> <delete file="${Build.Dir}Microsoft.ContentManagement.WebControls.dll" tofile="${Build.Dir}Microsoft.ContentManagement.WebControls.dll" failonerror="false" /> <delete file="${Build.Dir}Microsoft.ContentManagement.Publishing.dll" tofile="${Build.Dir}Microsoft.ContentManagement.Publishing.dll" failonerror="false" /> </target> </project>
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Gert Driesen Sent: Thursday, January 08, 2004 11:51 AM To: Kevin Dickover; [EMAIL PROTECTED] Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: [Nant-users] 0.8.4 -projecthelp was (no subject) can you provide us the build file with which you have this problem ? Gert ----- Original Message ----- From: "Kevin Dickover" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Thursday, January 08, 2004 5:29 PM Subject: RE: [Nant-users] 0.8.4 -projecthelp was (no subject) > More Details > Windows Server 2003 512 MB RAM > Nant Contrib included - using build directly (just unzipped into file > system), did not rebuild. > > Output looks like this > > Q:\folder\folder\folder>nant -projecthelp > NAnt 0.84 (Build 0.84.1455.0; net-1.0.win32; release; 12/26/2003) > Copyright (C) 2001-2003 Gerry Shaw > http://nant.sourceforge.net > > > If I can provide anything else .... > Kevin > > > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Thursday, January 08, 2004 11:08 AM > To: [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED]; > [EMAIL PROTECTED]; [EMAIL PROTECTED] > Subject: Re: [Nant-users] 0.8.4 -projecthelp was (no subject) > > > works fine on my computer with 0.84 and 0.83 release. > > Pierre. > > > > > > hmm - works fine with latest cvs. Not sure why it would be failing on 0.84. > > Ian > Kevin Dickover wrote: > > >I am also experiencing this problem. This was working on daily builds > from > >November as I recall. > > > >Kevin Dickover > > > > > >-----Original Message----- > >From: [EMAIL PROTECTED] > >[mailto:[EMAIL PROTECTED] On Behalf Of Nick > Varacalli > >Sent: Wednesday, January 07, 2004 11:09 PM > >To: [EMAIL PROTECTED] > >Subject: [Nant-users] (no subject) > > > >Does nant -projecthelp work for anyone else? It only prints out the > project > >description, not the list of targets. > > > >Running 0.84 Release, .Net Framework 1.1, > > > >Nick > >http://www.varacalli.com > > > > > > > >------------------------------------------------------- > >This SF.net email is sponsored by: Perforce Software. > >Perforce is the Fast Software Configuration Management System offering > >advanced branching capabilities and atomic changes on 50+ platforms. > >Free Eval! http://www.perforce.com/perforce/loadprog.html > >_______________________________________________ > >Nant-users mailing list > >[EMAIL PROTECTED] > >https://lists.sourceforge.net/lists/listinfo/nant-users > > > > > ____________________________________________________________________________ > ____________________ > > > > >This electronic mail (including any attachments) may contain information > that is privileged, confidential, and/or otherwise protected from > disclosure to anyone other than its intended recipient(s). Any > dissemination or use of this electronic email or its contents (including > any attachments) by persons other than the intended recipient(s) is > strictly prohibited. If you have received this message in error, please > notify us immediately by reply email so that we may correct our internal > records. Please then delete the original message (including any > attachments) in its entirety. Thank you. > > > > > > > > > -- > Ian MacLean, Developer, > ActiveState, a division of Sophos > http://www.ActiveState.com > > > > ------------------------------------------------------- > This SF.net email is sponsored by: Perforce Software. > Perforce is the Fast Software Configuration Management System offering > advanced branching capabilities and atomic changes on 50+ platforms. > Free Eval! http://www.perforce.com/perforce/loadprog.html > _______________________________________________ > Nant-users mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/nant-users > > > > > > > > ****************************************************************** > The sender's email address has changed to > firstname.lastname@ sgcib.com. You may want to update your > personal address book. Please see http://www.sgcib.com for more > information. > ** > This message and any attachments (the "message") are confidential > and intended solely for the addressee(s). Any unauthorised use or > dissemination is prohibited. E-mails are susceptible to alteration. > Neither SOCIETE GENERALE nor any of its subsidiaries or affiliates > shall be liable for the message if altered, changed or falsified. > *************** > L'adresse mail de votre correspondant a change en prenom.nom@ sgcib.com. > Il est recommande de mettre a jour votre carnet d'addresse > personnel.Pour plus d'informations, aller sur http://www.sgcib.com > ** > Ce message et toutes les pieces jointes (ci-apres le "message") > sont confidentiels et etablis a l'intention exclusive de ses > destinataires. Toute utilisation ou diffusion non autorisee est > interdite. Tout message electronique est susceptible d'alteration. > La SOCIETE GENERALE et ses filiales declinent toute > responsabilite au titre de ce message s'il a ete altere, modifie > ou falsifie. > ****************************************************************** > > ____________________________________________________________________________ ____________________ > > This electronic mail (including any attachments) may contain information that is privileged, confidential, and/or otherwise protected from disclosure to anyone other than its intended recipient(s). Any dissemination or use of this electronic email or its contents (including any attachments) by persons other than the intended recipient(s) is strictly prohibited. If you have received this message in error, please notify us immediately by reply email so that we may correct our internal records. Please then delete the original message (including any attachments) in its entirety. Thank you. > > ------------------------------------------------------- This SF.net email is sponsored by: Perforce Software. Perforce is the Fast Software Configuration Management System offering advanced branching capabilities and atomic changes on 50+ platforms. Free Eval! http://www.perforce.com/perforce/loadprog.html _______________________________________________ Nant-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/nant-users ________________________________________________________________________________________________ This electronic mail (including any attachments) may contain information that is privileged, confidential, and/or otherwise protected from disclosure to anyone other than its intended recipient(s). Any dissemination or use of this electronic email or its contents (including any attachments) by persons other than the intended recipient(s) is strictly prohibited. If you have received this message in error, please notify us immediately by reply email so that we may correct our internal records. Please then delete the original message (including any attachments) in its entirety. Thank you.
