markedup-mobi / hircine

Stand-alone RavenDB index builder, used in CI systems and automated deployments
Other
16 stars 6 forks source link

ILMerge Hircine.Console so it ships as a single assembly #4

Closed Aaronontheweb closed 12 years ago

Aaronontheweb commented 12 years ago

It was a worthy try, but I determined that ILMerge simply cannot handle trying to internalize everything we need to Run RavenDB.Emebedded. It at up about 40% of system memory and churned for 10s of minutes with no output.

Instead, I opted to just have Hircine download all of its dependencies and run with them in bin whenever it needs to execute.