You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by bu...@apache.org on 2001/07/17 15:25:42 UTC

[Bug 2619] - ejbc encounters java.io.IOException

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2619

*** shadow/2619	Fri Jul 13 10:02:48 2001
--- shadow/2619.tmp.24305	Tue Jul 17 06:25:41 2001
***************
*** 87,90 ****
  	at org.apache.tools.ant.Main.main(Main.java:149)
  
  thanks for any help
! Greg
--- 87,103 ----
  	at org.apache.tools.ant.Main.main(Main.java:149)
  
  thanks for any help
! Greg
! 
! ------- Additional Comments From conor@cortexebusiness.com.au  2001-07-17 06:25 -------
! I had a look though the code and it appeared that all the files get closed 
! correctly. It could be an OS level issue. Can you please try a few things
! 
! 1. Upgrade to the latest nightly version of Ant and see if the problem persists
! 
! 2. Try forking the <java> call (fork="yes") to see if that makes a difference.
! 
! 3. Give us a debug trace of the failure. I don't mean the stack trace but the 
! output of ant -debug around the <jar> call and the <java> call.
! 
! Oh, and when will you document the -noexit option of ejbc :-)