Re: Reading XML

2008-06-02 Thread Gilbert Rebhan
Steven Guitar schrieb: Is it possible for ant to read an XML file and package binaries according to what the XML file dictates at run time? Or would i have to create a custom task for that? Ant can handle a xmlproperty file and your ant script may be driven by the properties defined in that fi

RE: Reading XML

2008-06-02 Thread Loehr, Ruel
It depends what you mean by package binaries. One could argue that an ant script (which is xml) that instructs to create a zip would satisfy your question. From: Steven Guitar [EMAIL PROTECTED] Sent: Monday, June 02, 2008 1:34 PM To: user@ant.apache.or