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: hivemind-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: hivemind-user-help@jakarta.apache.org
>
---------------------------------------------------------------------
To unsubscribe, e-mail: hivemind-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: hivemind-user-help@jakarta.apache.org
|