On Fri, 26 Apr 2002, Jamie Echlin <[EMAIL PROTECTED]> wrote: > which suggests it's got the 1.4 tools and rt but is not starting the > 1.4 compiler...
Yes, you are correct. I thought Ant would use the user specified classpath when loading the compiler, but it doesn't (<rmic> does so, at least in the weblogic case). Sorry for the confusion. One thing I haven't tried is forking <javac> - in 1.4.1 Ant didn't try to be smart when searching for javac, it would use the javac that is in your PATH. Setting your PATH so that the javac of JDK 1.4 would be used and using forked javac will probably work, but may break other tasks. Other than that <exec>ing a new instance of Ant is probably the only choice in 1.4.1. Stefan -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
