Return-Path: Mailing-List: contact ant-user-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list ant-user@jakarta.apache.org Received: (qmail 75168 invoked from network); 20 Nov 2000 17:20:12 -0000 Received: from unknown (HELO mlists.bea.com) (63.96.164.109) by locus.apache.org with SMTP; 20 Nov 2000 17:20:12 -0000 Received: from boulder.beasys.com (boulder.beasys.com [192.168.32.10]) by mlists.bea.com (8.9.1b+Sun/8.9.1) with ESMTP id JAA24633 for ; Mon, 20 Nov 2000 09:20:51 -0800 (PST) Received: from foobar.bea.com ([192.168.32.177]) by boulder.beasys.com (8.9.1b+Sun/8.9.1) with ESMTP id KAA14549 for ; Mon, 20 Nov 2000 10:20:24 -0700 (MST) Message-Id: <4.3.0.20001120101800.00c29100@boulder.beasys.com> X-Sender: dinskeep@boulder.beasys.com X-Mailer: QUALCOMM Windows Eudora Version 4.3 Date: Mon, 20 Nov 2000 10:19:41 -0700 To: ant-user@jakarta.apache.org From: Dave Inskeep Subject: RE: ejbjar and nested classpath element In-Reply-To: <000101c05164$e5662530$80dc1fcb@cognet.com.au> References: <4.3.0.20001117145925.00c24990@boulder.beasys.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N Okay, after sorting out a few classpath problems for the location of my own classes the 11-20-2000 build now works for me. The 11-17 still doesn't, but I'm not too worried about that. Thanks, Dave At 12:38 AM 11/19/00 +1100, you wrote: >Dave, > >My builds had still been using properties for classpaths so I flipped >them over just now to embedded classpaths with refids without any >problems. Can you just confirm that the classpath you pass to the >weblogic element includes ${weblogic.home}/lib/weblogicaux.jar > >Here is my example > > rebuild="false" > keepgeneric="false" > suffix=".jar"> > > > > > > > >run ant with -verbose to give us more information. > >Conor > > > > > -----Original Message----- > > From: Dave Inskeep [mailto:dave.inskeep@bea.com] > > Sent: Saturday, 18 November 2000 9:05 > > To: ant-user@jakarta.apache.org > > Subject: ejbjar and nested classpath element > > > > > > I'm trying to use the ejbjar task with a nested weblogic > > element with a > > nested classpath element that points to a refid. Is this currently > > supported, or known to work? > > > > I'm using the latest nightly build (11-17-2000) and get a > > NoClassDefFoundError that javax.ejb.EntityBean cannot be > > found. That is > > certainly in my classpath, I use the same classpath refid to > > compile the > > classes and obviously EntityBean is found in the classpath, > > or my EJB's > > wouldn't compile. Am I just too close to the bleeding edge > > for this to work? > > > > Thanks, > > Dave > >