こんな感じ?

本日11個目のエントリ.書きすぎだなw

DL、展開、PATH通して.

D:\mysql\mysql-connector-net-1.0.6-noinstall>nant -help
NAnt 0.85 (Build 0.85.1932.0; rc3; 2005/04/16)
Copyright (C) 2001-2005 Gerry Shaw
http://nant.sourceforge.net

NAnt comes with ABSOLUTELY NO WARRANTY.
This is free software, and you are welcome to redistribute it under certain
conditions set out by the GNU General Public License.  A copy of the license
is available in the distribution package and from the NAnt web site.

Usage : NAnt [options] <target> <target> ...
Options :

  -t[argetframework]:<text>      Specifies the framework to target
  -defaultframework:<text>       Specifies the framework to target (Short format: /k)
  -buildfile:<text>              Use given buildfile (Short format: /f)
  -v[erbose][+|-]                Displays more information during build process
  -debug[+|-]                    Displays debug information during build process
  -q[uiet][+|-]                  Displays only error or warning messages during build process
  -e[macs][+|-]                  Produce logging information without adornments
  -find[+|-]                     Search parent directories for build file
  -indent:<number>               Indentation level of build output
  -D:<name>=<value>              Use value for given property
  -logger:<text>                 Use given type as logger
  -l[ogfile]:<filename>          Use value as name of log output file
  -listener:<text>               Add an instance of class as a project listener
  -ext[ension]:<text>            Load NAnt extensions from the specified assembly
  -projecthelp[+|-]              Prints project help information
  -nologo[+|-]                   Suppresses display of the logo banner
  -h[elp][+|-]                   Prints this message
  @<file>                        Insert command-line settings from a text file.

A file ending in .build will be used if no buildfile is specified.

targetをnet-1.1でやってみる.

D:\mysql\mysql-connector-net-1.0.6-noinstall>nant -buildfile:Client.build net-1.1
NAnt 0.85 (Build 0.85.1932.0; rc3; 2005/04/16)
Copyright (C) 2001-2005 Gerry Shaw
http://nant.sourceforge.net

Buildfile: file:///D:/mysql/mysql-connector-net-1.0.6-noinstall/Client.build
Target framework: Microsoft .NET Framework 1.1
Target(s) specified: net-1.1


net-1.1:


client:


BUILD SUCCEEDED

Total time: 0.6 seconds.

とりあえずSUCCEEDEDになった.ソースいじってないからrecompileとか発生せず.これでいいのかまだ自信ないが何とかなりそうな予感.