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/05/03 13:38:44 UTC

[Bug 1333] Changed - Running the WLRmic task causes Ant to exit

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

*** shadow/1333	Fri Apr 13 08:52:23 2001
--- shadow/1333.tmp.16155	Thu May  3 04:38:44 2001
***************
*** 2,9 ****
  | Running the WLRmic task causes Ant to exit                                 |
  +----------------------------------------------------------------------------+
  |        Bug #: 1333                        Product: Ant                     |
! |       Status: NEW                         Version: Nightly build           |
! |   Resolution:                            Platform: PC                      |
  |     Severity: Normal                   OS/Version: Windows NT/2K           |
  |     Priority: Medium                    Component: Other                   |
  +----------------------------------------------------------------------------+
--- 2,9 ----
  | Running the WLRmic task causes Ant to exit                                 |
  +----------------------------------------------------------------------------+
  |        Bug #: 1333                        Product: Ant                     |
! |       Status: RESOLVED                    Version: Nightly build           |
! |   Resolution: FIXED                      Platform: PC                      |
  |     Severity: Normal                   OS/Version: Windows NT/2K           |
  |     Priority: Medium                    Component: Other                   |
  +----------------------------------------------------------------------------+
***************
*** 29,32 ****
              args[0] = "-noexit";
              for (int i = 1; i < args.length; i++)
                  args[i] = tmp[i-1];
!             weblogic.rmic.main(args);
--- 29,35 ----
              args[0] = "-noexit";
              for (int i = 1; i < args.length; i++)
                  args[i] = tmp[i-1];
!             weblogic.rmic.main(args);
! 
! ------- Additional Comments From bodewig@apache.org  2001-05-03 04:38 -------
! fixed in nightly build 2001-05-04