On Mon, 7 Oct 2002, Software AG <[EMAIL PROTECTED]> wrote: > Does anyone know how to perform conditional execution, just like the > javac task does it?
Write (or use) a task to do so. > I want to create and sign jars, but if and only if the content has > changed (file time is sufficient). <jar> will take care of the create part, using <signjar>'s signedjar attribute should make it only sign new jars. Stefan -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>