原文:How can you tell an ant build file to recursively add all files in the bin directory to a jarfile?
I have the following ant build file which is supposed to package all class files in the bin directory into a jarfile: <?xml version="1.0" encoding="utf-8"?> <project name="...