Re: why doesn't work on ant 1.6.1

2004-12-15 Thread Engin Erdem
thanks, i removed init() calls and it worked --- Yves Martin <[EMAIL PROTECTED]> wrote: > Engin Erdem <[EMAIL PROTECTED]> writes: > > > we have a piece of code that uses ant api and a > build > > file to control our build process. this code > works on > > ant 1.4.1 version but not in 1.6.1 ver

Re: why doesn't work on ant 1.6.1

2004-12-15 Thread Yves Martin
Engin Erdem <[EMAIL PROTECTED]> writes: > we have a piece of code that uses ant api and a build > file to control our build process. this code works on > ant 1.4.1 version but not in 1.6.1 version, I searched > mailing lists but I did'nt find any suggestions. > what is the problem??? > you can te

why doesn't work on ant 1.6.1

2004-12-15 Thread Engin Erdem
we have a piece of code that uses ant api and a build file to control our build process. this code works on ant 1.4.1 version but not in 1.6.1 version, I searched mailing lists but I did'nt find any suggestions. what is the problem??? you can test them with the code and build file below --