RE: Create a task to deploy in a remote server

2008-04-17 Thread Pritesh Saharey
Why don't you use " antcontrib " for remote deployment, Your main build.xml file: Your remote ant xml file: Running ANT server.

using '/' as the separator for the elements

2007-06-13 Thread Pritesh Saharey
Hi All, We had our product, whose one of command line tool is "mkranch", now if I use this command "mkbranch" it will create a branch for me on our server, its usage is like this Usage: mkbranch [flags] parent brname comment rooted [ownerid [groupid]] for example if I want to create a bra

RE: Changing Date format

2006-11-30 Thread Pritesh Saharey
] Sent: Thursday, November 30, 2006 8:51 PM To: Ant Users List Subject: Re: Changing Date format On 11/30/06, Steve Loughran <[EMAIL PROTECTED]> wrote: > Peter Reilly wrote: > > On 11/30/06, Pritesh Saharey <[EMAIL PROTECTED]> wrote: > >> > >> Thanks for quick

RE: Changing Date format

2006-11-30 Thread Pritesh Saharey
Jan >-Ursprüngliche Nachricht- >Von: Pritesh Saharey [mailto:[EMAIL PROTECTED] >Gesendet: Donnerstag, 30. November 2006 08:05 >An: 'Ant Users List' >Betreff: Changing Date format > > >Dear All, > I had a file named "data", which contains t

Changing Date format

2006-11-29 Thread Pritesh Saharey
Dear All, I had a file named "data", which contains the date of an indefinite number in the format year/month/day; The Data file looks like this: Data - 1864/06/22 1854/04/29 1823/12/07 : : : I want to change the format of this date so that the new "datachnage" file will look somet

RE: Compare

2006-11-27 Thread Pritesh Saharey
http://www.hsrl.rutgers.edu/ug/make_help.html http://www.aero.lr.tudelft.nl/facilities/manuals/fortran/node6.html -Original Message- From: Steve Loughran [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 07, 2006 4:07 PM To: Ant Users List Subject: Re: Compare Venkatesh Vijayakumar04

RE: cannot connect to socket: Connection refused

2005-02-17 Thread Pritesh Saharey
L PROTECTED]:/home/gtekcvs" > password="${user.cvspass}"/> > cvsRoot="pserver:[EMAIL PROTECTED]:/home/gtekcvs" >command="-Qcheckout" >package="Xpan/src" >dest="${src.dir}" >

cannot connect to socket: Connection refused

2005-02-17 Thread Pritesh Saharey
Hi All, I am trying to checkout the package from CVS using ant from Windows 2000 m/c, my cvs.exe is in path. Below is the snipte of code which Iam using After running the build.xml file it is giving me error like this: [

RE: Uff VSS, hanging

2005-01-28 Thread Pritesh Saharey
pe this helps Keith -OriginalMessage- From: Pritesh Saharey[mailto:[EMAIL PROTECTED] Sent: 28 January 2005 07:00 To: AntUsers List Subject: RE: Uff VSS, hanging No boss its not working,as I think vssget is trying to get the latest source code from localm/c, as I am failing to unders

RE: Uff VSS, hanging

2005-01-27 Thread Pritesh Saharey
ppet works fine for me label="V01" login="${login}" vsspath="$/root/java2/*.*" serverPath="x:" writable="false"/> thanks, Mural

Uff VSS, hanging

2005-01-27 Thread Pritesh Saharey
ly login to intell59 m/c and than tried to run build file but the result same hangs the build, can anybody help me out Thanks Pritesh Saharey

Re: AW: Checking for avaliablity of file

2004-08-11 Thread Pritesh saharey
Thanks Jan for your quick reply but I already used its not working, please suggest some other solution. pritu --- [EMAIL PROTECTED] wrote: ? Jan > -UrsprÃngliche Nachricht- > Von: Pritesh saharey [mailto:[EMAIL PROTECTED] > Gesendet am: Mittwoch, 11. August 2004 0

Checking for avaliablity of file

2004-08-10 Thread Pritesh saharey
Hi All, I want to check for a file whether it exsist or not in a particular path how can it be checked, suppose there is a file at /home/pritu/verify/gu_hrd.distrib and in my build.xml file there is target which is dependent on the avaliability of this gu_hrd.distrib file, so i wanted to check th

Reading and Writing of String

2004-08-01 Thread Pritesh saharey
iable in a java file String version_Date=""; and this process has to be done before the compliation of java files, is there any way in ant to do this process. so what need to be done here can anybody help me out, I will be thankful to you.

Automating Build and Testing process

2004-05-18 Thread Pritesh saharey
has done this kind of end-to-end, system level testing, if anyone has done such process in there projects please share the knowledge with me, i will be highly obliged, please share your views, i will be thankful to you wishes Pritesh Saharey BE(Mech) Sof

Re: Installer using Ant

2004-03-29 Thread Pritesh saharey
ets. For example: ...Do your common install steps here ...Do your windows specific install steps here ...Do your linux specific install steps here But is this platform independence we all looking for? --- Pritesh saharey <[EMAIL PROTECTED]> wrote: > I would like to know can

Re: Creating a java file

2004-02-23 Thread Pritesh saharey
Thanx but i wanted to create the whole VersionDate.java file and not only the date to be displayed. Pritesh Saharey BE(Mech) Software Engineer Apsora(Ind.)Pvt. Ltd., Pune http://www.apsora.com http://in.geocities.com/priteshsaharey/ --- RADEMAKERS Tanguy <[EMAIL PROTECTED]> wrote: P

Creating a java file

2004-02-23 Thread Pritesh saharey
java code VersionDate="" should be the date of running the build script. can anybody help me out. Pritesh Saharey BE(Mech) Software Engineer Apsora(Ind.)Pvt. Ltd., Pune http://www.apsora.com http://in.geocities.com/priteshsaharey/ __

Get Task

2003-07-08 Thread Pritesh saharey
Hi all, Iam using Get task like this http://www.don-robertson.com/MP3/India/Tabla/Dhamar%20Tal%20-%20Raja%20Chatrapati%20Singh.mp3"; dest="/home/pritesh/PriteshSonngs/Rhythm/Pakawaj/DhamarTal-RajaChatrapatiSingh.mp3" verbose="true" usetimestamp="true"/> now what will happen

Re: exec command not working

2003-06-02 Thread Pritesh saharey
CTED]> wrote: >Pritesh, >Why not use the 'dir' attribute. Try something like the following ... > > >failonerror="true"/> > > >if this does not work, then please send the error that is thrown. > >Hope this helps, >Rajat &

exec command not working

2003-06-02 Thread Pritesh saharey
Hi all, I would like to know what iam missing in my exec task this simple call target is not working what i had done wrong. thanks pritesh _ Join SQAtester.com Community ---> http://www.sqatester.com/

Re: Ant 1.5.2 Release API:Project/Target/Task

2003-03-19 Thread Pritesh saharey
Could please give what kind of error you are getting pritesh --- Haig Ehramdjian <[EMAIL PROTECTED]> wrote: >I've recently downloaded Ant 1.5.2 and am using the following classes: >org.apache.tools.ant.Project / org.apache.tools.ant.Target / >org.apache.tools.ant.Task > >My project tag would be as

How to write properties.xml file

2003-03-07 Thread Pritesh saharey
Hi everyone, how can i write properties.xml file for following java tasks In this code i have to use "com.ora.ITS.SDK.Tools.ConsoleParcelBuilder" and "com.ora.ITS.SDK.Tools.ConsoleDistribBuild

Re: AW: how to import another xml file

2003-03-06 Thread Pritesh saharey
have to delete the first line ( java.xml that file must be a valid buildfile. So you have to have a -Root element. Jan Matèrne -Ursprüngliche Nachricht----- Von: Pritesh saharey [mailto:[EMAIL PROTECTED] Gesendet am: Donnerstag, 6. März 2003 09:08 An: Ant Users List Betreff: RE: how to impo

why to use fork Attribute in java task

2003-03-04 Thread Pritesh saharey
i would like to know the following 3 things 1)when i run my build.xml file by using ant -v command i see this error in my konsole ?? [java] 'com.ora.ITS.SDK.Tools.ConsoleDistribBuilder' [java] '-f' [java] 'SRC/org/net/carmel/services/ptts/PTTService.distribdef' [java] '

Re: AW: AW: How to use java attrib in build.xml

2003-03-04 Thread Pritesh saharey
? For next step: make two targets, one for creating the parcel file and one for creating the distrib file. Then call only the parcel target. Is the file ok? Then call the distrib target. Is that file ok? If yes your ant instructions work. Jan Matèrne -Ursprüngliche Nachricht- Von: Pritesh