You are right in that StringBuffer.append(StringBuffer) is a 1.4 feature. The problem is that 1.3 and lower does a silent conversion and gives no error. I'll fix it in the next version.
Best Regards, Paulo Soares > -----Original Message----- > From: Finn Bock [SMTP:[EMAIL PROTECTED] > Sent: Tuesday, March 25, 2003 11:48 > To: [EMAIL PROTECTED] > Subject: [iText-questions] Patch for java.lang.NoSuchMethodError at > PdfDate > > Hi, > > Recently there have been a couple of bug reports when running under > jdk1.3 and lower when iText was compiled with jdk1.4. The exception > looks like this: > > java.lang.NoSuchMethodError > at com.lowagie.text.pdf.PdfDate.<init>(Unknown Source) > > > I would hope that the problem could be solved at the source level by > avoiding calls to the method: > > StringBuffer.append(StringBuffer) > > It would make life a little easier for those of us who compile iText our > selfs. > > It is a minor problem, but it is a bit annoying that I can't compile > with jdk1.4 and run on jdk1.3. > > regards, > finn << File: stringbuffer.patch >> ------------------------------------------------------- This SF.net email is sponsored by: The Definitive IT and Networking Event. Be There! NetWorld+Interop Las Vegas 2003 -- Register today! http://ads.sourceforge.net/cgi-bin/redirect.pl?keyn0001en _______________________________________________ iText-questions mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/itext-questions
