How to install IronRuby-Hpricot

Hi all,

Does anyone has instructions on how to install
the Hpricot port to .net called IronRuby-hpricot?

is the git,
the download link is:
http://github.com/nrk/ironruby-hpricot/downloads

I get it, but I don’t know how to install or copy
the files in the specific directories in order to
be used as a gem…

Thank you in advance

Eduardo

On Fri, Dec 3, 2010 at 02:32, Eduardo B. [email protected]
wrote:

Does anyone has instructions on how to install
the Hpricot port to .net called IronRuby-hpricot?

You should just copy the contents of the directory from one of those
compressed file (e.g. everything contained inside the
ironruby-hpricot_v0.8.1_dotnet4.0-bin/ directory from
ironruby-hpricot_v0.8.1_dotnet4.0-bin.zip) into a path where IronRuby
looks for libraries.

I get it, but I don’t know how to install or copy
the files in the specific directories in order to
be used as a gem…

Unfortunately I haven’t yet bundled the library into a gem file, and I
still need to find the time to test if it still works with the latest
release of IronRuby (1.1.1) or the current master branch on Git :frowning:


Daniele A.
http://clorophilla.net/
http://twitter.com/JoL1hAHN

Hi Daniele,

Thank you for the quick response,

Unfortunately it is not workin with the version 1.1 of IronRuby,
It seems to me that the problem has to do with a hard-coded reference
to the 1.0 libraries in IronRuby.Hpricot.csproj :


False
…\deps\IronRuby.dll


False
…\deps\IronRuby.Libraries.dll


False
…\deps\Microsoft.Dynamic.dll


False
…\deps\Microsoft.Scripting.dll


False
…\deps\Microsoft.Scripting.Core.dll




Unfortunately I don’t know too much about git and how to branch, compile
and contribute.

Thank you anyways.

Eduardo

Daniele A. wrote in post #965909:

On Fri, Dec 3, 2010 at 02:32, Eduardo B. [email protected]
wrote:

Does anyone has instructions on how to install
the Hpricot port to .net called IronRuby-hpricot?

You should just copy the contents of the directory from one of those
compressed file (e.g. everything contained inside the
ironruby-hpricot_v0.8.1_dotnet4.0-bin/ directory from
ironruby-hpricot_v0.8.1_dotnet4.0-bin.zip) into a path where IronRuby
looks for libraries.

I get it, but I don’t know how to install or copy
the files in the specific directories in order to
be used as a gem…

Unfortunately I haven’t yet bundled the library into a gem file, and I
still need to find the time to test if it still works with the latest
release of IronRuby (1.1.1) or the current master branch on Git :frowning:


Daniele A.
http://clorophilla.net/
http://twitter.com/JoL1hAHN

You can still update those version numbers to unblock yourself. If you
don’t
know how to contribute, either ask the author or open a bug on the
IronRuby.Hpricot site.