https://bz.apache.org/bugzilla/show_bug.cgi?id=58478

--- Comment #3 from rahulraut <[email protected]> ---
Some additional information which may help.
Almost all the time whenever the Ant build hangs while running (using EXEC) a
command (java code) is after

(ReportLoader.java)

File dtdx20 = new
File(WTProperties.getServerProperties().getProperty("wt.home") +
windchillDirectorySeperator +"loadXMLFiles" + windchillDirectorySeperator+
"standardX20.dtd");
File copiedDtdx20 =  new File(tempLocation+"standardX20.dtd"); 
FileUtils.copyFile(dtdx20, copiedDtdx20);

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to