This is fixed in cvs and should be available in the next nightly build. Thanks for the report,
Gert ----- Original Message ----- From: "Nick Varacalli" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, October 31, 2003 4:39 PM Subject: [nant-dev] Error in Copy Output > Running nightly build from 2003-10-31. Copy is swapping the source and > destination directory in some verbose output. > > Command Line:--- > nant -nologo -v > --- > > Relevant Target:--- > <target name="deploy"> > <copy file="foo.txt" tofile="c:\destination\foo.txt" /> > </target> > --- > > Relevant Output:--- > deploy: > > [copy] Copying 1 file to > C:\_Playpens\Root\trunk\development\tools\macros\visual-studio-net. > [copy] Copying > C:\_Playpens\Root\trunk\development\tools\macros\visual-studio-net\foo.txt > to c:\destination\foo.txt > --- > > Expected Output Candidate 1:--- > deploy: > > [copy] Copying 1 file from > C:\_Playpens\Root\trunk\development\tools\macros\visual-studio-net. > [copy] Copying > C:\_Playpens\Root\trunk\development\tools\macros\visual-studio-net\foo.txt > to c:\destination\foo.txt > --- > > Expected Output Candidate 2:--- > deploy: > > [copy] Copying 1 file to c:\destination\foo.txt. > [copy] Copying > C:\_Playpens\Root\trunk\development\tools\macros\visual-studio-net\foo.txt > to c:\destination\foo.txt > --- > > Nick > http://www.varacalli.com > > > > ------------------------------------------------------- > This SF.net email is sponsored by: SF.net Giveback Program. > Does SourceForge.net help you be more productive? Does it > help you create better code? SHARE THE LOVE, and help us help > YOU! Click Here: http://sourceforge.net/donate/ > _______________________________________________ > nant-developers mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/nant-developers > > ------------------------------------------------------- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHARE THE LOVE, and help us help YOU! Click Here: http://sourceforge.net/donate/ _______________________________________________ nant-developers mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/nant-developers
