Bug #11849 | small issues: wrong manifest location, no log4j, missing dir | ||
---|---|---|---|
Submitted: | 10 Jul 2005 18:57 | Modified: | 10 Jul 2005 21:39 |
Reporter: | Thomas Matthijs | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | Connector / J | Severity: | S3 (Non-critical) |
Version: | 3.1.10 | OS: | Linux (linux) |
Assigned to: | Mark Matthews | CPU Architecture: | Any |
[10 Jul 2005 18:57]
Thomas Matthijs
[10 Jul 2005 19:02]
Thomas Matthijs
Oeps with Setlogger("com.mysql.jdbc.log.Log4JLogger"); offcourse
[10 Jul 2005 21:39]
Mark Matthews
Check out the nightly build of 3.1 from http://downloads.mysql.com/snapshots.php All of the issues, sans the last one should be taken care of. The reason the build file complains about lib-nodist is that the .jar files in there aren't redistributable (mainly junit) with our licensing as far as I can tell. If you put junit somewhere in your CLASSPATH the driver should build. Of course, if you just use the "compile-driver" target, junit will never be referenced, as the testsuite isn't compiled with this target.
[12 Sep 2005 19:39]
Troy Davis
I've been trying to recompile with taget compile-driver, but it's still complaining about not finding lib-nodist. I've added junit to my classpath as well, no effect. What other libs do I need to compile the driver?
[12 Sep 2005 19:52]
Mark Matthews
I'll have to write up a document that shows how to build from source. We haven't historically distributed a couple of the libraries needed to compile the _full_ package because of license incompatibilites...namely junit.jar and log4j.jar...I'll look into why doing just "compile-driver" seems to require these, it shouldn't.