Some class names and path have changed.
export became exportantur
import became importat
The reason for change was new keywords in Java 9 was creating issues. Not sure if it is/was a bug, but moving away from export and import was need to compile successfuly.
Thanks,
Craig
On Sun, Sep 23, 2018 at 1:33 PM, Johannes Gruber <
nohope....@gmail.com> wrote:
Hi,
I developed a plugin for importing data in CSV format. Unfortunately since release 2.36.0 I get the following exception:
[2018-09-23 19:20:56] [SEVERE ] {jgnash.ui.UIApplication uncaughtException} java.util.concurrent.ExecutionException: java.lang.NoClassDefFoundError: jgnash/convert/imports/ImportBank
java.lang.RuntimeException: java.util.concurrent.ExecutionException: java.lang.NoClassDefFoundError: jgnash/convert/imports/ImportBank
at info.johannesgruber.jgnash.plugin.csvimport.ImportCsvAction$ImportCsv.done(ImportCsvAction.java:116)
In line 116 the following is done:
ImportBank bank = get();
I'm doing that in the action class which extends AbstractEnabledAction.
Thank you for any hint!
--
You received this message because you are subscribed to the Google Groups "jGnash-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jgnash-devel...@googlegroups.com.
To post to this group, send email to jgnash...@googlegroups.com.
Visit this group at https://groups.google.com/group/jgnash-devel.
For more options, visit https://groups.google.com/d/optout.