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
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
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
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
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
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
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
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
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 -
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
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
>
> output="depotMSIBuildLog.txt"
> executable="C:\Program
Files\InstallShield\Developer\System\IsCmdBld.exe">
Shouldnt made any problems so far...
>
>
>
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
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. :)
Hi,
Very simplified version:
CREATE OR REPLACE FUNCTION update_track_rating_average() RETURNS
TRIGGER AS $update_track_rating_average$ \
BEGIN \
RETURN NULL; \
END; \
lineEnding
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 @
16 matches
Mail list logo