Hi,

FWIW, just adding BCEL.jar to ant/lib didn't silence the warning about being unable to 
load the ancestor analyzer. I actually had to add the new dependency=none parameter to 
all of my <ejbjar> tasks. I guess this is implied in the <ejbjar> section of the 
manual anyway, I just wasn't "getting it". ;^)

Cheers,

Matt

-----Original Message-----
From: Matt Lyon 
Sent: Thursday, July 11, 2002 1:18 PM
To: 'Ant Users List'
Subject: RE: BCEL


No dice on that theory. Still stumped. Guess I'll just ignore the warning for now.

-----Original Message-----
From: Matt Lyon 
Sent: Thursday, July 11, 2002 11:40 AM
To: Ant Users List
Subject: RE: BCEL


Hmmm... I grabbed the build of the binaries off the jakarta site, as opposed to 
building Ant for myself. I'm going to try stuffing BCEL.jar in my system CLASSPATH, 
which I think gets handed off to Ant by the parent classloader, and see if that helps.

-----Original Message-----
From: Joey Gibson [mailto:[EMAIL PROTECTED]]
Sent: Thursday, July 11, 2002 11:32 AM
To: [EMAIL PROTECTED]
Subject: RE: BCEL


The following message was sent by "Matt Lyon" <[EMAIL PROTECTED]> on Thu, 11 Jul 2002 
10:48:06 -0400.

> Hi,
> 
> I apologize for being a bit brain-dead about this new dependency analysis 
> using BCEL, but I still have some questions. I downloaded BCEL.jar and 
> placed it in ${ANT_HOME}/lib, but I am still getting the following message 
> when my ejbjar tasks execute:

If the task that needs BCEL is an optional task, then you would need to have BCEL in 
your classpath somewhere when you built Ant, otherwise the classes that use BCEL won't 
get compiled or jarred into the distro. I've had this bite me before with JUnit, 
JUnitReport and FTP; since I forgot to establish them in the classpath, no support got 
built into Ant.

Joey

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to