Return-Path: Delivered-To: apmail-jakarta-ant-user-archive@jakarta.apache.org Received: (qmail 85511 invoked by uid 500); 22 May 2001 19:35:35 -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 85250 invoked from network); 22 May 2001 19:35:26 -0000 From: "Robert Nicholson" To: Subject: RE: WL 6.0 EJBC Ant build Date: Tue, 22 May 2001 12:33:34 -0700 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Importance: Normal In-Reply-To: <2D72E549FE7CD311A26D0004AC4CFC25FE5B0C@sisexpo01.sis> X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N This is because you don't have a parser set for the jaxp framework to work. when you run ant define the property javax.xml.parsers.DocumentBuilderFactory to point to the DocumentBuilderFactory you want to use. For me go and grab jax1.1 and look at the docs for the newInstance methodo of DocumentBuilderFactory -----Original Message----- From: Schmoll, Brett x66244 [mailto:BSchmoll@bis.adp.com] Sent: Tuesday, May 22, 2001 9:42 AM To: ant-user@jakarta.apache.org Subject: WL 6.0 EJBC Ant build Does anyone have a working Weblogic 6.0 EJBC task that they could share with me? I'm able to get the EJBC built from a command prompt but don't seem to be able to get it to work under Ant. Here is the Taskdef I'm using, am I missing the obvious? Do you have I receive a "javax.xml.parsers.FactoryConfigurationError:" when this runs under Ant. I run what I assume to be the equivalent from a command prompt and it builds fine. Any help would be greatly appreciated. Thanks, Brett Schmoll