1404576 describes an infinite loop triggered by qif
import. In my system this was caused in
net.sf.jmoney.qif.QIFFileFormat.isUSDateFormat(File) by
neglecting to advance onto the next line when iterating
through the file to test all dates.
If the first line were a date it would not have been
triggered.
Unified patch exported from eclipse
Logged In: YES
user_id=1509438
I have exactly the same trouble.
How can I use your patch?
Logged In: YES
user_id=1546799
How are you running it at the moment? I just ran from source
in eclipse but I'd be happy to roll up a jar for you if you
like.
Logged In: YES
user_id=1509438
I am running it having put all the file in the program file
directory of windows...
Please, if you can do a jar and say me how to use it
Logged In: YES
user_id=685572
Originator: NO
Thanks very much for the fix. This has been checked in.