Hi Gert; Yes this is exactly the same script. Anyway I don't think it's nant that has a problem in this case; I rather think there is something terribly wrong with my system:
I know this is going to sound crazy but this is what I do: 1/ run original.build,it shows the weird behavior 2/ copy it to some other folder 3/ run the copy, it show the weird behavior 4/ cd to the folder in 2/ 5/ run the script and it works! Here is the complete output: ____________________________ D:\Dev\Spikes\utilities\framework>d:\dev\nant\nant-0.85-nightly-2005-05-03\b in\nant -buildfile:original.build NAnt 0.85 (Build 0.85.1949.0; nightly; 3/05/2005) Copyright (C) 2001-2005 Gerry Shaw http://nant.sourceforge.net Buildfile: file:///D:/Dev/Spikes/utilities/framework/original.build Target framework: Microsoft .NET Framework 1.1 Target(s) specified: filesets filesets: [echo] ABC BUILD SUCCEEDED Total time: 0 seconds. D:\Dev\Spikes\utilities\framework>copy original.build c:\temp\nant\copy.build 1 file(s) copied. D:\Dev\Spikes\utilities\framework>d:\dev\nant\nant-0.85-nightly-2005-05-03\b in\nant -buildfile:c:\temp\nant\copy.build NAnt 0.85 (Build 0.85.1949.0; nightly; 3/05/2005) Copyright (C) 2001-2005 Gerry Shaw http://nant.sourceforge.net Buildfile: file:///c:/temp/nant/copy.build Target framework: Microsoft .NET Framework 1.1 Target(s) specified: filesets filesets: [echo] ABC BUILD SUCCEEDED Total time: 0 seconds. D:\Dev\Spikes\utilities\framework>cd c:\temp\nant D:\Dev\Spikes\utilities\framework>c: C:\temp\nant>d:\dev\nant\nant-0.85-nightly-2005-05-03\bin\nant -buildfile:c:\temp\nant\copy.build NAnt 0.85 (Build 0.85.1949.0; nightly; 3/05/2005) Copyright (C) 2001-2005 Gerry Shaw http://nant.sourceforge.net Buildfile: file:///c:/temp/nant/copy.build Target framework: Microsoft .NET Framework 1.1 Target(s) specified: filesets filesets: [echo] Spikes.Framework [echo] Spikes.utilities.Installers [echo] ABC BUILD SUCCEEDED Total time: 0.1 seconds. C:\temp\nant> Total time: 0.1 seconds. -----Original Message----- From: Gert Driesen [mailto:[EMAIL PROTECTED] Sent: mercredi 4 mai 2005 16:45 To: 'Yves Lorphelin'; nant-users@lists.sourceforge.net Subject: RE: [Nant-users] FileSet Asis is not including all files. Hi Yves, This is still working just fine on my system. Are you sure that the build script that you ran matches the one you included in your email ? Gert > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Yves Lorphelin > Sent: woensdag 4 mei 2005 13:20 > To: nant-users@lists.sourceforge.net > Subject: [Nant-users] FileSet Asis is not including all files. > > Hi, > I'm using Nant nightly 3/05/2005 > > I have a filesset using Asis="true" that is not including all items. > If I run the following build script > > <?xml version="1.0" encoding="utf-8" ?> > <project name="TEST" default="test" description="test"> > <target name="test"> > <foreach item="File" property='curr'> > <in> > <items> > <include name="ABC" asis="true" /> > <include name="Spikes.Utilities.Installers" asis="true" /> > <include name="DEF" asis="true" /> > </items> > </in> > <do> > <echo message="${curr}" /> > </do> > </foreach> > </target> > </project> > > I have the following output: > ---------------------------- > NAnt 0.85 (Build 0.85.1949.0; nightly; 3/05/2005) > Copyright (C) 2001-2005 Gerry Shaw > http://nant.sourceforge.net > > Buildfile: file:///D:/Dev/Spikes/utilities/framework/test.build > Target framework: Microsoft .NET Framework 1.1 > Target(s) specified: test > > > test: > > [echo] ABC > [echo] DEF > > BUILD SUCCEEDED > ---------------------------------- > > I'm expecting > > [echo] ABC > [echo] Spikes.Utilities.Installers > [echo] DEF > > > > > This used to work in previous version. > > Any idea if I'm doing something wrong? > > Thanks in advance > Yves Lorphelin > > > > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: NEC IT Guy Games. > Get your fingers limbered up and give it your best shot. 4 > great events, 4 > opportunities to win big! Highest score wins.NEC IT Guy Games. Play to > win an NEC 61 plasma display. Visit http://www.necitguy.com/?r=20 > _______________________________________________ > Nant-users mailing list > Nant-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/nant-users >
original.build
Description: Binary data