Re: oracle.ojc.ant.taskdefs.OjcAdapter

2007-09-19 Thread Mitja B.
Hi, big thx, works like a charm now! -- L.P. Mitja B. - Original Message From: Ant Users List To: Ant Users List Subject: Re: oracle.ojc.ant.taskdefs.OjcAdapter Date: 19/09/07 13:07 > Mitja B. wrote: > > Hi, > > > > i will read the book, good idea a

Re: oracle.ojc.ant.taskdefs.OjcAdapter

2007-09-19 Thread Steve Loughran
Mitja B. wrote: Hi, i will read the book, good idea and you are not biased. Can you just tell me about set up oracle extras. I search but can not find anything with this. Thx 1. identify the JAR files that contains the oracle compiler. 2. either stick them in ANT_HOME/lib, or run ant with th

AW: AW: oracle.ojc.ant.taskdefs.OjcAdapter

2007-09-19 Thread Jan.Materne
>uh sorry my mistake, i think he said that he is bastard in >some other city >language so i said that he is not. Oh - in that case you're right ;) Jan - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail:

Re: AW: oracle.ojc.ant.taskdefs.OjcAdapter

2007-09-19 Thread Mitja B.
ct: AW: oracle.ojc.ant.taskdefs.OjcAdapter Date: 19/09/07 12:22 > >i will read the book, good idea and you are not biased. > > of course he is - he wrote the book ;) > but its a good hint anyway ... > > > Jan > > --

AW: oracle.ojc.ant.taskdefs.OjcAdapter

2007-09-19 Thread Jan.Materne
>i will read the book, good idea and you are not biased. of course he is - he wrote the book ;) but its a good hint anyway ... Jan - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: oracle.ojc.ant.taskdefs.OjcAdapter

2007-09-19 Thread Mitja B.
: oracle.ojc.ant.taskdefs.OjcAdapter Date: 19/09/07 11:26 > Mitja B. wrote: > > I want to run ant by console but i get this error > > compiler adapter oracle.ojc.ant.taskdefs.OjcAdapter can't be found > > > > in Jdeveloper works nice > > > > this is buildfile > > build.co

Re: oracle.ojc.ant.taskdefs.OjcAdapter

2007-09-19 Thread Steve Loughran
Mitja B. wrote: I want to run ant by console but i get this error compiler adapter oracle.ojc.ant.taskdefs.OjcAdapter can't be found in Jdeveloper works nice this is buildfile build.compiler=oracle.ojc.ant.taskdefs.OjcAdapter set up your classpath, add the oracle extras. Mitja, I can&#

oracle.ojc.ant.taskdefs.OjcAdapter

2007-09-19 Thread Mitja B.
I want to run ant by console but i get this error compiler adapter oracle.ojc.ant.taskdefs.OjcAdapter can't be found in Jdeveloper works nice this is buildfile build.compiler=oracle.ojc.ant.taskdefs.OjcAdapter how can i run it by console Me