Monday, January 5, 2009

Ant task allows user interaction during the build process by prompting for input.

<input
message="Please enter db-username:"
addproperty="db.user"
/>


For more details, please read Ant Manual online

No comments:

Post a Comment