ant environment properties loaded automatically?

2012-02-06 Thread Perrier, Nathan
I noticed if I set the environment variable "ant.someprop=somevalue", and run a build file in the shell, "someprop" gets set to "somevalue" without the need of the task. Is this undocumented behavior?

RE: Output of SQL-task

2012-02-06 Thread Anil
set feedback off works for me .. thanks -- View this message in context: http://ant.1045680.n5.nabble.com/Output-of-SQL-task-tp1336066p5459886.html Sent from the Ant - Users mailing list archive at Nabble.com. - To unsubscribe

RE: Disable DTD validation

2012-02-06 Thread Soni, Ashish IN BLR SISL
After update http://cobertura.sourceforge.net/xml/coverage-04.dtd"; location="${basedir}/coverage-04.dtd"/> dtd doesn't support the "systemid" attribute. ANT VERSION: Apache Ant version 1.7.1 compiled on June 27 2008 With best

RE: Disable DTD validation

2012-02-06 Thread Andy Stevens
Your doctype doesn't include a public ID (that's not the same thing as the root element). Try http://cobertura.sourceforge.net/xml/coverage-04.dtd"; location=... Andy. On 6 Feb 2012 08:17, "Soni, Ashish IN BLR SISL" wrote: > ** ** ** ** ** ** ** > > I tried with below file but still it is checki

RE: Disable DTD validation

2012-02-06 Thread Soni, Ashish IN BLR SISL
I tried with below file but still it is checking for network connection. DTD entry in coverage.xml is http://cobertura.sourceforge.net/xml/coverage-04