Re: EjbJar task with WAS elements?

2003-02-10 Thread Mika Moilanen
>>>>> "ext" == ext Conor MacNeill <[EMAIL PROTECTED]> writes: ext> Mika Moilanen wrote: >> -- >> [ejbjar] Unable to load dependency analyzer: ext> org.apache.tools.ant.util.depend.bcel.FullA

Re: EjbJar task with WAS elements?

2003-02-10 Thread Mika Moilanen
>>>>> "ext" == ext Jesse Stockall <[EMAIL PROTECTED]> writes: ext> On Monday, February 10, 2003, at 06:26 AM, Mika Moilanen wrote: >> >> The one I've has a package structure "org/apache/bcel/", not >> "org/apache/tools"

EjbJar task with WAS elements?

2003-02-10 Thread Mika Moilanen
Hello I'm playing with ANT1.5.1's EjbJar task with nested Websphere elements. The current problem is that deploytool can't find all the dependendant classes when compiling EJB: -- [ejbdeploy] [*Error] /ejb-generic.jar(Class: com.foo.Bar):

(javac task): Compiling depedencies doesn't work...

2002-10-28 Thread Mika Moilanen
Hello! This is a very novice question, since I've been playing with Ant only few days now. I'm interested to find out how Ant works, what is the fundamendal relationship with javac? In order to find this out, I set up a dummy project with two classes: com.foo.Foo com.bar.Bar Fo