Padmaja Kunapareddy/Lexington/IBM is out of the office.

2007-08-28 Thread Padmaja Kunapareddy
I will be out of the office starting 08/29/2007 and will not return until 09/04/2007. You can contact via my mobile ph# 603 930 0390 for any critical information other wise please contact Ed Hayes I won't be available in SameTime Thank You --Padma -

AW: ant junit task...

2007-08-28 Thread Jan.Materne
first thought: the missing * before the $ in your exclude clause. Jan >-Ursprüngliche Nachricht- >Von: mayurs [mailto:[EMAIL PROTECTED] >Gesendet: Dienstag, 28. August 2007 18:55 >An: user@ant.apache.org >Betreff: Re: ant junit task... > > >I know of the excludes attribute the issue

File format

2007-08-28 Thread Brunno Silva
Dear list members, I have to check if a set of files are plain ASCII text document or UTF-8 in my build file. Do you have any idea of how to do that? Yours sincerely, Brunno Silva

Dependset not working for me (checking if files are up to date)

2007-08-28 Thread Lionel van den Berg
I ended up with teh following script after many many attempts to try to get something working. It's a bit of a hack now but I thought it was working until today. The above doesn'

Re: ant junit task...

2007-08-28 Thread mayurs
I know of the excludes attribute the issue, is, lets say I have a class TestFoo.class and TestFoo$abc.class I am only concerned about running TestFoo.class , but if I have this, This does not work, since includes attribute, above will include the inner class as well, so excludes attribute does

Checking out ant in eclipse

2007-08-28 Thread Ramu Sethu
Hi I wanted to check out ant source code just to have a look. But after checking out ant with SVN GUI client in eclipse successfully, i got lot of compile time errors. I used fetch.xml to get the dependent jars. Still there were compile time errors. Can anyone point me to link or guide me in settin

Re: path & fileset question

2007-08-28 Thread Krzysztof Kucybała
It seems suspicious that the arg line you use with exec contains this ${phpunit_class} value, but your task has no corresponding arg element. Have you looked at the log messages created by running Ant in -verbose mode to verify that each execution appears to have been reasonably constructed? N

Re: Java task, classpath problem

2007-08-28 Thread Ognjen Blagojevic
Hi Peter, Thanks for your answer. And sorry for late reply, I was on vacation. Peter Reilly wrote: The task does strange things with the classloader. My advice would be to use fork="yes" unless there is a reason not to. Yes, I see. fork="yes" solved the problem. As regards the exception y

RE: replaceregex issues

2007-08-28 Thread Rebhan, Gilbert
Hi, -Original Message- From: Vihan Pandey [mailto:[EMAIL PROTECTED] Sent: Monday, August 27, 2007 4:35 PM To: Ant Users List Subject: Re: replaceregex issues > > > /* Thanks a million Gilbert !!! I REALLY appreciate all the effort you have taken in thinking of this and testing it out