AW: Setting cactus.properties file in the client classpath

2006-05-17 Thread Jan.Materne
What is the definition of your client classpath? Have you set the directory where cactus.properties is? Jan >-Ursprüngliche Nachricht- >Von: Devaraj, Geethakrishnan [mailto:[EMAIL PROTECTED] >Gesendet: Donnerstag, 18. Mai 2006 06:46 >An: Ant Users List >Betreff: Setting cactus.propertie

Setting cactus.properties file in the client classpath

2006-05-17 Thread Devaraj, Geethakrishnan
Hi all, I am running cactus tests via ant scripts.To run tht u need to have cactus.properties file in the client classpath.I tried including the path using the ant classpath task path id ..but didn't seem to work.But when i tried to manulaly modify the client classpath to include the path to th

Checking out to the same directory

2006-05-17 Thread Venkat Kotu
Hi, I have a need to checkout files from 3 different modules to the same destination directory. I have used -d option to specify the destination directory. My ant file is as below: I was expecting this to work. The mod1.file1

RE: Setting and debugging class paths

2006-05-17 Thread Rainer Noack
Sorry for late respones. I was offline for some days. Maybe http://enitsys.sourceforge.net/ant-classloadertask/ Is what you want - at least for debugging purposes. Cheers Rainer > -Original Message- > From: Tommy Nordgren [mailto:[EMAIL PROTECTED] > Sent: Monday, May 15, 2006 1:04 PM

RE: postgres stored procedure sql task problem

2006-05-17 Thread Anderson, Rob (Global Trade)
Since Ant is not throwing the exception, I don't think there is a problem with your usage of the sql task. I would suggest asking in a postgresql forum. Sorry I cannot offer more help. -Rob A > -Original Message- > From: Gareth Reakes [mailto:[EMAIL PROTECTED] > Sent: Tuesday, May 16, 2

RE: Taskdef

2006-05-17 Thread Anderson, Rob (Global Trade)
I would not recommend this aproach. Write a build.xml. -Rob A > -Original Message- > From: subir bhaumik [mailto:[EMAIL PROTECTED] > Sent: Tuesday, May 16, 2006 10:39 PM > To: Ant Users List > Subject: RE: Taskdef > > > I am trying to write java code to use the > API rather than wr

RE: exit from the script running in the remote machine usingsshexec

2006-05-17 Thread Anderson, Rob (Global Trade)
For Weblogic 7 the equivalent tool is the weblogic.Admin command line interface. It takes most of the same parameters as the wlserver Ant task. http://e-docs.bea.com/wls/docs70/adminguide/cli.html -Rob A > -Original Message- > From: Venkatesh Vijayakumar04 [mailto:[EMAIL PROTECTED] > S

Re: command line args on win with quotes / whitespaces

2006-05-17 Thread Dominique Devienne
I have split the 3 args into 6 using the following syntax for the problem arg: (the location-attribute does not exist.) It should be 'file' and not 'location' for . Better to use 'file' rather than 'path', even though the later also does the right thing. --DD

Re: postgres stored procedure sql task problem

2006-05-17 Thread Gareth Reakes
Hi Scot, thanks for your response. I have tried both in the file and in the sql tag. I get an error in both cases. Cheers, Gareth Scot P. Floess wrote: Gareth: My apologies, I meant escaping when it exists in another file. I never actually included my SQL statements in my build script -

AW: command line args on win with quotes / whitespaces

2006-05-17 Thread lists
Thanks Jan, I have split the 3 args into 6 using the following syntax for the problem arg: (the location-attribute does not exist.) Thank you very much. I appreciate it. Jochen On May 17, 2006, at 2:32 PM, <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> wrote: Shou

Re: postgres stored procedure sql task problem

2006-05-17 Thread Scot P. Floess
Gareth: My apologies, I meant escaping when it exists in another file. I never actually included my SQL statements in my build script - this was probably 3 - 4 years ago when I was doing so. Gareth Reakes wrote: Hi, Very simplified version: CREATE OR REPLACE FUNCT

AW: command line args on win with quotes / whitespaces

2006-05-17 Thread Jan.Materne
> > output="depotMSIBuildLog.txt" > executable="C:\Program Files\InstallShield\Developer\System\IsCmdBld.exe"> Shouldnt made any problems so far... > > >

command line args on win with quotes / whitespaces

2006-05-17 Thread lists
Hello List, I have a problem I need to spawn a process with exec and need to pass it arguments that contain whitespaces Finally I want my exec to spaw a process that behaves exactly like running the following command in the command shell from D:\depot\InstallerDeliveries\Win\My Product\3.0.0

AW: How to use replaceregexp in multi-line context?

2006-05-17 Thread Oliver Ashoff
Hi David! Inserting a new line in the regular expression so that line endings/transitions are matched may help. After that my multi-line regexp work. I wonder if the ant regexp multi-line mode is platform dependent as far as the line endings are concerned? Or if I missed something. :)

Re: postgres stored procedure sql task problem

2006-05-17 Thread Gareth Reakes
Hi, Very simplified version: CREATE OR REPLACE FUNCTION update_track_rating_average() RETURNS TRIGGER AS $update_track_rating_average$ \ BEGIN \ RETURN NULL; \ END; \ lineEnding

How to use replaceregexp in multi-line context?

2006-05-17 Thread David
Dear members, I would like to use the ant task replaceregexp in order to replace tablespace information on my sql scripts, my input file is some think like this: CREATE INDEX IX_2_lra_country ON @[EMAIL PROTECTED] (be_code) PCTFREE10 INITRANS 2 MAXTRANS 255 TABLESPACE @