Graham Leggett <[EMAIL PROTECTED]> writes: > Graham Leggett wrote: > > > Yet when I run torque, it still insists on doing nothing, saying > > everything is "up to date". Is there a way of overriding this and > > forcing OM file generation? > > > Doh! Turns out my schema file was called mydb.schema.xml instead of > mydb-schema.xml. > > > Is it possible to get torque to log a message saying "A file matching > **/*-schema.xml could not be found", instead of just being silent > about it, as it is now?
You could add that to the existing Task implementation, or write a new Task which performs this check to hook into the supplied Ant build file. It definitely sounds like a reasonable enhancement. -- Daniel Rall --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
