Re: '$$' escape syntax does not work with macros?

2007-04-03 Thread Jacob Kjome
Probably along the same lines as this bug... properties get double expanded in http://issues.apache.org/bugzilla/show_bug.cgi?id=41400 Jake At 06:48 PM 4/3/2007, you wrote: >Hi Ant Users, > >It looks like '$$' escape syntax does not work with macrodefs. > >I wrote the following test: > > >

'$$' escape syntax does not work with macros?

2007-04-03 Thread Vladimir Egorov
Hi Ant Users, It looks like '$$' escape syntax does not work with macrodefs. I wrote the following test: The output is: test: [echo] ${basedir} --> as expected [echo] path/to/current/dir--> bug? Am I using this incorrectly

RE: capturing or echoing the output of the copy task

2007-04-03 Thread Res Pons
cancel that please. I overlookd the -verbose attribute. Original Message Follows From: "Res Pons" <[EMAIL PROTECTED]> Reply-To: "Ant Users List" To: user@ant.apache.org Subject: capturing or echoing the output of the copy task Date: Tue, 03 Apr 2007 10:22:07 -0700 The copy task only ech

capturing or echoing the output of the copy task

2007-04-03 Thread Res Pons
The copy task only echoes the number of files copied but it does not show the actual file names being copied. I don't see an attribute for this task. How can I force the copy task to show the list of files being copied w/o writing tons of code or echo statments? e.g. Target: [copy] Copy

RE: build problem

2007-04-03 Thread Byron Vonthal
Try adding ant-contrib.jar It has a lot of nifty tasks, including some looping abilities. http://ant-contrib.sourceforge.net/tasks/tasks/index.html -Original Message- From: Emir Mahmut BAHSI [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 03, 2007 2:06 AM To: Ant Users List Subject: RE: b

RE: Trapping ORA errors in ANT

2007-04-03 Thread Karr, David
I also crossed this road, and I ended up using Jakarta Jelly to do this. It gives me specific Oracle errors, and it allows me to write more of a script, with reusable values and methods. > -Original Message- > From: Pankaj Arora01 [mailto:[EMAIL PROTECTED] > Sent: Monday, April 02, 2007

Re: build problem

2007-04-03 Thread Steve Loughran
Emir Mahmut BAHSI wrote: Thank you very much. It easier than I expected to use xml and create files manually. While I was implementing some simple conditional stuff I wanted to create loop structure. I looked for parallel and sequential tasks but I couldn't find any loop structure. Does Ant h

RE: build problem

2007-04-03 Thread Emir Mahmut BAHSI
Thank you very much. It easier than I expected to use xml and create files manually. While I was implementing some simple conditional stuff I wanted to create loop structure. I looked for parallel and sequential tasks but I couldn't find any loop structure. Does Ant has any sequential and paral