Executable JAR & Ant
问题 I'm writing an Ant build.xml file for an executable JAR for the first time, and am stumped as to what I need to include in the JAR. The project can be thought of being composed of the following: The source code A handful of dependency JARs A Spring configuration file (XML) for IoC via ClassPathXmlApplicationContext Here's my question: since this is an executable JAR, should I be JARring up all the dependency JARs as well, or should I keep them separate? I suspect I need to include them in the