Magesh, Check if there is a java.exe in you winnt\system32 directory. Sometimes this can confuse Ant into thinking it is using a later version of the compiler.
Conor > -----Original Message----- > From: Magesh Umasankar [mailto:[EMAIL PROTECTED] > Sent: Wednesday, 1 May 2002 7:57 AM > To: Ant Developers List > Subject: Error bootstrapping w/ IBM JDK 1.1.8 > > > build: > Created dir: D:\jakarta-ant\build\lib > Compiling 249 source files to > D:\cvsroot\Projects\jakarta-ant\build\classes > javac: invalid flag: -sourcepath > use: javac [-g][-O][-debug][-depend][-nowarn][-verbose][-classpath > path][-nowrit > e][-deprecation][-d dir][-J<runtime flag>] file.java... > > BUILD FAILED > D:\jakarta-ant\build.xml:526: Compile failed; see the compiler > error output for details. > > Total time: 10 seconds > > ANy quick fix available? Or is this something > we can ignore for now? > > Cheers, > Magesh > > ******************************************************** > * Lecture: An art of transferring information from * > * the notes of lecturer to the notes of the students * > * without passing through "the minds of either". * > ******************************************************** > > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
