Thomas Dudziak wrote: > On 3/11/06, Jean T. Anderson <[EMAIL PROTECTED]> wrote: ... >>>* Instead of using ";create=true" you could use the createDatabase >>>subtask (with failOnError=false) which has the advantage that it hides >>>the DB-specific details of creation. >> >>ok, I'll try that. When I initially used the createDatabase subtask I >>got an error, but I was fumbling quite a bit and assumed it wasn't >>supported for Derby. I'll try again. > > > Creation is supported, but not dropping (there is no drop=true).
oh, yes, very nice -- thank you! This eliminates the warning with the derby create=true flag. -jean
