* Longie <[EMAIL PROTECTED]> [2005-01-31 06:19]:
> Hello
> 
> I am not sure if this is the correct place to post this but i am sure
> somebody can help.
> 
> I have a GUI written in java and i am parsing the build.xml for ant. I
> can parse through it and print out the different targets. The next step
> is to put each target into a vector or hashtable. SO i have two questios
> 
> 1) Is it better to load the xml file into a vector or hashtable so that
> i can read the  varsious targets set in the build.xml file

    Use a java.lang.Set.

--
Alan Gutierrez - [EMAIL PROTECTED]

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

Reply via email to