Running XDepend Console on Unix - Linuxes

Thanks to the Mono project it is possible to run XDepend Console on Unix OSes that are supported by Mono. This allows you to run XDepend during the continuous integration of your project even if your continuous integration server is not running on Windows. The following instructions will tell you how to run XDepend Console on Unix / Linux.

Install Mono

Go to the downloads page of the Mono project to download the version corresponding to your OS.

Install XDepend

To install XDepend on Linux, you just have to copy the installation folder of your XDepend copy on Windows (containing the license).

Run XDepend Console

You can then run XDepend Console with the following command:
MONO_PATH="path/to/xdepend/Lib:$MONO_PATH" mono path/to/xdepend/XDepend.Console.exe path/to/project/XDependProject.xml

Note: The Unix support is still experimental and the treemap and dependencies graphs are currently unavailable in the report.

Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.