stevel      2005/03/22 09:25:19

  Modified:    .        WHATSNEW
  Log:
  signjar dependency logic change.
  
  Revision  Changes    Path
  1.789     +8 -0      ant/WHATSNEW
  
  Index: WHATSNEW
  ===================================================================
  RCS file: /home/cvs/ant/WHATSNEW,v
  retrieving revision 1.788
  retrieving revision 1.789
  diff -u -r1.788 -r1.789
  --- WHATSNEW  21 Mar 2005 18:14:21 -0000      1.788
  +++ WHATSNEW  22 Mar 2005 17:25:19 -0000      1.789
  @@ -33,6 +33,14 @@
     failonerror attribute.
     Bugzilla report 33361.
   
  +* <signjar> now notices when the jar and signedjar are equal, and switches
  +  to the same dependency logic as when signedjar is omitted. This may break
  +  something that depended upon signing in this situation. However, since
  +  invoking the JDK jarsigner program with -signedjar set to the source jar
  +  actually crashes the JVM on our (Java1.5) systems, we don't think any
  +  build files which actually worked will be affected by the change.
  +
  +
   Fixed bugs:
   -----------
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to