Re: AW: using dynamic declarations..

2009-10-19 Thread EetieD
Thanks for all the replies! (I used propertycopy, which it works perfect for me.) Knuplesch, Juergen wrote: > > Maybe use propertycopy from antcontrib package. > > > Juergen > -- > Jürgen Knuplesch > -Ursprüngliche Nachricht-

using dynamic declarations..

2009-10-15 Thread EetieD
alue.${id}}' literaly. If possible, how can I still use this construction? I hope someone can help. Thanks!! EetieD ${value.${id}} ${value.3} -- View this message in context: http://www.nabble.com/using-dynamic-declarations..-tp25

Re: problems importing table...

2009-10-14 Thread EetieD
Oops.. :-P thanks again! EetieD wrote: > > I got some problems importing with an imp statement. I am trying to see a > dump while importing one table, but unfortunately, I got the message: << > Table "ADDRESS" not found in export file >>. The 'blah.

problems importing table...

2009-10-13 Thread EetieD
I got some problems importing with an imp statement. I am trying to see a dump while importing one table, but unfortunately, I got the message: << Table "ADDRESS" not found in export file >>. The 'blah.dmp' is not exported by 'user1'. What can be the cause of the error message? imp show=y tables

Re: for statement possibilities

2009-10-13 Thread EetieD
Thanks, very useful! Francis Galiegue-4 wrote: > > On Tue, Oct 13, 2009 at 12:11, EetieD wrote: >> >> Hi all, >> >> I am using the 'for-statement' from Ant-Contrib. I have two questions >> about >> it: >> >> 1. Is it possi

for statement possibilities

2009-10-13 Thread EetieD
e again someone can help me. Thanks! EetieD. -- View this message in context: http://www.nabble.com/for-statement-possibilities-tp25870237p25870237.html Sent from the Ant - Users mailing list archive at Nabble.com. - To unsu

Re: isset within macrodef...

2009-10-05 Thread EetieD
That is it! Thanks. Francis Galiegue-4 wrote: > > On Mon, Oct 5, 2009 at 09:28, EetieD wrote: >> >> Hi, >> >> I am trying to use "> has been set. When I use the code below, it never comes into the part >> af

isset within macrodef...

2009-10-05 Thread EetieD
Hi, I am trying to use " -- View this message in context: http://www.nabble.com/isset-within-macrodef...-tp25746232p25746232.html Sent from the Ant - Users mailing list archive at Nabble.com.

not to display message 'deleting...'

2009-09-30 Thread EetieD
Is there a way not to display the message 'deleting a file...' when Apache ANT is actually deleting a file? When I do this: I see the message: [delete] Deleting: d:\pro.txt... For the product flow, it shouldn't display this message because of the clarity. I hope someone can help me. Thanks!

Re: use variable params in an antcall

2009-09-18 Thread EetieD
Ah thanks! That was an useful answer! EetieD wrote: > > I would like to put a variable set of params into a antcall, but > unfortunately, I got the message 'antcall doesn't support the nested "for" > element.' :-( I put my code below... > > Is

use variable params in an antcall

2009-09-18 Thread EetieD
I would like to put a variable set of params into a antcall, but unfortunately, I got the message 'antcall doesn't support the nested "for" element.' :-( I put my code below... Is there an other way to add a variable set of params into an antcall? I hope someone can help. Thanks!