stant / mdcsvimporter2015

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

Updated for Moneydance 2015 #1

Closed sreilly closed 9 years ago

sreilly commented 9 years ago

Sorry about the delay in getting this back to you. The extension has been updated to work with the MD2015 API. I haven't actually tried it yet, but in theory it should work. If it needs a bit of tweaking I'm happy to do that.

One thing I haven't figured out is where the meta_info.dict file in the extension comes from? Where in the build system should I look for that information?

I've added a reference to the user.properties file which I add as a symlink on my system in order to make building a lot of other extensions easier.

Thanks! Sean

stant commented 9 years ago

Hi Sean. I looked at and merged your changes into master. For one, you did not use a 'clean' pull of my files because the moneydance.jar I had did not work. It must have been old. I grabbed a new one from another project (importlist) and that seemed to work.

So, I did a build locally and I get this ....outdatedExt error: moneydance-ext-error

What do we do to fix that? What triggers it to make it think it is new or old? I tried using the built ext in a linux vm with MD2015 and in another windows user. same error.

As for "meta_info.dict", I do not even know what that is.

btw, I am using netbeans and I am not hand manipulating the build.xml file. I'm just adding lib files via the gui.

Thanks, Stan