On 9/9/02 12:53 PM, "Dominique Devienne" <[EMAIL PROTECTED]> wrote: > Then in Ant's <javac>, conditionally include/compile/package the correct > code depending on the jdk/platform, as Ant does itself when compiling its > optional jar.
The trick is to remember the distinction between runtime and compile time portability; as soon as you pre-process or otherwise tailor your build to the compile time platform, you lose that runtime portability. L. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
