Eclipse-Markdown-Editor-Plugin-Backup icon indicating copy to clipboard operation
Eclipse-Markdown-Editor-Plugin-Backup copied to clipboard

NullPointerException with command line set

Open tolot27 opened this issue 13 years ago • 2 comments

If I set the command-line to 'pandoc -t html', the HTML preview shows the following error:

java.util.concurrent.ExecutionException: java.lang.NullPointerException

No errors are shown in the Eclipse error log.

There is no difference, if I set the command line to 'pandoc -s -t html'.

I'm using pandoc 1.9.2 with Eclipse 3.7 and FC16. With Win7 it works well.

tolot27 avatar Apr 25 '12 07:04 tolot27

Hi Tolot27,

Thank you for reporting that.

Can I clarify:

  • What is FC16? Is that Fedora Linux?
  • You're seeing the same settings for pandoc do work on Windows 7, but not on FC16?

To set expectations: I'm currently tied up with other work, and so it will be a while -- possibly a few months -- before I can fix this. Best regards,

  • Daniel

On 25 April 2012 08:47, tolot27 [email protected] wrote:

If I set the command-line to 'pandoc -t html', the HTML preview shows the following error:

java.util.concurrent.ExecutionException: java.lang.NullPointerException

No errors are shown in the Eclipse error log.

There is no difference, if I set the command line to 'pandoc -s -t html'.

I'm using pandoc 1.9.2 with Eclipse 3.7 and FC16. With Win7 it works well.


Reply to this email directly or view it on GitHub: https://github.com/winterstein/Eclipse-Markdown-Editor-Plugin/issues/3


Daniel Winterstein Edinburgh http://winterwell.com   http://soda.sh

winterstein avatar Apr 25 '12 09:04 winterstein

Yes, FC16 means Fedora Linux version 16 and yes, the same settings do work on Windows 7 with the same Eclipse version and update level.

If I find time, I'll fix this issue. This Eclipse plugin seem to be the only editor with visual preview and which supports pandoc (via command-line call). Recently, I tried MarkdownPad, which is very appealing. But it does not support pandoc.

tolot27 avatar Apr 25 '12 18:04 tolot27