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/02/12 14:31:48 UTC

[Bug 576] Changed - optional ejbjar does not create valid jar files, missing manifest

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

*** shadow/576	Sun Feb 11 11:18:56 2001
--- shadow/576.tmp.18835	Mon Feb 12 05:31:48 2001
***************
*** 2,11 ****
  | optional ejbjar does not create valid jar files, missing manifest          |
  +----------------------------------------------------------------------------+
  |        Bug #: 576                         Product: Ant                     |
! |       Status: NEW                         Version: unspecified             |
! |   Resolution:                            Platform: PC                      |
  |     Severity: Normal                   OS/Version: Linux                   |
! |     Priority:                           Component: Optional Tasks          |
  +----------------------------------------------------------------------------+
  |  Assigned To: ant-dev@jakarta.apache.org                                   |
  |  Reported By: fern@interdimensions.com                                     |
--- 2,11 ----
  | optional ejbjar does not create valid jar files, missing manifest          |
  +----------------------------------------------------------------------------+
  |        Bug #: 576                         Product: Ant                     |
! |       Status: RESOLVED                    Version: 1.3 Beta 1              |
! |   Resolution: FIXED                      Platform: PC                      |
  |     Severity: Normal                   OS/Version: Linux                   |
! |     Priority: High                      Component: Optional Tasks          |
  +----------------------------------------------------------------------------+
  |  Assigned To: ant-dev@jakarta.apache.org                                   |
  |  Reported By: fern@interdimensions.com                                     |
***************
*** 18,21 ****
  
  The generic ejbjar task creates jar files that do not contain a MANIFEST.MF.
  Thus when readers from j2ee try to open is ( deployTool, verifier, etc ), they
! crash.
--- 18,24 ----
  
  The generic ejbjar task creates jar files that do not contain a MANIFEST.MF.
  Thus when readers from j2ee try to open is ( deployTool, verifier, etc ), they
! crash.
! 
! ------- Additional Comments From conor@cortexebusiness.com.au  2001-02-12 05:31 -------
! I have fixed this in CVS and will be generating a new beta in a few days