In the build.xml file for the Ant tool , I am trying to run a class with the command line argument. I mean the purpose is like: java Client create where Client is the class name and create is just an argument
How can I modify for this in the following portion of my build.xml
I want to add the argument "create" after the class name --------------------------