John McNally <[EMAIL PROTECTED]> writes: > You can tell it is being loaded from the classpath by looking at the > output while torque is running. If it says > > used database.dtd > > then it found it in the classpath. If it lists an url like > > used http://jakarta.apache.org/dtd/database.dtd > > then it had to look it up elsewhere.
What do you think about modifying DTDResolver to indicate that getResourceAsStream() was used to find the DTD (indicating that the CLASSPATH was involved)? --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
