Hi,
I am updating horn to build rhino.etl. I have the following descriptor:
install rhino.etl:
get_from git("git://github.com/ayende/rhino-etl.git")
build_with psake, buildfile("psake.ps1"), FrameworkVersion35
build_root_dir "build"
shared_library "SharedLibs"
dependencies:
depend "rhino.dsl" >> "rhino.dsl"
Horn will build rhino.dsl and copy across the rhnio.dsl .dll to the
rhino.etl shared library.
I still cannot get it to build because Rhino.Dsl is using a different
version of the Boo.lang.Compiler.dll (Version=2.0.9.2) than the Rhino.Etl
Boo.Lang.Compiler.dll( Version=2.0.0.0) .
Should they use the same .dll?
I could always have both Rhino.Dsl and Rhino.Etl have a dependency on boo
and pull the .dlls from a fresh build.
Cheers
Paul Cowan
Cutting-Edge Solutions (Scotland)
http://thesoftwaresimpleton.blogspot.com/
2009/10/25 Ayende Rahien <[email protected]>
> Fixed
>
>
> On Sun, Oct 25, 2009 at 4:37 PM, Paul Cowan <[email protected]> wrote:
>
>> Hi,
>>
>> I get the following build error when I try to build Rhino.Etl
>>
>> error CS1607 : Warning as error : Assembly generation -- The version '
>> 1.0.0.0/ cf3b9d1' specified for the 'product version' is not in the
>> normal 'major.minor .build.revision' format
>>
>> If I look in the AssemblyInfo.cs file for Rhino.Etl.Core, I can see that
>> we have the following:
>>
>> [assembly: AssemblyInformationalVersionAttribute("1.0.0.0 / cf3b9d1")]
>>
>>
>> Cheers
>>
>> Paul Cowan
>>
>> Cutting-Edge Solutions (Scotland)
>>
>> http://thesoftwaresimpleton.blogspot.com/
>>
>>
>>
>>
>
> >
>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Rhino Tools Dev" 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/rhino-tools-dev?hl=en
-~----------~----~----~----~------~----~------~--~---