Hi Every one
  I wrote one NAnt Script to compile ASP.NET  project,it  giving error at
complie time regarding SQl command.
   But when I am using .NET Framework to compile same code there is no error
  Please tell what is the error.
  These are the error I am getting and I am using nightly Build

   build:


cleanLastBuild:

     [echo] Deleting Files From = D:\ASPCOMP\MLX\
   [delete] Deleting 8 files.

CmpSrc:

     [echo] "Compilling Solution Files by taking all references of all
proj from the solution file.."
 [solution] Starting solution build.
 [solution] Building 'MLXPBOMACTIVITYMGRNET' [Release] ...
 [solution]
D:\Nant\MLX\ECBus\RFD\MLXPBOMACTIVITYMgr.NET\zMPBOMACTIVITYH.vb(125) :
error BC30648: String constants must end with a double quote.
 [solution]
 [solution]             sSQL = "Update  " & cTableName & "
 [solution]                                              ~~
 [solution]
D:\Nant\MLX\ECBus\RFD\MLXPBOMACTIVITYMgr.NET\zMPBOMACTIVITYH.vb(130) :
error BC30648: String constants must end with a double quote.
 [solution]
 [solution]             sSQL &= "ISACTIVE=" & ISACTIVE & "
 [solution]                                              ~~
 [solution] Build failed.
 [solution] Project 'MLXPBOMACTIVITYMGRNET' failed!
 [solution] Continuing build with non-dependent projects.
 [solution]
 [solution] Solution failed to build!  Failed projects were:
 [solution]   - MLXPBOMACTIVITYMGRNET

BUILD FAILED - 6 non-fatal error(s), 0 warning(s)

D:\ASPCOMP\asp.build.xml(33,2):
Project build failed.

Thanks
Rajnish Kumar





-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid0944&bid$1720&dat1642
_______________________________________________
NAnt-users mailing list
NAnt-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to