I am interested. Send me the deets and I will try a Windows build.
Patrick.
>
>Hi Mo,
>
>Remember I asked about creating an Eclipse plugin for TclBlend? Well,
>I've successfully
>created an Eclipse plugin. I was wondering if the TclJava developers
>were interested in
>my changes?
>
>My changes required very little changes to the TclJava code.
>I also went ahead and updated the configure and Makefile.in files. Now
>if a user uses
>the --enable-eclipseplugin --with-eclipse=<ECLIPSE_INSTALL_DIR> then
>they should
>be able to build the Eclipse plugin.
>
>The Eclipse plugin requires that Tcl was built statically (i.e.
>--disable-shared). This is so the
>plugin does not have to rely on Tcl being install on the users system in
>order to use it. It makes
>is self-contained.
>
>The Eclipse plugin is two separate plugins:
>
>tcl.lang_1.3.2.jar
>-and-
>tcl.lang.<os>.<arch>_1.3.2/ <-- this is a fragment for the tcl.lang
>plugin (platform specific).
>
>The fragment contains a lib/tcl8.4 directory and this is where the
>init.tcl file wil be sourced
>when the pluginin is used.
>
>Let me know if you're interested in having my changes. I've only tested
>building the plugin on
>Linux. However, I'm working on a Solaris test.
>
>Regards,
>
>Greg Pierce
>LSI Logic Corp.
>
>
>
|