Special version of Batik required by Flex SDK?
does flex compiler require specially modified version of batik? appears though changes have been made batik css module, perhaps make more line number information available compiler. if so, adobe intend release these changes?
for example, flex2.compiler.css.stylescontainer class imports "org.apache.batik.css.parser.abstractselector" class -- such class not appear in batik 1.6 or 1.7, i'm left wondering if adobe added itself, perhaps line number information. in couple of places there calls follows:
if (selector instanceof abstractselector) {
linenumber = ((abstractselector) selector).getlinenumber();
}
i discovered these discrepancies while creation maven poms downloaded source code. instead of linking batik jars provided adobe, linked batik pom publically available. @ first, thought needed earlier version of jars, did not fix problem. downloaded batik css source code , not find reference class.
for example, flex2.compiler.css.stylescontainer class imports "org.apache.batik.css.parser.abstractselector" class -- such class not appear in batik 1.6 or 1.7, i'm left wondering if adobe added itself, perhaps line number information. in couple of places there calls follows:
if (selector instanceof abstractselector) {
linenumber = ((abstractselector) selector).getlinenumber();
}
i discovered these discrepancies while creation maven poms downloaded source code. instead of linking batik jars provided adobe, linked batik pom publically available. @ first, thought needed earlier version of jars, did not fix problem. downloaded batik css source code , not find reference class.
we made changes here and... we're working on open-sourcing them well.
More discussions in Developers
adobe
Comments
Post a Comment