> What tasks should be move out of the core into this project (if any)?
I'd suggest the following tasks should be removed from the nant.core.dll and placed in the nantcontrib project as a start. gac rc resgen taskdef (remove completely) tlbexp tlbimp typedcollection Vb6 After that we may wish to move the compiler tasks out of the core. For example the following tasks could be moved into these seperate modules: csc, msc (CSharpTasks.dll) vbc (VisualBasicTasks.dll) jsc (JScriptTasks.dll) cl,lib,link (MicrosoftCTasks.dll) The csc,msc tasks should be moved into a single task that is configured using a .config file to specify what compiler to use. _______________________________________________________________ Don't miss the 2002 Sprint PCS Application Developer's Conference August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm _______________________________________________ NAntContrib-Developer mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/nantcontrib-developer
