|
From: Morten O. A. <mo...@bo...> - 2004-12-10 09:32:10
|
> In order to improve the French translations of the menus and messages, I > am trying to compile Jabref from JabRef-1.6-src.tar.bz2 > > Below is the message I got when I tried to compile JabRef. > It looks like the package junit.framework is missing. > When can I find this package? Is the package really missing or did I do > something wrong (configuration, etc.)? There may be one or two problems causing this. First, the build.xml file doesn't specify junit.jar as part of the classpath - I haven't noticed this before. Second, the junit.jar file may not have been included in the source package. Since you don't need the test classes, the easiest way for you to fix it is just to remove the source files that reference junit - that is, remove the src/java/tests directory. Then all should compile properly, I think. Morten |