Garfield wrote:
> Hi, Stefan,
> These are command prompt content when I run "nant clean"
>
> J:\tsvn\SVN\TortoiseSVN>nant clean
> NAnt 0.85 (Build 0.85.2478.0; release; 2006-10-14)
> Copyright (C) 2001-2006 Gerry Shaw
> http://nant.sourceforge.net <http://nant.sourceforge.net/>
>
> Buildfile: file:///J:/tsvn/SVN/TortoiseSVN/default.build
> Target framework: Microsoft .NET Framework 2.0
> Target(s) specified: clean
>
> [loadfile] J:\tsvn\SVN\TortoiseSVN\default.build(28,3):
> [loadfile] File 'J:\tsvn\SVN\TortoiseSVN\gpgpassphrase.txt' does not exist.
>
> VSNET:
>
>
> clean:
>
>
> BUILD SUCCEEDED - 1 non-fatal error(s), 0 warning(s)
>
> Total time: 0.2 seconds.
>
> J:\tsvn\SVN\TortoiseSVN>
> Then I checked sub-folder "obj" and "bin", the output files
> those were generated by last building were not cleaned.
> So I thought that the "Clean" failed.
The 'clean' target does nothing on its own. It simply sets a flag for
the real build targets that they have to run 'clean' before the actual
build.
Stefan
--
___
oo // \\ "De Chelonian Mobile"
(_,\/ \_/ \ TortoiseSVN
\ \_/_\_/> The coolest Interface to (Sub)Version Control
/_/ \_\ http://tortoisesvn.net
Received on 2008-06-26 09:28:30 CEST