Marko Kocic - 2002-08-06

I have problem compiling newest source (from CVS) with jdk 1.4.0_01.
The error is following:
compile:
    [javac] Compiling 89 source files to C:\jgen\build\classes
    [javac] C:\jgen\build\src\com\iv\flash\util\XMLHelper.java:241: incompatible types
    [javac] found   : org.apache.xpath.NodeSetDTM
    [javac] required: org.apache.xpath.NodeSet
    [javac]         NodeSet nodeset = xo.mutableNodeset();
    [javac]                                            ^
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -deprecation for details.
    [javac] 1 error

I supose problem is with the xalan version. Which xalan should be used with jgen?