Return-Path: Delivered-To: apmail-jakarta-ant-user-archive@jakarta.apache.org Received: (qmail 16108 invoked by uid 500); 17 Jul 2001 19:05:27 -0000 Mailing-List: contact ant-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Reply-To: ant-user@jakarta.apache.org Delivered-To: mailing list ant-user@jakarta.apache.org Received: (qmail 16064 invoked from network); 17 Jul 2001 19:05:26 -0000 Message-ID: <411EA40BC162D211B92B0008C7B1D2B3070127B1@arbmdex.arbitron.com> From: "Stebick, David" To: ant-user@jakarta.apache.org Subject: ejbjar task problem (could not resolve) Date: Tue, 17 Jul 2001 15:04:59 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-8859-1" X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N I am currently writing an ejbjar task using weblogic.ejbc20 compiler, Ant 1.3 with an ejb patch from a nightly build last week, weblogic 60 sp2. The error message I get when I run the task is [ejbjar] Could not resolve ( publicId: -//BEA Systems, Inc.//DTD WebLogic 5.1.0 EJB//EN, systemId: http://www.bea.com/servers/wls510/dtd/weblogic-ejb-jar.dtd) to a local entity I have weblogic.jar in my classpath but the dtd is not in the jar file. Do I need a new weblogic.jar or am I just missing something simple? It finds all the other dtds just fine. Thanks for your help in advance. Dave