Update of /cvsroot/ictk/ictk
In directory sc8-pr-cvs1:/tmp/cvs-serv7947
Modified Files:
	AUTHORS ChangeLog 
Log Message:
fixed 815393 - "ant generate" fails with newer versions of Xalan
Index: AUTHORS
===================================================================
RCS file: /cvsroot/ictk/ictk/AUTHORS,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** AUTHORS	30 Sep 2003 20:19:52 -0000	1.4
--- AUTHORS	7 Dec 2003 19:49:46 -0000	1.5
***************
*** 23,26 ****
--- 23,27 ----
     David Spencer
     Franck (obelixft)
+    Jonas Forsslud
  
  ---
Index: ChangeLog
===================================================================
RCS file: /cvsroot/ictk/ictk/ChangeLog,v
retrieving revision 1.35
retrieving revision 1.36
diff -C2 -d -r1.35 -r1.36
*** ChangeLog	7 Dec 2003 18:40:15 -0000	1.35
--- ChangeLog	7 Dec 2003 19:49:46 -0000	1.36
***************
*** 22,26 ****
              than White
     [dev]    fixed 821399 - timesealing.jar wasn't added to "bin" distro
! 
  
  0.2.0 - 2003-10-03 FICS Support (limited)
--- 22,31 ----
              than White
     [dev]    fixed 821399 - timesealing.jar wasn't added to "bin" distro
!    [dev]    fixed 815393 - "ant generate" fails with new Xalan 2.5.1 and 2.5.2
!             While it worked with versions 2.5.0 and before, the new Xalan
! 	    caused a "toUpper" error.  The reason was a scoping problem
! 	    in string.xsl, where the function "toUpper" was called instead
! 	    of "str:toUpper"
! 	    [thanks: Jerome Zago for his persistence in proving the bug existed]
  
  0.2.0 - 2003-10-03 FICS Support (limited)
 |