[PJUG Javamail] Eclipse Plugin debugging tips?
Elias Volanakis
elias at eclipsesource.com
Wed Oct 26 19:07:38 UTC 2011
Hi Brian,
I am an Eclipse committer and work with clients writing custom Eclipse
plug-ins and applications.
As a first step, check that -consoleLog is one of the Program Arguments of
your launch config (Run > Run Configurations... > Pick you config from the
tree under 'Eclipse Application' > Switch to the Arguments tab > Check the
'Program Arguments' box). Or, if you have installed the plug-in already,
just launch: eclipse.exe -consoleLog
This will ensure that error log entries and warnings get printed on the
console. Hopefully this will give us some more information to work with.
Feel free to mail me directly, to reduce the mail volume on the list.
Best regards,
Elias.
On Tue, Oct 25, 2011 at 4:10 PM, Brian Panulla <bpanulla at gmail.com> wrote:
> Anyone here ever work on Eclipse plugins? I'm trying to resurrect an
> abandoned open source plugin and get it working with a modern version of
> Eclipse. I've rolled back the hands of time and confirmed that it used to
> work completely with Eclipse 3.3/Java 1.5, but the wheels started to come
> off in Eclipse 3.4.
>
> I've got the source code downloaded, and I can build and install it under
> Eclipse 3.7/Java 1.6. The plugin's preferences are available as well as the
> context-menu choices and a display View... the plugin just doesn't actually
> *do anything* when you select any of the menu commands.
>
> Anyone have any tips they can offer?
>
> -B
>
> _______________________________________________
> Web Site - http://www.pjug.org/
> Javamail mailing list
> Javamail at pjug.org
> http://www.pjug.org/mailman/listinfo/javamail
>
>
--
Elias Volanakis | Technical Lead | http://eclipsesource.com
elias at eclipsesource.com | +1 503 929 5537 | @evolanakis
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://javac.com/pipermail/javamail/attachments/20111026/fe3d79d8/attachment-0002.html>
More information about the Javamail
mailing list