I have found one other thing.  I am using the RC4 binaries when I get this error, but if I rebuild the binaries from soruce I don't get it.  If anyone knows of a way for me to debug the RC4 binaries with having the debug files I would be glad to hear it but otherwise I guess I just have to rebuild the binaries and then do my builds.

Adam Gritt

On 6/26/06, Adam Gritt <[EMAIL PROTECTED]> wrote:
Not that I am aware of.  Neither directories exist to begin with and Nant ends up creating them.  As such they should have permission.  Also usually when it is a "file in use" issue there is usually an message stating such, from the output it looks like the files copied fine.


On 6/26/06, Marc Towersap < [EMAIL PROTECTED]> wrote:
Perhaps it's a permissions problem.  Is bin\debug\Firserv.Cleartouch.Shared.Utilities.pdb is either write-protected or  currently in use??

 
Marc Towersap
Sr. SCM Engineer


----- Original Message ----
From: Adam Gritt <[EMAIL PROTECTED] >
To: nant-users@lists.sourceforge.net
Sent: Monday, June 26, 2006 1:48:47 PM
Subject: [NAnt-users] Build Failure Issue

I am trying to build a project but it keeps coming up as failed.  Below is the "Verbose" output from the build, if anyone has any input as to what exactly is failing or how I can find out what exactly is failing please let me know.  It seems to happen right after it trys to copy the files from the obj folder to the bin folder, however when I look at the folder the files copied fine and they weren't there before so I know that there isn't an access restriction.

Adam Gritt

Lines have been snipped for space.

 [solution] Starting solution build.
 [solution] Included projects:
 [solution]  - C:\Cleartouch\Shared\Utilities
\Cleartouch.Shared.Utilities.csproj
 [solution] Loading projects...
 [solution] Loading project 'C:\Cleartouch\Shared\Utilities\Cleartouch.Shared.Utilities.csproj'.
 [solution] Gathering additional dependencies...
 [solution] Fixing up references...
 [solution] Building 'Cleartouch.Shared.Utilities' [Debug] ...
               [tlbimp] Output file 'C:\Cleartouch\Shared\Utilities\obj\Interop.CAPICOM.dll' does not exist, recompiling.
               [tlbimp] Starting 'C:\Program Files\Microsoft Visual Studio .NET 2003\SDK\v1.1\bin\tlbimp.exe ("C:\Cleartouch\CapiCom.Dll" /out:"C:\Cleartouch\Shared\Utilities\obj\Interop.CAPICOM.dll" /nologo /namespace:CAPICOM /sysarray /verbose)' in 'C:\'
<snip tlbimp information and warnings /snip>
               [tlbimp] Type library imported to C:\Cleartouch\Shared\Utilities\obj\Interop.CAPICOM.dll
               [attrib] No matching files or directories found.
 [solution] Starting compiler...
 [solution] Commands:
             [solution]     /target:library
             [solution]     /nologo
             [solution]     /filealign:4096
             [solution]     /define:DEBUG;TRACE
             [solution]     /warn:4
             [solution]     /baseaddress:0x11000000
             [solution]     /optimize-
             [solution]     /debug+
             [solution]     /incremental-
             [solution]     /checked-
             [solution]     /unsafe+
             [solution]     /warnaserror-
             [solution]     /out:"C:\Cleartouch\Shared\Utilities\obj\Debug\Fiserv.Cleartouch.Shared.Utilities.dll"
             [solution]     /r:"C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.dll"
             [solution]     /r:"C:\Cleartouch\Shared\Utilities\obj\Interop.CAPICOM.dll"
             [solution]     /r:"C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.Data.dll"
             [solution]     /r:"C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.Xml.dll"
             [solution]     "C:\Cleartouch\Shared\Utilities\AssemblyHelper.cs"
             [solution]     "C:\Cleartouch\Shared\Utilities\fiAPIUtility.cs"
             [solution]     "C:\Cleartouch\Shared\Utilities\Passport.cs"
             [solution]     "C:\Cleartouch\Shared\Utilities\XMLUtility.cs"
             [solution]     "C:\Cleartouch\Shared\Utilities\fiapiConstants.cs"
             [solution]     "C:\Cleartouch\Shared\Utilities\DataProtection.cs"
             [solution]     "C:\Cleartouch\Shared\Utilities\IOUtilities.cs"
             [solution]     "C:\Cleartouch\Shared\Utilities\VIPCrypto.cs"
             [solution]     "C:\Cleartouch\Shared\Utilities\AssemblyInfo.cs"
             [solution]     "C:\Cleartouch\Shared\Utilities\NetworkDriveMapping.cs"
             [solution]     "C:\Cleartouch\Shared\Utilities\CTCrypto.cs"
 [solution] Success! (exit code = 0)
 [solution] Building satellite assemblies...
                 [copy] Copying 1 file to 'C:\Cleartouch\Shared\Utilities\bin\debug\Interop.CAPICOM.dll'.
                 [copy] Copying 'C:\Cleartouch\Shared\Utilities\obj\Interop.CAPICOM.dll' to 'C:\Cleartouch\Shared\Utilities\bin\debug\Interop.CAPICOM.dll'.
                 [copy] Copying 1 file to 'C:\Cleartouch\Shared\Utilities\bin\debug\Fiserv.Cleartouch.Shared.Utilities.dll'.
                 [copy] Copying 'C:\Cleartouch\Shared\Utilities\obj\Debug\Fiserv.Cleartouch.Shared.Utilities.dll' to 'C:\Cleartouch\Shared\Utilities\bin\debug\Fiserv.Cleartouch.Shared.Utilities.dll'.
                 [copy] Copying 1 file to 'C:\Cleartouch\Shared\Utilities\bin\debug\Fiserv.Cleartouch.Shared.Utilities.pdb'.
                 [copy] Copying 'C:\Cleartouch\Shared\Utilities\obj\Debug\Fiserv.Cleartouch.Shared.Utilities.pdb' to 'C:\Cleartouch\Shared\Utilities\bin\debug\Fiserv.Cleartouch.Shared.Utilities.pdb'.
 [solution] Build failed.
 [solution] Project 'Cleartouch.Shared.Utilities' failed!
 [solution] Continuing build with non-dependent projects.
 [solution]
 [solution] Solution failed to build!  Failed projects were:
 [solution]   - Cleartouch.Shared.Utilities

BUILD FAILED - 6 non-fatal error(s), 41 warning(s)
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
NAnt-users mailing list
NAnt-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users



Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
NAnt-users mailing list
NAnt-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to