Re: ant sql doesn't recognize the database server name with back slash?

2008-03-26 Thread Rishi Gogia
nesday, March 26, 2008 3:15 PM To: "Ant Users List" Subject: Re: ant sql doesn't recognize the database server name with back slash? Rishi Gogia wrote: in case of a unix env, URL should be used with forward slashes ('/') instead of backslashes and in case any string n

Re: ant sql doesn't recognize the database server name with back slash?

2008-03-25 Thread Rishi Gogia
in case of a unix env, URL should be used with forward slashes ('/') instead of backslashes and in case any string needs to be used backslashes, they need to accompany another backslash. this is because backslash acts as a escape sequence character (remember \n) so to avoid such a situation,

RE: SSHExec Target

2008-01-24 Thread Rishi Gogia
o the remote > server you intend to execute> something on? Why use a shell script at all?> > > -Rob Anderson> > -Original Message-> From: Rishi Gogia [mailto:[EMAIL > PROTECTED] > Sent: Thursday, January 24, 2008 10:14 AM> To: > user@ant.apache.or

SSHExec Target

2008-01-24 Thread Rishi Gogia
Hi I am using SSHExec target in my Build.xml which is calling a shell script. This shell script internally connects to another server in the network through SSH. The shell script is running fine when executed from solaris command prompt. but when executed from the build.xml, it doesn't call th

Creating Patch builds

2007-10-24 Thread Rishi Gogia
Hi I am using SVN as a repository and Weblogic Integration as my application server. I have more than 10 programmers working on the same project. I wanted to know if I want to do a patch build, how would I be able to do it? By Patch build I mean compiling only those files which are changed. I