Hello,

now I use an external Task in the NB IDE with a
costumized ant shell script, where I set the
environment hard wired.

There was some more problems than only javac, e.g.
java, jar, signjar. So if I use the hard wired environment
with JDK1.4.0-beta my problems are gone.

I am still waiting for a JDK1.4.0 like NB :)

-- 
Thanks Uwe



Stefan Bodewig wrote:
> 
> On Tue, 24 Jul 2001, Uwe Guenther <[EMAIL PROTECTED]> wrote:
> 
> > So if I start an javac task, Ant compiling my sources with jdk 1.3
> > compiler.
> 
> Apart from using jikes and setting includejavaruntime to false and
> adding the rt.jar of jdk 1.4 to this tasks classpath - no.
> 
> Once <javac> gains a fork attribute, things may be different.
> 
> Stefan

Reply via email to