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/04 12:11:06 UTC

[Bug 2366] - Add fork attribute to javac

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

*** shadow/2366	Thu Jun 28 04:36:56 2001
--- shadow/2366.tmp.18907	Wed Jul  4 03:11:06 2001
***************
*** 2,9 ****
  | Add fork attribute to javac                                                |
  +----------------------------------------------------------------------------+
  |        Bug #: 2366                        Product: Ant                     |
! |       Status: NEW                         Version: 1.3                     |
! |   Resolution:                            Platform: All                     |
  |     Severity: Enhancement              OS/Version: All                     |
  |     Priority: Other                     Component: Core tasks              |
  +----------------------------------------------------------------------------+
--- 2,9 ----
  | Add fork attribute to javac                                                |
  +----------------------------------------------------------------------------+
  |        Bug #: 2366                        Product: Ant                     |
! |       Status: RESOLVED                    Version: 1.3                     |
! |   Resolution: DUPLICATE                  Platform: All                     |
  |     Severity: Enhancement              OS/Version: All                     |
  |     Priority: Other                     Component: Core tasks              |
  +----------------------------------------------------------------------------+
***************
*** 38,41 ****
  reported to happen sometimes inside NetBeans--after repeated runs of the build
  script in the same VM). Anyway, it is safer to run it externally so it would be
  nice to have this option at least. Or you can use Jikes of course if you have
! it, which does not exhibit the problem.
--- 38,46 ----
  reported to happen sometimes inside NetBeans--after repeated runs of the build
  script in the same VM). Anyway, it is safer to run it externally so it would be
  nice to have this option at least. Or you can use Jikes of course if you have
! it, which does not exhibit the problem.
! 
! ------- Additional Comments From bodewig@apache.org  2001-07-04 03:11 -------
! 
! 
! *** This bug has been marked as a duplicate of 383 ***