Re: [antxtras] Property helper "n/d" missing

2011-01-03 Thread Wascally Wabbit
Hello Peter, Can you send or post a snippet of your script that's having this problem? -The Wabbit P.N. wrote: Hello! Getting this strange message: [xtras:doforeach] The supplemental property helper "n/d" is not installed. What's wrong? What do I have to install? Using antxtras_3.0.0

Re: Ivy Roundup failing

2011-01-03 Thread Andre-John Mas
Hi, What happens when you paste the URL is a web browser? BTW It seems to work here. Will check again later. Andre On 3-Jan-2011, at 11:50, Alan Chaney wrote: > Hi > > I keep getting SERVER ERROR: Bad Gateway > url=http://ivyroundup.googlecode.com/svn/trunk/repo/modules/org.. > > Is an

Ivy Roundup failing

2011-01-03 Thread Alan Chaney
Hi I keep getting SERVER ERROR: Bad Gateway url=http://ivyroundup.googlecode.com/svn/trunk/repo/modules/org.. Is anyone else seeing this? Regards Alan

Re: [antxtras] Cannot echo variable

2011-01-03 Thread Wascally Wabbit
Hi Peter, Not sure why your original snippet did not work; it should. You're declaring a variable -- so you should use $var: not $ref: (variables and references are distinct). To define a string as a reference, use the scope='project' attribute of the component as in: I've attached an e

[antxtras] Property helper "n/d" missing

2011-01-03 Thread P.N.
Hello! Getting this strange message: [xtras:doforeach] The supplemental property helper "n/d" is not installed. What's wrong? What do I have to install? Using antxtras_3.0.0b1-build1083.45 and ant-1.8.1. Kind regards Peter --

Re: [antxtras] Cannot echo variable

2011-01-03 Thread P.N.
Found my problem: had to use $ref: instead of $var: Regards P. P.N. schrieb: Hello! I've got a problem with variables in the following snippet: Results in: [echo] TEST = ${$var:test} Seems, the reference to the variable is incorrect. Using antxtras_3.0.0b1-build1083.45 and ant-1.8.1.

Re: [antxtras] Cannot echo variable

2011-01-03 Thread P.N.
Hi Sourabh, this doesn't work, either, because it's not valid XML syntax. Trying to use it results in an error message: Element type "echo" must be followed by either attribute specifications, ">" or "/>". Thanks Peter sourabh chaki schrieb: Hi Peter, Here message is a string of value "

Re: [antxtras] Cannot echo variable

2011-01-03 Thread sourabh chaki
Hi Peter, Here message is a string of value "TEST = ${$var:test}" as it is quoted. Variable part should be unquoted. Try this. Thanks Sourabh On Mon, Jan 3, 2011 at 4:28 PM, P.N. wrote: > > Hello! > > I've got a problem with variables in the following snippet: > >     >     > > Resu

[antxtras] Cannot echo variable

2011-01-03 Thread P.N.
Hello! I've got a problem with variables in the following snippet: Results in: [echo] TEST = ${$var:test} Seems, the reference to the variable is incorrect. Using antxtras_3.0.0b1-build1083.45 and ant-1.8.1. What's wrong??? Kind regards Peter --

Re: Problems while migrating from ant 1.7.1 to ant 1.8.2

2011-01-03 Thread Michael Ludwig
Mohan schrieb am 03.01.2011 um 01:38 (-0800): > > I'm new to using ant. But we already have a process in place which > makes use of ant 1.7.1. > > I'm now working on that and migrating it from ant 1.7.1 to ant 1.8.2. > > But I get a strange error when I'm using ant 1.8.2 (which doesn't > occur

Problems while migrating from ant 1.7.1 to ant 1.8.2

2011-01-03 Thread Mohan
Hi, I'm new to using ant. But we already have a process in place which makes use of ant 1.7.1. I'm now working on that and migrating it from ant 1.7.1 to ant 1.8.2. But I get a strange error when I'm using ant 1.8.2 (which doesn't occur with ant 1.7.1) which is as follows: jar:file:/ant-1.8.2