Bryan Pendleton <[EMAIL PROTECTED]> writes: >> Would it be ok to have just a java program execute (assumption - to be >> checked - java is available?) > > That seems fine to me. If Ant is running, Java is definitely running.
+1 Perhaps instead of a Java program, you could use a Java task? See org.apache.derbyPreBuild.PropertySetter for an example. I think you basically just take your test and make it throw a BuildException if you want the build to fail. -- Knut Anders
