Checking for files in a directory

2007-03-13 Thread Shankar S
Hi, Is there a way in ANT where I could check if a list of files is available/present in a directory instead of having a long list of s under ? Any help will be much appreciated. -Shankar

Re: Checking for files in a directory

2007-03-13 Thread Shankar S
TED]> wrote: Have you tried something like the following? ... -Original Message- From: Shankar S [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 13, 2007 6:59 PM To: user@ant.apache.org Subject: Checking for files in a directory Hi, Is there

Re: [SEC=UNCLASSIFIED] Junit test fails in ant but not in Eclipse

2007-03-14 Thread SHANKAR S
Hi, Your best bet is to debug it with Eclipse but NOT using the Eclipse junit tool. Change the ant junit target, add these jvmargs to the junit target Here I am using 8787 port for debugging which should be a free port on your machine. When the ant reaches this task, it will wait (

Deleting folders based upon status:(Re: AW: Checking for files in a directory)

2007-03-14 Thread Shankar S
sumption that your includesfile contains no wildcards it's not too bad. One example assuming that ${basedir} contains an includesfile, named includesfile: HTH, Matt > > > Jan > > >-Ursprüngliche Nachricht- > >Von: Shan

Command Line execution

2007-03-22 Thread Shankar S
I want to invoke this command using ant's exec? i've tried getting double qoutes but haven't suceeded "C:/Program Files/InstallShield/InstallShield Professional 6.1/Program/ISBuild.exe" -p"../RL_1_6_1_3/20070322_1451/installer/superstar2/superstar2install/SuperSERVER VC 2003/SuperSERVER VC2003.i

Re: tag inside some other tag(cvs)

2007-04-19 Thread Shankar S
Prasad, Why don't you just do this? If you are not clear with this then read about CVS tags by doing a quick Google. On 4/20/07, prasad kumar <[EMAIL PROTECTED]> wrote: hi Tanguy, http://www.wincvs.org/wincvs_app.png from what ur showing in the picture,let us

vsscheckin task

2007-05-16 Thread Shankar S
Hi Folks, I am trying to checkin a list of files using vsschekin task. Here is the code snippet: But it's complaining that the files path is an Invalid DOS path. Is it because the file path has whitespaces? Any workaround for this will be highly appreciated. Cheers; Shankar

sshexec

2007-09-05 Thread Shankar S
I have got the sshexec task in this format: Ant throws up saying: com.jcraft.jsch.JSchException: reject HostKey: xxx Any help on this is much appreciated. -Shanki

Re: sshexec

2007-09-05 Thread Shankar S
is the ssh server? OpenSSH or other? > > Also, produce some output with -verbose and sent it. > > -Rob Anderson > > > -Original Message- > > From: Shankar S [mailto:[EMAIL PROTECTED] > > Sent: Wednesday, September 05, 2007 12:52 AM > > To: Ant

Passing properties as parameters to different targets in a build file

2007-12-02 Thread Shankar S
Hi all, I have a project.properties file that define a set of properties for my build system. log.dir and build.dir are defined in project.properties. Based upon user's confirguration these values are changed at build time. My build.xml looks something like this: