Thank you, Ian!!  After I commented out the problem section of
self-tests for NAnt 0.8.3 (it's very unhappy that I'm Framework
1.0-less) and got a good build of that, this worked like a charm.  Now I
can attack that pesky verbosity problem.

[You'll probably save lots of future questions from new fish like me if
you drop your two easy steps into the readme.txt file to replace the old
copy.]

There are some warnings when built against Framework 1.1 that the next
person into MSITask, MSMTask and NUnitReportTask should be aware of (so
s/he can fix 'em), especially the overloads for XslTransform that M$ is
bound and determined to make obsolete.

----- snip -----

C:\Sandbox\NAntContrib>nant -D:nant.dir=C:\Sandbox\NAnt-0.8.3.50105
-f:NAntContr
ib.build
NAnt version 0.8.3 Copyright (C) 2001-2003 Gerry Shaw
http://nant.sourceforge.net

Buildfile: file:///C:/Sandbox/NAntContrib/NAntContrib.build

init:


debug:


UpdateNAntReleaseFiles:

     [echo] Using nant files from C:\Sandbox\NAnt-0.8.3.50105

prepare:

    [mkdir] Creating directory
C:\Sandbox\NAntContrib/build/nantcontrib-0.1.0.0-
debug.
     [copy] Copying 9 files to
C:\Sandbox\NAntContrib/build/nantcontrib-0.1.0.0-
debug.

prepare.slingshot:

     [nant] Tools/SLiNgshoT/SLiNgshoT.build Release

            Buildfile:
file:///C:/Sandbox/NAntContrib/Tools/SLiNgshoT/SLiNgshoT.
build

            SLiNgshoT.Core.Release:


            setup:

                [mkdir] Creating directory
C:\Sandbox\NAntContrib\Tools\SLiNgsho
T\build\Release.

            SLiNgshoT.Core:

                  [csc] Compiling 12 files to
C:\Sandbox\NAntContrib\Tools\SLiNg
shoT\build\Release\SLiNgshoT.Core.dll.
 
c:\Sandbox\NAntContrib\Tools\SLiNgshoT\SLiNgshoT.Core\En
terpriseProject.cs(149,13): warning CS1030: #warning: 'VS.NET has some
bug and w
rites References node with two different capitalizations'
 
c:\Sandbox\NAntContrib\Tools\SLiNgshoT\SLiNgshoT.Core\NA
ntWriter.cs(268,14): warning CS1030: #warning: 'fix this once NAnt
supports unsa
fe & checked'
 
c:\Sandbox\NAntContrib\Tools\SLiNgshoT\SLiNgshoT.Core\NA
ntWriter.cs(351,14): warning CS1030: #warning: 'uncomment this once NAnt
support
s unsafe and checked'
 
c:\Sandbox\NAntContrib\Tools\SLiNgshoT\SLiNgshoT.Core\NA
ntWriter.cs(366,14): warning CS1030: #warning: 'remove these once NAnt
supports
unsafe and checked'

            SLiNgshoT.Release:


            SLiNgshoT:

                  [csc] Compiling 2 files to
C:\Sandbox\NAntContrib\Tools\SLiNgs
hoT\build\Release\SLiNgshoT.exe.

            Release:

            Total time: 1 seconds.

            BUILD SUCCEEDED

     [copy] Copying 1 file.
     [copy] Copying 1 file.

compile.schematask:

      [csc] Compiling 1 files to
C:\Sandbox\NAntContrib\build\nantcontrib-0.1.0.
0-debug\NAnt.Xsd.Tasks.dll.

compile.schemas:

[loadtasks] Loading tasks from assembly
C:\Sandbox\NAntContrib/build/nantcontrib
-0.1.0.0-debug\NAnt.Xsd.Tasks.dll.
    [mkdir] Creating directory
C:\Sandbox\NAntContrib/build/nantcontrib-0.1.0.0-
debug\Schemas\MSI.
      [xsd] Compiling Schema src\Tasks\MSITask.xsd into Microsoft.NET
classes
            Writing file
'C:\Sandbox\NAntContrib/build/nantcontrib-0.1.0.0-debug
\Schemas\MSI\MSITask.cs'.
    [mkdir] Creating directory
C:\Sandbox\NAntContrib/build/nantcontrib-0.1.0.0-
debug\Schemas\MSM.
      [xsd] Compiling Schema src\Tasks\MSMTask.xsd into Microsoft.NET
classes
            Writing file
'C:\Sandbox\NAntContrib/build/nantcontrib-0.1.0.0-debug
\Schemas\MSM\MSMTask.cs'.
      [csc] Compiling 2 files to
C:\Sandbox\NAntContrib\build\nantcontrib-0.1.0.
0-debug\NAnt.Contrib.Schemas.dll.

build:

      [csc] Compiling 57 files to
C:\Sandbox\NAntContrib\build\nantcontrib-0.1.0
.0-debug\NAnt.Contrib.Tasks.dll.
            c:\Sandbox\NAntContrib\src\Tasks\MSITask.cs(1767,26):
warning CS1572
: XML comment on 'NAnt.Contrib.Tasks.MSITask.IsVersion(ref string)' has
a param
tag for 'fileVersion', but there is no parameter by that name
            c:\Sandbox\NAntContrib\src\Tasks\MSITask.cs(1769,22):
warning CS1573
: Parameter 'Version' has no matching param tag in XML comment (but
other parame
ters do)
            c:\Sandbox\NAntContrib\src\Tasks\MSMTask.cs(2039,26):
warning CS1572
: XML comment on 'NAnt.Contrib.Tasks.MSMTask.IsVersion(ref string)' has
a param
tag for 'fileVersion', but there is no parameter by that name
            c:\Sandbox\NAntContrib\src\Tasks\MSMTask.cs(2041,22):
warning CS1573
: Parameter 'Version' has no matching param tag in XML comment (but
other parame
ters do)
            c:\Sandbox\NAntContrib\src\Tasks\NUnitReportTask.cs(142,10):
warning
 CS0618:
'System.Xml.Xsl.XslTransform.Transform(System.Xml.XPath.IXPathNavigable
, System.Xml.Xsl.XsltArgumentList, System.Xml.XmlWriter)' is obsolete:
'You shou
ld pass XmlResolver to Transform() method'
            c:\Sandbox\NAntContrib\src\Tasks\NUnitReportTask.cs(199,13):
warning
 CS0618: 'System.Xml.Xsl.XslTransform.Load(System.Xml.XmlReader,
System.Xml.XmlR
esolver)' is obsolete: 'You should pass evidence to Load() method'
Total time: 11 seconds.

BUILD SUCCEEDED


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
NAntContrib-Developer mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nantcontrib-developer

Reply via email to