|
From: Mark R. D. <mdi...@la...> - 2003-06-11 18:17:06
|
This does not count the simbuilder directory, which I didn't attempt to mount and look in. Mark R. Diggory wrote: > I've identified the following Classes that are the only ones dependent > on Xerces (by removing Xerces from my build path). > > ChartArchiver.java repast/src/uchicago/src/sim/analysis line 76 > CompUnitParser.java repast/src/uchicago/src/codegen line 12 > FrameFactory.java repast/src/uchicago/src/sim/gui line 120 > XMLParameterReader.java repast/src/uchicago/src/sim/parameter > line 21 > > I went throught these files and adjusted the code to use JAXP. This is > untested. Your current copy of xerces.jar has the JAXP dom and sax > parsers api's present in it, so it should still be safe on pre 1.3. > > -Mark |