Hi George,
George Armhold <[EMAIL PROTECTED]> wrote on 10/13/2005 01:22:44 PM:
> Thomas DeWeese wrote:
>
> > It is in SVN now (the loose ends were longer than
> > I thought ;) It is now in the svg11 branch and trunk.
>
> Thanks Thomas. I think you might have some outstanding changes left to
> commit though, as the current trunk doesn't seem to build for me:
This is a problem with Java 5, and the way the applied
generics to the RenderingHints class. You must compile the code
in JDK 1.4 compatibility mode. I think someone posted a solution
on this to the list but I can't dig it up right now.
>
> localhost:2]/home/armhold/work/batik%ant jars
> Buildfile: build.xml
>
> init-args:
>
> init:
>
> compile:
> [echo] debug on, optimize on, deprecation on
> [javac] Compiling 293 source files to
/home/armhold/work/batik/classes
> [javac]
>
/home/armhold/work/batik/sources/org/apache/batik/gvt/renderer/MacRenderer.java:78:
> cannot find symbol
> [javac] symbol : constructor
RenderingHints(java.awt.RenderingHints)
> [javac] location: class java.awt.RenderingHints
> [javac] renderingHints = new
> RenderingHints(defaultRenderingHints);
> [javac] ^
> [javac]
>
/home/armhold/work/batik/sources/org/apache/batik/gvt/renderer/MacRenderer.java:84:
> cannot find symbol
> [javac] symbol : constructor
RenderingHints(java.awt.RenderingHints)
> [javac] location: class java.awt.RenderingHints
> [javac] renderingHints = new RenderingHints(rh);
> [javac] ^
> [javac]
>
/home/armhold/work/batik/sources/org/apache/batik/gvt/renderer/MacRenderer.java:145:
> cannot find symbol
> [javac] symbol : constructor
RenderingHints(java.awt.RenderingHints)
> [javac] location: class java.awt.RenderingHints
> [javac] this.renderingHints = new RenderingHints(rh);
> [javac] ^
> [javac] Note: Some input files use unchecked or unsafe operations.
> [javac] Note: Recompile with -Xlint:unchecked for details.
> [javac] 3 errors
>
> BUILD FAILED
> /home/armhold/work/batik/build.xml:432: Compile failed; see the compiler
> error output for details.
>
> Total time: 15 seconds
> localhost:2]/home/armhold/work/batik%svn info
> Path: .
> URL: http://svn.apache.org/repos/asf/xmlgraphics/batik/trunk
> Repository UUID: 13f79535-47bb-0310-9956-ffa450edef68
> Revision: 320811
> Node Kind: directory
> Schedule: normal
> Last Changed Author: deweese
> Last Changed Rev: 320740
> Last Changed Date: 2005-10-13 07:39:26 -0400 (Thu, 13 Oct 2005)
> Properties Last Updated: 2005-10-10 10:34:06 -0400 (Mon, 10 Oct 2005)
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]