I checked the ibiblio archive, and the .jar file there is correct. A mystery.
On Sun, 21 Nov 2004 22:55:45 -0500, Jamie Orchard-Hays <[EMAIL PROTECTED]> wrote: > Turns out my javassist...jar file had source and html, not compiled > code. Once I figured that out and replaced it, all went fine. I'm not > sure if that was installed by auto download or if I had placed it there > a couple of weeks ago manually. > > Has anyone else encountered this problem? > > Jamie > > > > > On Nov 21, 2004, at 8:52 PM, Jamie Orchard-Hays wrote: > > > I keep getting this error: > > > > -compile-init: > > [echo] > > [echo] > > [echo] *** Compiling Java sources to target/classes ... > > [echo] > > [javac] Compiling 242 source files to > > /Users/jamieorc/jakarta/hivemind-1.1/framework/target/classes > > [javac] > > /Users/jamieorc/jakarta/hivemind-1.1/framework/src/java/org/apache/ > > hivemind/service/impl/ClassFabImpl.java:24: package javassist does not > > exist > > [javac] import javassist.CannotCompileException; > > [javac] ^ > > [javac] > > /Users/jamieorc/jakarta/hivemind-1.1/framework/src/java/org/apache/ > > hivemind/service/impl/ClassFabImpl.java:25: package javassist does not > > exist > > [javac] import javassist.CtClass; > > [javac] ^ > > [javac] /Users/jamieorc/jakarta/hivemind-1.1/framework/s > > > > > > > > I have javassist-3.0-rc-1.jar in the ext-package/lib directory. > > > > Thanks, > > Jamie > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Howard M. Lewis Ship Independent J2EE / Open-Source Java Consultant Creator, Jakarta Tapestry Creator, Jakarta HiveMind http://howardlewisship.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
