Every time you call devenv.exe from the commandline it loads somthing like 50 dlls that aren't directly related to the build process - this slows the process down consderably. So depending on the size of your build there will be a large time saving to be gained by using the <csc> task.
There are a number of methods to generate nant build scripts from vs projects - avoiding the manual process of typing a <csc> task for each one.


Ian

Hi,

We have just started using Nant as part of our automatic build.  We
started writing Nant scripts to call csc but find this a bit tedious since
it duplicates what is already in the project files.  I have just
discovered how to call devenv.exe to build a project saving us a lot of
typing!

Is there any reason that makes it worth the extra effort of using csc?  Is
there a performance issue here?

Regards,

David Taylor
Extension: 4496
Email:       [EMAIL PROTECTED]
Mobile:     +44 7966 490138




------------------------------------------------------- This SF.net email is sponsored by: ObjectStore. If flattening out C++ or Java code to make your application fit in a relational database is painful, don't do it! Check out ObjectStore. Now part of Progress Software. http://www.objectstore.net/sourceforge _______________________________________________ Nant-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/nant-users




-------------------------------------------------------
This SF.net email is sponsored by: ObjectStore.
If flattening out C++ or Java code to make your application fit in a
relational database is painful, don't do it! Check out ObjectStore.
Now part of Progress Software. http://www.objectstore.net/sourceforge
_______________________________________________
Nant-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to