Re: adding additional classes...

2007-07-16 Thread cuillandre frederic
thanks it works :-) > Hi, > the following is incorrect: > > > > > > > > > > It should be: > > > > > > > > Peter > On 7/16/07, Dominique Devienne <[EMAIL PROTECTED]> wrote: > > On 7/16/07, cuillandre frederic <[EMAIL PROTECTED]> wrote: > > > it loads the additional jars

Re: adding additional classes...

2007-07-16 Thread Peter Reilly
Hi, the following is incorrect: It should be: Peter On 7/16/07, Dominique Devienne <[EMAIL PROTECTED]> wrote: On 7/16/07, cuillandre frederic <[EMAIL PROTECTED]> wrote: > it loads the additional jars but not the additionals classes. > i tried it under linux with eclipse 3.2

Re: adding additional classes...

2007-07-16 Thread Dominique Devienne
On 7/16/07, cuillandre frederic <[EMAIL PROTECTED]> wrote: it loads the additional jars but not the additionals classes. i tried it under linux with eclipse 3.2 and jdk 5 is anybody could help me and tell me what's wrong I bet it does add the .class files to the classpath, and you can confirm

adding additional classes...

2007-07-16 Thread cuillandre frederic
hi guys, i tried to add additionals classes to my build.xml but it doesn't work !! i tried this: ... ... ... it loads the additional jars but not the additionals classes. i tried it under linux with eclipse 3.2 and jdk 5 is anybody could help me and tell