Skip to content

rigazilla/dotnet-client

 
 

Repository files navigation

C# Hot Rod Client

Build

Build prerequisites:

Note: after unpacking IKVM please edit the .exe.config files in /bin and comment-out the "" element from all of them.

Documentation building requirements:

Package building requirements:

After you install the dependencies please update the PATH environment variable to include the bin/ directories of CMake, SWIG, Maven, NUnit, IKVM.

Build steps:

set NLOG_DLL=/path/to/nlog/2.1.0/dll
set NUNIT_DLL=/path/to/nunit.framework.dll

set HOTRODCPP32_HOME=/path/to/native/32bit/client
set HOTRODCPP64_HOME=/path/to/native/64bit/client

set HOTROD_SNK=/path/to/key/to/be/generated
sn.exe -k %HOTROD_SNK%

set JBOSS_HOME=/path/to/hotrod/standalone/server

By default the build script will run the unit/integrations tests. If you want to disable them pass ENABLE_{JAVA,CSHARP}_TESTING=false as flags on the command line:

build.bat [-DENABLE_JAVA_TESTING=false] [-DENABLE_CSHARP_TESTING=false]

Any additional build.bat arguments you might add will be passed on to cmake during the build script generation phase.

After the script completes successfully you can find the .msi installer in the build_windows/ subdirectory.

Optionally you can build a bundle to include the .NET and C++ runtimes which are project dependencies.

Important: Make sure the runtimes to be bundled match the ones used for the actual build!

To build the bundle define:

set HOTROD_VCREDIST_x86=<path to vcredist_x86.exe>
set HOTROD_VCREDIST_x64=<path to vcredist_x64.exe>
set HOTROD_DOTNET=<path to the .NET runtime standalone installer>

and then pass -DHOTROD_BUILD_BUNDLE=true on the command line as argument to build.bat. After the build is complete you cand find the package in build_windows/ with a name ending in "-bundle.exe".

Support for building the client using Mono (http://www.mono-project.com) will be coming soon.

Reporting Issues

Infinispan uses JIRA for issue management, hosted on issues.jboss.org (https://issues.jboss.org/browse/HRCPP). You can log in using your jboss.org username and password.

About

.NET client for Infinispan, over the Hot Rod wire protocol

Resources

License

Unknown, Unknown licenses found

Licenses found

Unknown
License.txt
Unknown
License.rtf

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Java 50.4%
  • C# 34.8%
  • SWIG 8.8%
  • CMake 5.7%
  • Batchfile 0.3%