ANT: Copy contents of multiple filesets with same files in order of priority
问题 I'm trying to build a web application which takes it's class files from multiple locations. These locations can contain the same class files. I need to be able to specify a priority so that some locations take priority over others when copying the classes across. We have separate ant scripts which build the WAR file. This build is to hotswap in any changed classes whilst I am developing. So this build must be quick. For example, my two class locations are: /bin /build/classes I want classes