It is all working now, well mostly :) A few observations: - The build folder, I was expecting it to create a "build" folder under "trunk", but instead it created a "bin" folder under "src" - I ran the "package.cmd" and it mostly worked except the unit tests, I think the reason the unittests failed is because I didn't specify where my database is, how do I do that? In nant I could pass the following params: -D:ar.connection.connection_string.1="server=mysqlt;User ID=blah;Password=password;database=castle_test1;" - D:ar.dialect=NHibernate.Dialect.MsSql2000Dialect - D:ar.connection.driver_class=NHibernate.Driver.SqlClientDriver
Apart from that is looking good, very good. You should try it against TC. Cheers John On Jan 6, 11:27 am, Courtney Shrock <[email protected]> wrote: > tortoisesvn doesn't include svn.exe last time I checked -- you need a > separate install. I have Slik Subversion. > > On 1/5/2010 3:24 PM, John Simons wrote: > > > Same as before :( > > Where is MSBuild.Community.Tasks.Subversion looking for svn.exe? I use > > TortoiseSVN! > > > On Jan 6, 10:11 am, Roelof Blom<[email protected]> wrote: > > >> Can you please try again, on a fresh checkout? > > >> On Tue, Jan 5, 2010 at 11:37 PM, John > >> Simons<[email protected]>wrote: > > >>> Done a clean checkout and... > > >>> -Now when I open the sln file I get a security warning dialog (see > >>> attachment), this could be confusing for users. > >>> This may need to be documented on the website with why it appears > >>> and how to get rid of it, for our junior users. > > >>> -Opened the solution and no clean compile from VS, because > >>> AssemblyInfo.cs is included in the project but doesn't exist on disk! > >>> To solve this problem just exclude AssemblyInfo.cs from project. > > >>> -Removed AssemblyInfo.cs from proj file, I now have 1 error and 1 > >>> warning: > >>> Warning 1 The "SvnVersion" task failed unexpectedly. > >>> System.Exception: Could not find svn.exe. Looked in PATH locations > >>> and various common folders inside Program Files. > >>> at MSBuild.Community.Tasks.Subversion.SvnClient.FindToolPath(String > >>> toolName) > >>> at > >>> MSBuild.Community.Tasks.Subversion.SvnVersion.GenerateFullPathToTool() > >>> at Microsoft.Build.Utilities.ToolTask.ComputePathToTool() > >>> at Microsoft.Build.Utilities.ToolTask.Execute() > >>> at MSBuild.Community.Tasks.Subversion.SvnVersion.Execute() > >>> at Microsoft.Build.BuildEngine.TaskEngine.ExecuteInstantiatedTask > >>> (EngineProxy engineProxy, ItemBucket bucket, TaskExecutionMode > >>> howToExecuteTask, ITask task, Boolean& taskResult) > >>> Castle.Facilities.ActiveRecordIntegration-vs2008 > >>> Error 2 "!" is an invalid value for the "UseLastCommittedRevision" > >>> parameter of the "SvnVersion" task. The "UseLastCommittedRevision" > >>> parameter is of type "System.Boolean". > >>> Castle.Facilities.ActiveRecordIntegration-vs2008 > > >>> -Double clicked "ClicktoBuild.cmd" > >>> same error as before > > >>> Cheers > >>> John > > >>> On Jan 6, 9:18 am, hammett<[email protected]> wrote: > > >>>> You get the same warning for several MS samples released through > > >>> different > > >>>> channels. I dont think this is something new to users. > > >>>> On Tue, Jan 5, 2010 at 12:53 PM, Roelof Blom<[email protected]> > > >>> wrote: > > >>>>> ATM I don't see a way around this. Perhaps you noticed but if you click > >>>>> 'Load project normally' and uncheck the checkbox you will not be asked > > >>> again > > >>>>> (for this project). > > >>>> -- > >>>> Cheers, > >>>> hammetthttp://hammett.castleproject.org/ > > >>> -- > >>> You received this message because you are subscribed to the Google Groups > >>> "Castle Project Development List" group. > >>> To post to this group, send email to [email protected] > >>> . > >>> To unsubscribe from this group, send email to > >>> [email protected]<castle-project-devel%[email protected]> > >>> . > >>> For more options, visit this group at > >>>http://groups.google.com/group/castle-project-devel?hl=en.
-- You received this message because you are subscribed to the Google Groups "Castle Project Development List" 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/castle-project-devel?hl=en.
