| How to echo path? | How to echo path? 2007-04-04 - By Douglas McCarroll
Hi all,
I have a path that I'd like to output to the console.
For example:
<path id="my.path.id"> <pathelement location="${a.path}"/> <pathelement location="${another.path}"/> </path>
If I do this:
<echo message="${my.path.id}" />
I get this:
[echo] ${my.path.id}
I assume that the problem here is that I'm trying to treat an id as though it is a property, and it's not.
If you wanted to output the paths for debugging, what would you do?
TIA!
Douglas
--------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@(protected) For additional commands, e-mail: user-help@(protected)
|
|
 |