I got the code from svn, run build without test, say everything ok. I open active record solution and references are missing, and I cannot compile. I've been truing to get it to work for past two hours. I really want to try ActiveRecord for my project.
On Jan 28, 3:19 pm, hammett <[email protected]> wrote: > The experience is streamlined for those getting code from the trunk > (SVN) not from the build server. I'd expect people getting the > compiled assemblies from the build server more and using the source > code for step into debugging. > > > > On Wed, Jan 28, 2009 at 12:29 PM, Rui Silvestre <[email protected]> > wrote: > > > hi mike, > > > I got my source from the build server and once I unzipped 'castle- > > source' file and ran 'nant' the build failed. Two folders were created > > during that time: > > - 'SharedLibs\net' folder was created but the script only copied > > NAnt.Core.dll there. > > - 'build\net-3.5\debug' folder got only 'Castle.Core.dll' (+ pdb xml) > > and 'NAnt.Core.dll'. > > > the script failed because the dependecies were not copied correctly to > > SharedLibs somehow. > > > I believe that if I get the src from svn directly I might not have > > that problem (rick flemming tip)... > > > anyway, if the source is provided from the bulid server then it should > > compile correctly. Maybe this issue can be adressed. > > > Thanks, > > Rui Silvestre > > > On 28 Jan, 19:14, Mike Nichols <[email protected]> wrote: > >> Dependencies are in the SharedLibs folder. > > >> On Jan 28, 11:52 am, Rui Silvestre <[email protected]> wrote: > > >> > noope, it didn't work as expected bcs that dir is deleted with every > >> > build... > >> > anyway, please can someone tell me where to put the external > >> > dependencies so that I can build castle? It just does not compile out > >> > of the box. > > >> > any help ... > > >> > On 28 Jan, 18:38, Rui Silvestre <[email protected]> wrote: > > >> > > Hi, > > >> > > I copied all the files in the external-dependencies.zip file to the > >> > > build\net-3.5\debug folder and all compiled ok... > >> > > don't know if this is the way to go but... > > >> > > On 28 Jan, 18:12, Rui Silvestre <[email protected]> wrote: > > >> > > > hi, > > >> > > > I'm having problems compiling the castle project from the latest > >> > > > build > >> > > > 1209. > >> > > > out of the box I do "nant" at the Castle root and errors start > >> > > > pilling > >> > > > up mainly because of referenced dlls which are not present, e.g., > > >> > > > [csc] d:\dev\src\Castle\src\Core\Castle.Core.Tests > >> > > > \LinkedListTestCase.cs(286,4): error CS0246: The type or namespace > >> > > > name 'Test' could not be found (are you missing a using directive or > >> > > > an assembly reference?) > > >> > > > If I open this project in VS2008 it has the correct references to > >> > > > nunit (the path I put on the PATH) so I don't understand why its not > >> > > > working on the automatic build. > > >> > > > where do we need to put the dependencies before compiling (log4net, > >> > > > etc). > > >> > > > I have nunit 2.2.10 (latest 2.0 release) (on the path) > >> > > > I have nant 0.86 (2009-01-11) (on the path) > > >> > > > what do I need to install more? nhibernate (which version?), etc. > >> > > > (these dlls are on the external-dependencies.zip file that comes with > >> > > > the build zip) > > >> > > > Is there a place where I can read the proper way to build. I already > >> > > > saw the "how to build" but none of the solutions work... > > >> > > > thanks- Ocultar texto citado - > > >> > > - Mostrar texto citado -- Ocultar texto citado - > > >> - Mostrar texto citado - > > -- > 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] For more options, visit this group at http://groups.google.com/group/castle-project-devel?hl=en -~----------~----~----~----~------~----~------~--~---
