The issue is that when i run my "install" task the build stops at execution of “_XXX” task and waits until the enter key is pressed. The task executes sql statement. The issue seems to be in version of ant, since with ant 1.6.2 the build works well and with ant 1.7.1 it stops at execution of the sql task.
I get this issue when started to move my project from java 1.6 and ant 1.7.1. Here is a snippet of the ant task that is failing .... [java] _XXX: [java] Warning: Reference path.driver.classpath has not been set at runtime, but was found during [java] build file parsing, attempting to resolve. Future versions of Ant may support [java] referencing ids defined in non-executed targets. ant doesn’t get control back. Moreover it only stops when the sql task is executed through java using ant_launcher class, but when sql is executed directly in ant it works well. Any ideas? -- View this message in context: http://www.nabble.com/Ant-1.7.1-issue-tp21582693p21582693.html Sent from the Ant - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
