Re: Ant help

2007-07-23 Thread Roman Ivashin
y has any ppt or good study material to learn Ant. SII> I will be highly obliged if you do the same. SII> Regards SII> Irfan. -- Yours sincerely Roman Ivashin - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Select JDK compiler

2007-07-16 Thread Roman Ivashin
projects to be compiled with Java 1.4, or Java 1.5 and how can h> I explicitly select the compiler in build.xml? h> When I set fork="yes" when calling , how do I know which JDK h> compiler the is executing? h> There are Java 1.4 and 1.5 installed in my environment, with JAVA_

Disable loading of DTD in task

2007-07-06 Thread Roman Ivashin
Hello all! I have a XML document with section: http://java.sun.com/j2ee/dtds/web-app_2_2.dtd";> When I try process this document with task, it fails with ConnectException because http://java.sun.com/j2ee/dtds/web-app_2_2.dtd is not accessible. How can I prevent XSLT processor from