RE: Ant build file naming convention

2006-07-03 Thread pritesh.saharey
Please go through the following link http://ant.apache.org/ant_in_anger.html This will give you some idea -Original Message- From: wolverine my [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 04, 2006 5:11 AM To: Ant Users List Subject: Ant build file naming convention Hi! When writting

RE: Ant help for c compiler

2006-06-28 Thread pritesh.saharey
Download the " ant-contrib.jar" file from the URL provided by Jan, put this jar file to the lib folder of ANT and first try to run a simple cpp program like this: After this you can go for more compl

RE: pvcs - ant usage..

2006-06-27 Thread pritesh.saharey
This will work on PVCS server and not on remote m/c, to do a get from PVCS on remote client m/c you have to use download.exe, which you can find at at the following path: \Serena\ChangeMan\Dimensions\9.1\prog This is the only way I have seen to do a get from PVCS, I have done something like this,

Condition for two Parallel task

2006-05-10 Thread pritesh.saharey
Hi All, I am trying to use but not finding a good way to resolve my problem, problem goes like this: I had one build-properties.xml file which contains //-- build-properties.xml

RE: Converting a shell script part to ant target

2006-04-28 Thread pritesh.saharey
I am really sorry for that... -Original Message- From: Scot P. Floess [mailto:[EMAIL PROTECTED] Sent: Friday, April 28, 2006 5:09 PM To: Ant Users List Subject: Re: Converting a shell script part to ant target Pritesh: Are you being sarcastic? Certainly all of us here who know ant hav

Sending Success or Failure mail

2006-04-28 Thread pritesh.saharey
Hi All, I trying to send a mail which will contain the success or failure message of Build, I stuck to one problem which is like this: I collect the build logs in various log files, but there is one build.msg file where I collect the summary of builds which also contains the failed messa

RE: Converting a shell script part to ant target

2006-04-27 Thread pritesh.saharey
Thanks Guys for your nice support and suggestions I will see how can I get benefited from all the URL's you people have provided instead of giving solutions. And I also know the basics of before asking questions in forum that one should try to reach the archive. And also if you don't know the solu

Converting a shell script part to ant target

2006-04-27 Thread pritesh.saharey
Hi, Can anyone help me in converting this piece of code from shell script to an ant target? // # 12 : Check errors at build.msg and the logs echo "Check there any errors " cd $IMF/build rm -rf /usr/local/error.txt #grep " Error" *.log *.msg > /usr

Convertion from shell to ant target

2006-04-19 Thread pritesh.saharey
Hi, Can anyone help me in converting this piece of code from shell script to an ant target? // # 12 : Check errors at build.msg and the logs echo "Check there any errors " cd $IMF/build rm -rf /usr/local/error.txt #grep " Error" *.log *.msg > /usr

RE: Adding sh script in ant

2006-02-13 Thread pritesh.saharey
Hi Steve, Can you explain giving the example? -Original Message- From: Steve Loughran [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 14, 2006 1:04 PM To: Ant Users List Subject: Re: Adding sh script in ant bejoy wrote: > Hi , > > I have a Shell Script to set the environment v

RE: Adding sh script in ant

2006-02-13 Thread pritesh.saharey
Hi Bejoy, Try this Regards, Pritesh -Original Message- From: bejoy [mailto:[EMAIL PROTECTED] Sent: Monday, February 13, 2006 2:20 PM To: user@ant.apache.org Subject: Adding sh script in ant Hi , I h

RE: About running a ANT script on UNIX.

2006-02-13 Thread pritesh.saharey
Hi Raghavendra, You don't have to specify only the following will also do And I will suggest to use build-properties.xml file instead of build.properties file. Wishes Pritesh Fr

RE: Hello all

2006-02-09 Thread pritesh.saharey
Hi Shweta, Please give the snip of your code in build.xml BUILD FAILED: E:\workspace2\Hello\src\build.xml:9: --Pritesh -Original Message- From: Shweta Bodade [mailto:[EMAIL PROTECTED] Sent: Friday, February 10, 2006 11:02 AM To: 'Ant Users List' Subject: Hello all Hello all

RE: Novice with ANT- Can't delete a dir

2006-01-02 Thread pritesh.saharey
Sir it is Wishes Pritesh -Original Message- From: K.Srikumar [mailto:[EMAIL PROTECTED] Sent: Monday, January 02, 2006 4:53 PM To: Ant Users List Subject: Novice with ANT- Can't delete a dir hai, I just started working with ANT ==

RE: Issue using ReplaceRegExp

2005-11-08 Thread pritesh.saharey
I tried using the pattern something like this; But I am seeing no changes in my log.txt file altough now I am not getting any error message and ant console output is showing me try-rep: [replaceregexp] Replacing pattern '/\[java\] pa

RE: Issue using ReplaceRegExp

2005-10-21 Thread pritesh.saharey
Thanks Jan for quick reply, I am still not getting how to use it suppose I want to replace "[java] parts created:" with "Size" than How can I go ahead, One more thing there is "ant-apache-regexp.jar" file in ant's lib directory. Just wanted to know that I need to upgrade my jdk1.3 to jdk1.4 or

Issue using ReplaceRegExp

2005-10-21 Thread pritesh.saharey
Hi All, I am trying to use ReplaceRegExp but finding it difficult to cope with it. There is a log.txt file generated from my build.xml using record task which looks like this; log.txt --- [java] Done! [java] [java

Usage of antcall

2005-10-20 Thread pritesh.saharey
I am trying to use antcall, I had a property file called admin.size in which value admin=136374, I can't put this property file admin.size ouside of create-zip target.

RE: Size of zip file

2005-10-19 Thread pritesh.saharey
I splitted one 501MB tar.gz file on linux using split command like this: split -b 10m iall.tar.gz CASH which was broken into 51 files in format CASHaa, CASHab - CASHaz than CASHba - CASHby, than I used cat command to rejoin them like this: cat CASHa[a-z] CASHb[a-z] > iall.tar.gz after rejoing

RE: Size of zip file

2005-10-18 Thread pritesh.saharey
Thanks everybody for your inputs, actually I wanted to automate one of our manual work, every week we have to release our product for QA purpose and our QA team is setting in different physical location, till now we used to manually split the 6 zip files each of 700MB into 15MB using a freeware sp

Size of zip file

2005-10-18 Thread pritesh.saharey
Dear All, I would like to know that if is possible that I can take a size of zip file, is there any such task in ANT by using which I can know the size of a zip file or folder. And also want to know that is I can split any zip file into desirable equal size? Any help will be highly appre

Copy task and timestamp

2005-08-02 Thread pritesh.saharey
Hi All, While you use Copy task it will change the timestamp of that file, i.e. if "old.txt" file was created on July 12, 2000 when you copy this file on Aug 12, 2005 to certain location Copy task will change its timestamp(or modified date) to Aug 12, 2005, hope people are getting me. Wh

RE: usage of exec

2005-07-20 Thread pritesh.saharey
Thanks Brain, I have figured out the things something like this Build.xml - . . . and things has started working out, but its in a very early stage so I will be posting the doubts frequently Thanks Pritesh -Original Message- From: Dick, Brian E.

usage of exec

2005-07-19 Thread pritesh.saharey
Hi All, I want to use one of my batch file into my build.xml file, the batch file is as follows: //- Sign.cmd Set NEB_MD5=d:\sign Set NEB_SIGN=d:\sign Set NEB_IMAGE=D:\cdimages\MD1020\MCClient\KAL-Std55-81

usage of exec

2005-07-18 Thread pritesh.saharey
Hi All, I want to use one of my batch file into my build.xml file, the batch file is as follows: //- Sign.cmd Set NEB_MD5=d:\sign Set NEB_SIGN=d:\sign Set NEB_IMAGE=D:\cdimages\MD1020\MCClient\KAL-Std55-81

Baseline Get from PVCS

2005-06-09 Thread pritesh.saharey
Hi All, I want to use ants PVCS task but unable to use it, as I am not getting what all has to be there, I tried doing something like this Don't know its working or not But unable to sucessed in getting the cod