Re: How to create a classpath dynamicaly

2006-08-14 Thread wohlgemuth
;> On Mon, Aug 14, 2006 at No 4:05 PM, in message <[EMAIL PROTECTED]>, wohlgemuth <[EMAIL PROTECTED]> wrote: just define a normal classpath on this directory after you moved your stuff there. or you want todo this during the runtime of your programm? /gert On 8/14/06, Willy Rei

Re: How to create a classpath dynamicaly

2006-08-14 Thread wohlgemuth
Willy -- - http://fiehnlab.ucdavis.edu/staff/wohlgemuth work:[EMAIL PROTECTED] phone: 530 754 7113 private: [EMAIL PROTECTED] phone: 530 220 3728 - To unsubscribe, e-mail: [EMAIL PROTECTED] For addi

Re: weird class problem the second - can't find org.jnp.interfaces.NamingContextFactory

2006-08-09 Thread wohlgemuth
StringInputStream(args[0])); report.run(p); } On 8/9/06, wohlgemuth <[EMAIL PROTECTED]> wrote: sofar I found out that the problem is located in the ant classpath, If I copy all my libs into the ant lib directory everything is working fine. It's just there need to be an

Re: weird class problem the second - can't find org.jnp.interfaces.NamingContextFactory

2006-08-09 Thread wohlgemuth
uild Total time: 31 milliseconds /gert On 8/9/06, wohlgemuth <[EMAIL PROTECTED]> wrote: hi I try to call an ejb from an ant task and get always: [register] (util.RocksClusterFactoryImpl50 ) create new implementation of the cluster util [register] javax.naming.NoInitialContextE

weird class problem the second - can't find org.jnp.interfaces.NamingContextFactory

2006-08-09 Thread wohlgemuth
how the java task is implemented, but this didn't help me very much :( thx for your help, /gert -- http://fiehnlab.ucdavis.edu/staff/wohlgemuth work:[EMAIL PROTECTED] phone: 530 754 7113 private: [EMAIL PROTECTED]

Re: how to call ant on optional subdirs?

2006-08-09 Thread wohlgemuth
l commands, e-mail: [EMAIL PROTECTED] -- http://fiehnlab.ucdavis.edu/staff/wohlgemuth work:[EMAIL PROTECTED] phone: 530 754 7113 private: [EMAIL PROTECT

Re: weird problem with Class instanceOf

2006-08-09 Thread wohlgemuth
ok I got it fixed, I had to set the loader ref, kinder annoying and is there an easy way todo this automatical? thx for your help and pointing me in the right direction! final soloutioon: On 8/9/06, wohlgemuth

Re: weird problem with Class instanceOf

2006-08-09 Thread wohlgemuth
class loaders. How can I avoid this? /gert On 8/8/06, Stephen McConnell <[EMAIL PROTECTED]> wrote: > -Original Message- > From: wohlgemuth [mailto:[EMAIL PROTECTED] > Sent: Wednesday, 9 August 2006 1:09 PM > To: Stephen McConnell > Cc: Ant Users List > Subject

Re: weird problem with Class instanceOf

2006-08-08 Thread wohlgemuth
I was not able to find any documentation online and after reading throw the ant code did'nt help me very much. /gert On 8/8/06, Stephen McConnell <[EMAIL PROTECTED]> wrote: > -Original Message- > From: wohlgemuth [mailto:[EMAIL PROTECTED] > Sent: Wednesday, 9 August

weird problem with Class instanceOf

2006-08-08 Thread wohlgemuth
hi, at first I work since a long time with ant and wrote arround 50 ant tasks sofar, I thought I know what I do... ...I was wrong anyway thats my problem: I have 3 classes 1. ClusterInitialzieTask, parent class:Task -> used to intialize a cluster and contains objects of type 2. or 3. 2. Clus