From: Brian Millett <snip>
> > > Is there a way to see what file it was compiling when it died? > > > > > > Thanks. > > > > Try to start Ant with the "verbose" parameter: > > > > ant -verbose > > > > But usually Ant shows the complete error message of build failures. > > Cool, is this an ant problem? <snip/> I think so. You can try to run Ant with JDK1.3 or JDK1.4. Have a look at the <javac>-task which provides the possibility to set the compiler explicitly. -- Reinhard --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
