Hey Dan, On 3/30/07, hmobius <[EMAIL PROTECTED]> wrote: > > > I have to admit I got a bit confused reading Jay's setup notes for > CIFactory. i got lost trying to figure out how I should structure the > source code for the project and tests in svn before CIFactory got a > hold of them. >
I would like to improve. My goal is that CI Factory is easy for a first time user. Unit test project should go in the Unit Test directory: C:Projects\<Project Name>\<Codeline Name>\Product\Unit Test\... Example for unit test project SalesForce.Core.Test.csproj: C:\Projects\SalesForce\trunk\Product\Unit Test\SalesForce.Core.Test\SalesForce.Core.Test.csproj Production projects should go in the Production directory: C:Projects\<Project Name>\<Codeline Name>\Product\Production\... Example for the production project SalesForce.Core.csproj: C:\Projects\SalesForce\trunk\Product\Production\SalesForce.Core.Test\SalesForce.Core.csproj I would greatly appreciate your help in learning how the setup notes can be improved. Smiles, -- Jay Flowers ---------------------------------------------------------------------- http://jayflowers.com --------------------------------------------------------------------- --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "MbUnit.User" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/MbUnitUser?hl=en -~----------~----~----~----~------~----~------~--~---
