Hi all, Is there any way to generate the build.xml file for a corresponding Project object (other than by hand)?
The specific thing I am trying to do is to use Ant as an installer. The idea is, as I collect user responses, I can build the Project and its Targets on the fly. And as I go, I can also build the corresponding uninstall script by creating another Project that contains all the undo-actions. Of course, this uninstall Project has to be saved to disk for later use, and the most obvious format to save it in would be an uninstall.xml, which would be trivial for the uninstaller to process. I'm open to any thoughts about this. Thanks Keith --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
