C:\Solutions\MTM\Deployment\Scripts\Web>nant 
-buildfile:WebControls.Templates.build
NAnt 0.85 (Build 0.85.1732.0; net-1.0.win32; nightly; 9/28/2004)
Copyright (C) 2001-2004 Gerry Shaw
http://nant.sourceforge.net

Buildfile: 
file:///C:/Solutions/MTM/Deployment/Scripts/Web/WebControls.Templates.build
Target(s) specified: build


build:

      [csc] Compiling 5 files to 
'C:\Solutions\MTM\Web\bin\ProfitLine.MTM.Web.WebControls.Templates.dll'.

BUILD FAILED

INTERNAL ERROR

System.ArgumentOutOfRangeException: Length cannot be less than zero.
Parameter name: length
   at System.String.Substring(Int32 startIndex, Int32 length)
   at System.String.Substring(Int32 startIndex)
   at NAnt.DotNet.Types.ResourceFileSet.GetManifestResourceName(String 
fileName) in C:\Documents and Settings\drieseng\Local 
Settings\Temp\tmp33C.tmp\src\NAnt.DotNet\Types\ResourceFileSet.cs:line 172
   at NAnt.DotNet.Tasks.CompilerBase.GetManifestResourceName(ResourceFileSet 
resources, String resourceFile, String dependentFile) in C:\Documents and 
Settings\drieseng\Local 
Settings\Temp\tmp33C.tmp\src\NAnt.DotNet\Tasks\CompilerBase.cs:line 679
   at NAnt.DotNet.Tasks.CompilerBase.GetManifestResourceName(ResourceFileSet 
resources, String resourceFile) in C:\Documents and Settings\drieseng\Local 
Settings\Temp\tmp33C.tmp\src\NAnt.DotNet\Tasks\CompilerBase.cs:line 776
   at NAnt.DotNet.Tasks.CompilerBase.ExecuteTask() in C:\Documents and 
Settings\drieseng\Local 
Settings\Temp\tmp33C.tmp\src\NAnt.DotNet\Tasks\CompilerBase.cs:line 508
   at NAnt.Core.Task.Execute() in C:\Documents and Settings\drieseng\Local 
Settings\Temp\tmp33C.tmp\src\NAnt.Core\Task.cs:line 177
   at NAnt.Core.Target.Execute() in C:\Documents and Settings\drieseng\Local 
Settings\Temp\tmp33C.tmp\src\NAnt.Core\Target.cs:line 249
   at NAnt.Core.Project.Execute(String targetName, Boolean forceDependencies) 
in C:\Documents and Settings\drieseng\Local 
Settings\Temp\tmp33C.tmp\src\NAnt.Core\Project.cs:line 876
   at NAnt.Core.Project.Execute() in C:\Documents and Settings\drieseng\Local 
Settings\Temp\tmp33C.tmp\src\NAnt.Core\Project.cs:line 833
   at NAnt.Core.Project.Run() in C:\Documents and Settings\drieseng\Local 
Settings\Temp\tmp33C.tmp\src\NAnt.Core\Project.cs:line 902

Please send bug report to [EMAIL PROTECTED]

Total time: 0.5 seconds.


-----------------------------------------------------------------------------------------------------------


<?xml version="1.0"?>
<project name="ProfitLine.MTM.Web" default="build">
    <property name="DllName" value="ProfitLine.MTM.Web.WebControls.Templates"/>
    <property name="debug"   value="true"/>

    <target name="clean">
        <delete>
            <fileset>
                <include name="${MTM_WEB_BIN_DIR}\${DllName}.dll"/>
                <include name="${MTM_WEB_BIN_DIR}\${DllName}.pdb"/>
            </fileset>
        </delete>
    </target>

    <target name="build" dependency="clean">
        <csc target="library" output="${MTM_WEB_BIN_DIR}\${DllName}.dll" 
debug="${debug}">
            <references>
                <include name="${MTM_WEB_BIN_DIR}\AdminManager.dll"/>
                <include name="${MTM_WEB_BIN_DIR}\DataEntity.dll"/>
                <include name="${MTM_WEB_BIN_DIR}\StateManager.dll" />
                <include name="${MTM_WEB_BIN_DIR}\UserProfiles.dll"/>
                <include name="${MTM_WEB_BIN_DIR}\Web.dll"/>
                <include name="${MTM_WEB_BIN_DIR}\MasterPages.dll"/>
                <include 
name="${MTM_WEB_BIN_DIR}\ProfitLine.MTM.Web.UserControls.dll"/>
            </references>
            <sources>
                <include 
name="${WEB_CONTROLS_TEMPLATES_DIR}\TemplateCustomError.ascx.cs"/>
                <include 
name="${WEB_CONTROLS_TEMPLATES_DIR}\TemplateManualTask.ascx.cs"/>
                <include 
name="${WEB_CONTROLS_TEMPLATES_DIR}\TemplateMIM.ascx.cs"/>
                <include 
name="${WEB_CONTROLS_TEMPLATES_DIR}\TemplateMTM.ascx.cs"/>
                <include 
name="${WEB_CONTROLS_TEMPLATES_DIR}\TemplateSecurityAdministration.ascx.cs"/>
            </sources>
            <resources dynamicprefix="true" prefix="MTMv30">
                <include name="${i18n_DIR}\LocalStrings.resx" />
            </resources>
        </csc>
    </target>
</project>


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://productguide.itmanagersjournal.com/
_______________________________________________
nant-developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-developers

Reply via email to