RE: Java 1.5

2004-11-01 Thread Alan Knox
Return Receipt Your RE: Java 1.5 document

Re: Java 1.5

2004-10-30 Thread Tonny Kohar
Hi, > Has anyone been able to compile Batik with Sun's j2sdk1.5.0 ? We succesfully compile batik in j2sdk1.5.0, if we use the following option - target = 1.4 - source = 1.4 If using default option, it complain about enum stuff. Regards Tonny Kohar -- Sketsa SVG Graphics Editor http://www.kiyu

Re: Java 1.5

2004-10-29 Thread Thomas DeWeese
Stan Dickerson wrote: Has anyone been able to compile Batik with Sun's j2sdk1.5.0 ? It doesn't look like it will. Some would be pretty simple to fix (enum is now a keyword for example). Some would be a lot more work, in particular it seems like JDK 1.5 has DOM Level 3, which is what it thinks

RE: Java 1.5

2004-10-29 Thread Resler, John M
will forge the best weapon in the world. - Captain Simon Ecuyer 1763 -Original Message- From: Stan Dickerson [mailto:[EMAIL PROTECTED] Sent: Friday, October 29, 2004 2:03 PM To: [EMAIL PROTECTED] Subject: Java 1.5 Has anyone been able to compile Batik with

Java 1.5

2004-10-29 Thread Stan Dickerson
Has anyone been able to compile Batik with Sun's j2sdk1.5.0 ? Also, when I use the jre from 1.5, the first drawing is usually only partially displayed (one or more rectangular areas are completely rendered). Thanks, Stan Dickerson Energy Control Systems

Java 1.5 beta

2004-05-05 Thread ECS Engineering
I tried to compile batik-src-04-04-01 with j2sdk-1_5_0-beta-linux-i586 and got 100 errors.  I'm trying to solve the problem I posted to batik-users ("Java 1.5 beta and Batik").  Some of the errors look trivial (like renaming "enum") but many would require some re