Found a possible way: variables in velocity are already strings.
One can directly run string methods on them, like $foo.replaceAll("a","e")
Take care, as it seems velocity only accepts methods with string arguments.
Take care, as velocity doesn't like backslashes. It didn't like my pattern
\., nor \\.
In the end I created the pattern "[a-zA-Z_0-9]" which for me worked changing
periods into slashes.

Regards, Jan



How would I get the path of a package (filepath) inside the andromda vsl
templates?

Regards, Jan.



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Andromda-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/andromda-user

Reply via email to