0

I have several properties file in my resources folder. Based on user input, I need to build a JAR with Apache ANT and place it and the corresponding property file separately in the output folder.

I am very new to ANT and have no idea on how to define the build.xml. Appreciate if anyone can help.

kenn3th
  • 1,187
  • 2
  • 22
  • 47
jack
  • 43
  • 11

1 Answers1

0

The input task will allow you to prompt for user input, either free form or multiple choice, and create a property containing the user's input.

Stavr00
  • 3,219
  • 1
  • 16
  • 28