James, You should be able to build in both 1.3 and 1.4. In 1.4, the javax.xml.* packages are in the JDK. In 1.3, the javax.xml.* packages are in the jaxp.jar file that is in xml-batik/lib/build and that is in the class path when you _build_.
Note, however, that the javax.xml.* packages are not in the class path when you _run_ Batik. So, if you are trying to use the newly added support for XSL, then you'll need to run on 1.4 (or add jaxp.jar to your classpath for execution). The reason for doing this was to avoid adding jaxp.jar to the binary distribution. Thanks, Vincent. James McArthur wrote: > Hi, > > Should the source be able to be built from 1.3? Or is it now 1.4? > > I'm only asking since I could build it from 1.4, but not 1.3. > > (1.3 lacks the javax.xml.* packages?) > > James > > On Wed, 2002-08-28 at 22:43, Vincent Hardy wrote: > >>Hello, >> >>Batik 1.5beta4 is available! >> >>This release comes with a large number bug fixes and a few new features. >> >>A detailed list of the new feautures and bug fixes can be found in the >>change log at: >> >>http://xml.apache.org/batik/dist/README.txt >> >>The new build is available at: >> >>1. Binary distribution: >> http://xml.apache.org/batik/dist/batik-1.5beta4.zip >> >>2. Source distribution: >> http://xml.apache.org/batik/dist/batik-src-1.5beta4.zip >> >>If you'd like to report bugs or request API changes/improvements, you >>can either post to the developer list or enter a bug in Bugzilla under >>the Batik project at: >> >>http://nagoya.apache.org/bugzilla/ >> >>Thanks! >>Vincent Hardy, for the Batik Team. >> >> >> >>--------------------------------------------------------------------- >>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]
