Hi gauthier,
Much kudos for helping out. The castle descriptors are the base for a lot of the other horn descriptors.
I will look at this tonight, uk time
I am not sure i understand the problem you are having and wonder if you could further explain.
are you saying that horn is resolving castle.core to the lib did but the castle build script is then overriding it?
On 4 Nov 2009 00:15, "Gauthier Segay" <gauthie...@gmail.com> wrote:
I'm newbie to horn and git, but managed to put three descriptors for
castle (core,dp,validator) in a fork:
git://github.com/smoothdeveloper/hornget.git
I've used the dependencies section of the package descriptor but I'm
not sure how horn is behaving.
the castle dp descriptor is set with
dependencies:
castle.core >> "Castle.Core"
after a build, looking at "Working" dir ends up with lib containing
Castle.Core.dll + pdb so it's the version fed by horn
I'm also uncertain if castle build script overrides framework specific
libs with the root lib dir or if it is required to explicitely state
framework specific subdirectory (which will hardwritten -> is not
ideal)
the chain goes like that up to castle.component.validator, I'll
continue a bit this week but feedback / idea / help to fix the
framework specific dependencies and ensure the build is not picking
the default dependencies is welcome
On Nov 2, 4:40 pm, Mauricio Scheffer <mauricioschef...@gmail.com>
wrote:
> Hi, I'm a Horn newbie and a Castle committer. Castle has been recently > splitting its subprojects...
> The Castle descriptor athttp://github.com/dagda1/hornget/blob/master/ioc/castle/castle.boo
> is checking out from the current trunk, is there any way to make it > run all the other Castle des...