On 27 Feb 2002, Jesse Stockall wrote:
[...]
;) On Wed, 2002-02-27 at 17:52, Tenchi-kun (Elliott) wrote:
;) > [ejbjar] Could not resolve ( publicId: -//Sun Microsystems, Inc.//DTD
;) > Enterprise JavaBeans 1.1//EN, systemId: http://java.sun.com/j2ee/dtds
;) > /ejb-jar_1_1.dtd) to a local entity
;) >
;)
;) You should specify a local copy of the DTD. Have a look at the
;) example in Ant's documentation
;)
;) http://jakarta.apache.org/ant/manual/OptionalTasks/ejb.html#ejbjar
;)
;) Look at the examples for something like this:
;)
;) <dtd publicId="-//Sun Microsystems, Inc.//DTD Enterprise JavaBeans
;) 1.1//EN"
;) location="${build.files}/deployment/xml/ejb-jar.dtd"/>
[...]
Thanks for the reply. *sigh* So it has to be local? Too bad. I thought as
per the docs:
"Using a local DTD is much faster than loading the DTD across the
net. If you are running ejbjar behind a firewall you may not even be
able to access the remote DTD."
Maybe the firewall is the problem...? Ah, well, I'll try copying the DTD(s)
to a local dir.
Thanks again,
- e!
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>