Bad idea, never mind. :( --- Matt Benson <[EMAIL PROTECTED]> wrote: > Could it be that you need to recompile Ant? > > -Matt > > --- David McTavish <[EMAIL PROTECTED]> wrote: > > > > Here's my problem. Our build scripts worked > > perfectly yesterday when we were > > running on JDK1.4 with Ant1.5. Now, we have to > roll > > back to jdk1.3.1 so that > > our app can run on FreeBSD. No problem, we've > rolled > > back the code base so > > we're not using any JDK1.4 goodies, and everything > > should be fine and dandy. > > Unfortunately not so... now, when I run the > compile > > target of my build > > script I get the following error: > > > > compile.impl: > > [javac] Compiling 20 source files to > > M:\dmctavish_jdk13\sw\application\util\ > > classes > > > > BUILD FAILED > > java.lang.UnsupportedClassVersionError: > > com/sun/tools/javac/Main > > (Unsupported ma > > jor.minor version 48.0) > > at > java.lang.ClassLoader.defineClass0(Native > > Method) > > at > > > java.lang.ClassLoader.defineClass(ClassLoader.java:488) > > at > > > java.security.SecureClassLoader.defineClass(SecureClassLoader.java:106) > > > > > > I've truncated it as you get the idea. > > This chokes on the very first file it attempts to > > compile. Any ideas would > > be greatly appreciated. > > > > d. > > > > -- > > To unsubscribe, e-mail: > > <mailto:[EMAIL PROTECTED]> > > For additional commands, e-mail: > > <mailto:[EMAIL PROTECTED]> > > > > > __________________________________________________ > Do you Yahoo!? > Yahoo! News - Today's headlines > http://news.yahoo.com > > -- > To unsubscribe, e-mail: > <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: > <mailto:[EMAIL PROTECTED]> >
__________________________________________________ Do you Yahoo!? Yahoo! News - Today's headlines http://news.yahoo.com -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
