Message970

Author trondandersen
Recipients
Date 2005-04-14.11:17:54
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
In the build.xml there's a check for MySQL availability
by using the following:

<available property="mysql.present"
      classname="org.gjt.mm.mysql.Driver"
      classpath="${mysql.jar}"
/>

According to MySQL documentation:

http://dev.mysql.com/doc/connector/j/en/cj-configuration-properties.html

The mm driver is the old driver to be used. It's still
part of the jar file, but recommends using the
following class:

com.mysql.jdbc.Driver
History
Date User Action Args
2008-02-20 17:17:21adminlinkissue1182963 messages
2008-02-20 17:17:21admincreate