On 5 Feb, Jesse Stockall wrote: > On Tue, 2002-02-05 at 13:52, [EMAIL PROTECTED] wrote: >> ...tell me what part of the task produces this error message: >> >> Could not resolve ( publicId: -//Sun Microsystems, Inc.//DTD Enterprise JavaBeans >2.0//EN, systemId: http://java.sun.com/dtd/ejb-jar_2_0.dtd) to a local entity >> > > You need to add something similar to the following > > <dtd publicId="-//Sun Microsystems, Inc.//DTD Enterprise JavaBeans > 1.1//EN" > location="${dtd}/ejb-jar_1_1.dtd"/> > <dtd publicId="-//Inprise Corporation//DTD Enterprise JavaBeans > 1.1//EN" > location="${dtd}/ejb-inprise.dtd"/> > > So that ant can find a local copy of the DTD. >
Yes, I understand that. But once the application is deployed, ant is no longer involved. Ant at that point, if *I* don't have an Internet connection to Sun's site and to BEA's site, the applications don't start. At least on my site. I was just wondering if others have found this and what they do to fix the problem. L -- Laurent Duperval <mailto:[EMAIL PROTECTED]> "Je ne vais tout de m�me pas les appeler les tabarnacos." -Jacques Parizeau -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
