I have this script/hack http://dl.dropbox.com/u/4187353/build.sh which helps me build trunks. You'll need cygwin. HTH
On Tue, Oct 26, 2010 at 7:23 AM, Michael Maddox <[email protected]>wrote: > A few months ago I tried to do something similar using HornGet. At > that time, ActiveRecord and NHibernate were using different versions > of Castle.Core and HornGet couldn't cope with that scenario. > > Since HornGet is basically dead, it would be nice if a new attempt was > made to build a tool to address building dependent projects from the > latest source. HornGet blazed the trail and the source is available > so that seems to be a good starting point for someone who is willing > to invest the time. > > I believe NuPack and OpenWrap are trying to solve a different problem > than getting and building the latest source. > > -Michael > > On Tue, Oct 26, 2010 at 1:58 AM, alwin <[email protected]> wrote: > > I wanted to update a website with the newest Castle and NH. I used > > trunk versions of everything because I wanted to use NH beta (Linq) > > and I needed to patch the log4net logging because of some strange > > requirement. > > > > Anyway, after figuring out how to use git I cloned all the repo's, and > > had to do the following sequence: > > 1. 'build NET35 BuildProject' > > 2. build output to next repo's lib dir > > 3. build that > > 4. etc > > > > This took a lot of work, figuring all the dependencies and such, then > > rebuilding again. How can I automate this? Is there some solution to > > this already? Surely copy-pasting by hand or a batch script isn't the > > way to do it... There has to be an easier way! > > > > I'm eager to dive into NuPack or OpenWrap, as long as it will solve > > this problem. > > > > -- > > You received this message because you are subscribed to the Google Groups > "Castle Project Users" group. > > To post to this group, send email to > [email protected]. > > To unsubscribe from this group, send email to > [email protected]<castle-project-users%[email protected]> > . > > For more options, visit this group at > http://groups.google.com/group/castle-project-users?hl=en. > > > > > > -- > You received this message because you are subscribed to the Google Groups > "Castle Project Users" group. > To post to this group, send email to [email protected] > . > To unsubscribe from this group, send email to > [email protected]<castle-project-users%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/castle-project-users?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Castle Project Users" 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-users?hl=en.
