Hi I am new to NANT. I have two projects in my solution file .
SOLTUIN FILE
|
+ PROJECT A ( WEB BASED PROJECT)
|
|_ BIN
|_ Project B's Assembly reference
|
|_PROJECT B (windows based)
My PROJECT B contains many dll file refernces .
so when my build starts it first start build PROJECT B and then
PROJECT A. Now after PROJECT B build gets compelted and as soon as it
start PROJECT A then it gives an error saying that
Cannot copy
'd:\cvtproton\BIREPORTSDLL\bin\Release\CrystalDecisions.ReportAppServer.ReportDefModel.dll'
to 'd:\cvtproton\bin\CrystalDecisions.ReportAppServer.ReportDefModel.dll'.
The process cannot access the file
'd:\cvtproton\bin\CrystalDecisions.ReportAppServer.ReportDefModel.dll'
because it is being used by another process.
This error occurs while copying PROJECT B/BIN/DLL File to PROJECT A/BIN
These error not only occurs for one partucular dll (i.e
CrystalDecisions.ReportAppServer.ReportDefModel.dl ) but any other dll
has in
PROJECT B/BIN/ folder.
It would be great if some one can help me out.
Thanks
Amish H Khatri
CVTProton.build
Description: Binary data
------------------------------------------------------------------------- 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-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nant-developers
