Additional Plugins


Additional Plugins

There are some additional plugins to work with emonic available. They have various status of stability and functionality


emonic.base.build.ant

NameStabilityShort Description
emonic.base.build.antBetaAnt-BuildMechanism

The ant build mechanism allows You to use the with eclipse shipped "java"-Ant for building .net applications. We separated it in an extra plugin to avoid the dependency to the java-development-framework of eclipse (i.e. You can now use the C++ - eclipse-distribution for emonic if You don't require this build mechanism)

org.emonic.debugger

NameStabilityShort Description
org.emonic.debuggerAlphaA debugger for mono

A debugger based on the mono mcs debugger. You can only debug code based on mono - no microsoft .net code. The debugger consists on 2 parts: A web service which provides the "debugging service" and a plugin for emonic which calls the web service. Since the mcs- debugger was not very stable in the last years, this plugin might work not with every mono-version. This plugin comes with patched mcs-libraries for linux. For all other platforms You have to rebuild this libraries from cvs.

emonic.base.build.csant

NameStabilityShort Description
emonic.base.build.csantAlphaCSAnt-Support for emonic

CSant is the build-System of the dotgnu-framework (http://dotgnu.org). This plugin enables You to work with the build mechanism of this framework.

org.emonic.debug.remote

NameStabilityShort Description
org.emonic.debug.remoteAlphaRemote-Application-starter for emonic

Despite its name, this is no debugger! It is a framework for starting .net-applications remote. It requires the org.eclipse.rse-plugins.