Once I figured that out I could get mvn to build it but eclipse is
stilling failing (at aedict-2.7 and at tip=789:93a5c488fb74).
Another problem is that for aedict-indexer, eclipse wants to use
lucene-2.4.0. The pom.xmls specifies 3.0.1-vyzivus0 but the .classpath
file still has still 2.4.0.
I get all sorts of other errors for indexer but right now I can get
the main project to build so I'm happy enough.
I hope to add a feature to allow saving the notepad to disk.
Would you accept a patch for that?
F
Great, the code I have is as simple as I could get away. One thing
though is that there are now categories. Currently I'm just dumping
the files out as notepad-${category}.backup with
DictEntry.toExternalList so I don't have to worry about escaping or
quoting or anything at all about how toExternalList works. Do you have
a strong preference for a single file?
F