clicking-on-WO-exception support

From: Mike Schrag (mschra..dimension.com)
Date: Tue Jun 14 2005 - 01:23:26 EDT

  • Next message: Ulrich Köster: "New committer - Mike Schrag"

    I got tired of not being able to click on the linked methods from WO
    stack traces, so:

    http://www.mdimension.com/eclipse/
    com.mdimension.woel.WOExceptionListener_1.0.0.jar
    This is the plugin. It starts a tiny "server" listening on port
    23679 listening for "GET /whatever?line=xxx&fullClassName=yyy" syntax
    requests. When it receives such a request, it will open the
    requested class name and go to the specified line.

    http://www.mdimension.com/eclipse/WOProjectBuilderAction.jar
    This is the replacement for the default WOProjectBuilderAction
    implementation. You will need this to be included in any project you
    have that you want to support this feature on. By default clicking a
    link will connect to localhost, but you can override that by setting
    WOExceptionListener.host=whateverhost in your WOA's system properties.

    ms



    This archive was generated by hypermail 2.0.0 : Tue Jun 14 2005 - 01:23:28 EDT