In the process of building the latest Cocoon release I notice that shell scripts are still being used to build list of libraries from a subdirectory in order for them to be included in a classpath.
It would be really useful if this facility were built into ant so that classpath could take a path of the form "lib/*.jar" etc. This would remove another of the 'platform specific' issues inherent in using shell scripts to pre-configure Ant for correct building. Stuart Roebuck.
