how to detect failed build

2008-02-26 Thread Md. Jahidul Hasan
is there any task / properties which can be use to track the build failed or not. I don't want to extend any ant class for this task. Is there any built in task ? :Hasan - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

compare folder/files

2008-03-03 Thread Md. Jahidul Hasan
Hi, I have a target which upload folders/files to one location and I need to compare the content after upload, how to proceed ? uploaded part has been done by using copy and fileset task. Can't find any good solution for compare. Hasan --

Re: compare folder/files

2008-03-03 Thread Md. Jahidul Hasan
> Md. Jahidul Hasan wrote: >> Hi, >> >> I have a target which upload folders/files to one location and I need to >> compare the content after upload, how to proceed ? uploaded part has >> been >> done by using copy and fileset task. Can't find a

problem with copy task

2008-03-11 Thread Md. Jahidul Hasan
Hi I am trying to copy some files and if the file exists with different content(in the destination area) then copy task doesn't upload the file again. I don't want to use the overwrite parameter because there are lots of files and I don't want to overwrite all the files again. Just want to know how

how to change property value in config file ?

2008-03-28 Thread Md. Jahidul Hasan
Hi Is there any way to handle configuration files with ant ? I have a config file which contains some properties with correspond values. property 1= value 1 property 2= value 2 property 3= value 3 I want to change the values by searching the property name. BR Hasan

how to find the drive name from a file fath ?

2008-03-31 Thread Md. Jahidul Hasan
Is there any task to find the drive name from a given file/directory path ? "dirname" task can't help in this regards as it takes the full path until that filename. I only need that drive name. Thanks Hasan - To unsubscribe, e

nay ant line coverage tools ?

2008-04-21 Thread Md. Jahidul Hasan
Hi, Anybody have ideas about line coverage tools for ANT ? like "cobertura" for Java. BR, Jahidul . - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Ant line coverage tools ?

2008-04-21 Thread Md. Jahidul Hasan
Hi, Anybody have ideas about line coverage tools for ANT ? like "cobertura" for Java. BR, Jahidul . - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

how to capture output from a target as xml

2008-05-11 Thread Md. Jahidul Hasan
Hi Is it possible to capture the output from a single target into a file as xml format ? -- With best regards Md. Jahidul Hasan - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: how to capture output from a target as xml

2008-05-11 Thread Md. Jahidul Hasan
I have found that task can record the message into a file as text format, but how can I grab those as xml ? > Hi > > Is it possible to capture the output from a single target into a file as > xml format ? > > -- > With best regard

How to load part of a file

2008-05-13 Thread Md. Jahidul Hasan
Hi, I have a text file with few blocks in it. -- Block 1 : Some text Block 2 : Some text Block 3 : Some text -- How I can read the file from Block 2 to end of the file ? Br Jahid ---

Ant running in debug mode?

2009-01-08 Thread Md. Jahidul Hasan
Hi Is there any way to detect my ant is running in debug mode or not ? eg. using -d or not I want to track it. Br, Jahid - To unsubscribe, e-mail: user-unsubscr...@ant.apache.org For additional commands, e-mail: user-h...@ant

how to get jar file information ?

2009-01-27 Thread Md. Jahidul Hasan
Hi, Is there any way I can get the jar file informations using ant ? Br, Jahid - To unsubscribe, e-mail: user-unsubscr...@ant.apache.org For additional commands, e-mail: user-h...@ant.apache.org