stant / mdcsvimporter2015

GNU Lesser General Public License v3.0
13 stars 5 forks source link

MD2023 breaks extension StringUtils has moved.... #14

Open yogi1967 opened 1 year ago

yogi1967 commented 1 year ago

In MD2023 the class/method com.moneydance.util.StringUtils was removed. The correct/new class/method reference is: com.infinitekind.til.StringUtils

Extension is failing: Exception in thread "AWT-EventQueue-0" java.lang.NoClassDefFoundError: com/moneydance/util/StringUtils at com.moneydance.modules.features.mdcsvimporter.formats.CustomReader.parseNext(CustomReader.java:564) at com.moneydance.modules.features.mdcsvimporter.TransactionReader.parse(TransactionReader.java:382) at com.moneydance.modules.features.mdcsvimporter.ImportDialog.processActionPerformed(ImportDialog.java:491) at com.moneydance.modules.features.mdcsvimporter.ImportDialog.btnProcessActionPerformed(ImportDialog.java:993) at com.moneydance.modules.features.mdcsvimporter.ImportDialog.access$400(ImportDialog.java:46) at com.moneydance.modules.features.mdcsvimporter.ImportDialog$5.actionPerformed(ImportDialog.java:662)

Please can you fix? Thanks

Kevin-N749 commented 1 year ago

Another fix request please. Thanks

yogi1967 commented 1 year ago

@Kevin-N749 - I have decided to fix this extension myself. Contact me if you want a copy..

yogi1967 commented 1 year ago

Hi Stan, I have forked and fixed the code. Pull request is waiting... I was wondering whether you wanted to put this code into the MD Open Source repo...? Depends if you want to actively maintain this going forward? Just a thought. Shout if any questions? SCB

yogi1967 commented 1 year ago

.. and/or.... if you feel it appropriate, by all means grant me permissions to make changes directly in your repo? SCB