What's one to use in Ant to be JDK 1.1 equivalent to this:

String[] names = (String[]) namesVector.toArray(new
String[namesVector.size()]);

And I hope it's not a manual enumeration... I don't see it in
CollectionsUtil.

Thanks, --DD

PS: JDK 1.1 is really a PITA IMHO. Lets go Java 2 at least!!!

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to