Re: batik-dev Digest 29 Oct 2004 01:08:37 -0000 Issue 728

2004-10-29 Thread Thomas DeWeese
Hi Glen, When I was in the WG (which was around a year and a half ago) the plan was to merge with the 1.1 specification. The issue was that the 1.1 spec was done in hand edited HTML which (unless you want to continue down that road) makes it very difficult to update (broken links etc). Also

cvs commit: xml-batik/test-references/samples/tests/spec/painting markersExt.png

2004-10-29 Thread deweese
deweese 2004/10/29 07:40:54 Modified:sources/org/apache/batik/bridge UpdateManager.java sources/org/apache/batik/ext/awt/geom ExtendedGeneralPath.java sources/org/apache/batik/util RunnableQueue.java

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

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