Question about loop in Ant

2007-03-20 Thread Farid Izem
Hi All, I have write a ant script which check the availibility of Oracle listener based on tcp reachibility (waitfor task) and jdbc connection (sql task). I'd like to make somehing like that : Is there something i can do easily or do i need to write my own ant task ? Kind Regards,

Re: Question about Classpath

2007-01-21 Thread Farid Izem
about the classpath using in this case the attribute classpathref Peter On 1/20/07, Farid Izem <[EMAIL PROTECTED]> wrote: > Hi julying, > > My jdbc driver is in lib directory there is no problem. > My main problem is the simple build.xml script doesn&#x

Re: Question about Classpath

2007-01-20 Thread Farid Izem
you can use some ant debug tools to print the stracktrace of it's procession to make sure your lib is in ! -- julying 2007-01-20 ----- 发件人:Farid Izem 发送日期:2007-01-20 06:39:24 [EMAIL PROTECTED] 抄送: 主题:Question about Classp

Question about Classpath

2007-01-19 Thread Farid Izem
Hi all, I'm new to ant and i d'like to make a connexion to a mysql database. To do that, i hava done the following scripts : main project with many futures But, i get t