AW: AW: AW: please update the next release of Ant 1.7 to Xerces 2.9.0

2006-12-05 Thread Jan.Materne
>OK, going with the empirical approach rather than theorising about it! > > > > > > > classpath="xercesImpl.jar" /> > > > > >public class X { > org.apache.xerces.parsers.XIncludeAwareParserConfiguration >conf = new org.apache.xerces.parsers.XIncludeAwar

Re: AW: AW: please update the next release of Ant 1.7 to Xerces 2.9.0

2006-12-05 Thread James Abley
OK, going with the empirical approach rather than theorising about it! public class X { org.apache.xerces.parsers.XIncludeAwareParserConfiguration conf = new org.apache.xerces.parsers.XIncludeAwareParserConfiguration(); } That works for me, although I notic

AW: AW: please update the next release of Ant 1.7 to Xerces 2.9.0

2006-12-05 Thread Jan.Materne
>Looks like it does... > >http://svn.apache.org/viewvc/xerces/java/trunk/build.xml?view=markup The compile target doesnt set a source and target level. >which uses an extended form of > >http://svn.apache.org/viewvc/xerces/java/trunk/tools/src/XJavac.java?vi ew=markup I cant see any implemen

Re: AW: please update the next release of Ant 1.7 to Xerces 2.9.0

2006-12-05 Thread James Abley
Looks like it does... http://svn.apache.org/viewvc/xerces/java/trunk/build.xml?view=markup which uses an extended form of http://svn.apache.org/viewvc/xerces/java/trunk/tools/src/XJavac.java?view=markup The class file version number (after pulling apart org.apache.xerces.impl.Version) is 45.

AW: please update the next release of Ant 1.7 to Xerces 2.9.0

2006-12-04 Thread Jan.Materne
>> Next question for them: are the classes compiled for use on 1.2? >> > >Well, I can't say for sure off the top of my head, but I can >say one thing: it isn't any different than for Xerces-2.8.1, >which Ant-1.7 currently depends on. Maybe from the sources content. A beta of AntUnit was compile