Ryan,
Sounds like you're using maven 1...lists/arrays are not directly supported.
Instead, specify the property value as a delimited string (e.g.,
foo.property=1,2,3,4,5) and use the jelly util:tokenize[1] tag to split
the property into a variable based on a delimiter (e.g., comma). Then
you can use core:forEach on the newly create variable.
[1]
http://jakarta.apache.org/commons/jelly/libs/util/tags.html#util:tokenize
HTH,
Doug
rturnbull wrote:
Hello to all,
I'm trying to make a variable in the project.properties file that an
array. This array will then be looped through with a forEach from the
jelly:core library. Is it possible to declare or even use arrays in the
project.properties file?? Please let me know as I have the code
written, all I need is this array and everyone at work here will be very
happy.
Thanks
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]