One of our steps involves calling a Java program which takes a number of arguments, and the last few are varargs, for lack of a better description. I have a list, e.g., "foo,bar,baz", in a property, which should be mapped to foo.jar, bar.jar, and baz.jar as the final arguments. I spent a little time trying to figure out how to make some kind of a mapper get the ".jar" appended (unsuccessfully, if someone wants to help me decode the documentation about those), but then I suddenly had the realization that I wasn't going to be able to pass them to Java in the end, because I don't have a way to construct an unknown number of <arg> elements.
Or do I and I just haven't found it? Judy Anderson Rocket Software --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]