[EMAIL PROTECTED] wrote:
------- Additional Comments From [EMAIL PROTECTED] 2006-01-12 21:41 -------
<sql> is fundamentally broken. It doesnt need a file or depend on nested
transactions; text or src inline is sufficient.
<target name="hsql-command" depends="ready-to-compile,init-hsqldb">
<sql driver="${jdbc.driver}"
classpathref="compile.classpath"
userid="sa"
password=""
url="${jdbc.url}">
;
</sql>
</target>
I've fixed this, but it shows we missed something fundamental. Clearly
nothing in gump is running the <sql> task.
We could correct this with some junit tests that depend on hsqldb,
assuming that that is part of the gump. I'll start the tests, but if
there are other SQL things people want to add, feel free to add them.
-steve
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]