On Fri, 04 Jan 2002, Kyle Adams <[EMAIL PROTECTED]> wrote: > It seems Jar.java overrides Zip.java's implementation of the > setWhenempty method, so the whenempty attribute is pretty much > worthless when used with a Jar.
Well, just because of what the warning message says, Ant generated jars are never empty 8-) > Finally, this change means I'm ending up with a bunch of empty JARs > in my classpath, and makes it a lot harder to create a generalized > build script for use on multiple projects. You can always use <zip> instead of <jar> directly. Stefan -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
