On Wed, 7 Apr 2004, <[EMAIL PROTECTED]> wrote: > Since the Hotswap task won't work unless the JDk is 1.4 or greater > (because of the JPDA), can it really be considered for inclusion > into ant proper?
I don't have any opinion on the task itself (yet) so I'll only comment on the JDK 1.4 question. There are a couple of tasks in Ant that require a specific JDK version - the optional jarlib-* tasks require JDK 1.3+ for example. All we'd do is (1) ensure that we have conditional compilation for it in build.xml, (2) call it an optional task and (3) put it into ant-nodeps.jar not ant.jar. Stefan --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]