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
Name | Stability | Short Description |
emonic.base.build.ant | Beta | Ant-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
Name | Stability | Short Description |
org.emonic.debugger | Alpha | A 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
Name | Stability | Short Description |
emonic.base.build.csant | Alpha | CSAnt-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
Name | Stability | Short Description |
org.emonic.debug.remote | Alpha | Remote-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.