You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ant.apache.org by ericswebber <er...@yahoo.com> on 2007/09/10 18:01:27 UTC

Re: Problem using sql task with ant 1.6.5


Our build fails too, we are also attempting to use the java database,
hsqldb,  with Spring Framework 

ERROR MESSAGE:  java.sql.SQLException: No suitable Driver for
jdbc.hsqldb:db/test

Please let us know if you need the build.xml too, it is the standard spring
MVC getting started tutorial...

Here is the ant output.

C:\dl\java\spring\projects\springapp>ant createTables loadData printData
Buildfile: build.xml

createTables:
     [echo] CREATE TABLES USING: org.hsqldb.jdbcDriver jdbc.hsqldb:db/test

BUILD FAILED
C:\dl\java\spring\projects\springapp\build.xml:205: java.sql.SQLException:
No su
itable Driver for jdbc.hsqldb:db/test

Total time: 2 seconds
C:\dl\java\spring\projects\springapp>ant createTables loadData printData
Buildfile: build.xml

createTables:
     [echo] CREATE TABLES USING: org.hsqldb.jdbcDriver jdbc.hsqldb:db/test

BUILD FAILED
C:\dl\java\spring\projects\springapp\build.xml:205: java.sql.SQLException:
No su
itable Driver for jdbc.hsqldb:db/test

Total time: 9 seconds
C:\dl\java\spring\projects\springapp>


-- 
View this message in context: http://www.nabble.com/Problem-using-sql-task-with-ant-1.6.5-tf4262377.html#a12596421
Sent from the Ant - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@ant.apache.org
For additional commands, e-mail: user-help@ant.apache.org