September 10, 2006 8:46 AM
To: Ant Users List; Ant Users List
Subject: RE: antcontrib:for
Try ${${proj}}.
-Original Message-----
From: Ray Madigan [mailto:[EMAIL PROTECTED]
Sent: Sun 9/10/2006 11:52 AM
To: Ant Users List
Subject: antcontrib:for
I have a target that I pass in a variable
I have a target that I pass in a variable that I would like to fetch the
value of the property to us as the list parameter in a for tag.
...
Is this possible? any suggestions would be appreciated.
Thanks
-
I have a bunch of functions that I need to write to my SQL database. The
functions contain quoted strings that span many lines like
'DECLARE seq RECORD;
BEGIN SELECT * INTO seq FROM ...;
IF FOUND THEN
UPDATE ...;
END IF;
IF NOT FOUND THEN
RETURN ...;
END IF;
RETURN NULL;
END;'
Is
Thanks!
I have made the changes and it works like a champ!
Thanks for all of your help.
-Original Message-
From: Peter Reilly [mailto:[EMAIL PROTECTED]
Sent: Thursday, March 10, 2005 8:06 AM
To: Ant Users List
Subject: Re: HELP! ant 1.6.2
Ray Madigan wrote:
>Yep - meakin.jar had
xrmant.jar to see if they contain a copy of
RuntimeConfigurable
Peter
Ray Madigan wrote:
>--- Ant diagnostics report ---
>Apache Ant version 1.6.2 compiled on July 16 2004
>
>---
> Implementation Versio
1:30 AM
To: Ant Users List
Subject: Re: HELP! ant 1.6.2
What is the output of
ant -diagnostics
Peter
Ray Madigan wrote:
>I have a project that has worked for almost forever. I just moved to ant
>1.6.2 and I get a strange error.
>
>If I run ant -diagnostic everything seems ok.
I have a project that has worked for almost forever. I just moved to ant
1.6.2 and I get a strange error.
If I run ant -diagnostic everything seems ok. I am missing junit stuff and
something else, but not likely to be the problem.
On my class path I have only JAVA_HOME
I have taken stuff out o
I have a complicated development environment and want to do something like
the following:
all.list=alist,blist,clist
alist=a,b,c
blist=d,e,f
clist=g,h,j
mailto:[EMAIL PROTECTED]
Sent: Monday, September 27, 2004 4:06 PM
To: [EMAIL PROTECTED]
Subject: RE: truncating a directory
Hi Jan