Justin Permar wrote:
Sorry that this problem seems to never end! If you would be so
kind as to help a little more..

the .class file is indeed listed on the classpath, as I
thought. It still reports a ClassNotFoundException. However, I
think that's not the actual cause of the problem. What I think
is the cause is that it isn't using (or can't find) the .xinfo
file. These are (imo) the relevant bits of the log output:

[DEBUG ] (hello.classloader): classpath: .... /home_local/jpermar/midcvs/perseus/output/classes/edu/mit/ll/perseus/hello/HelloComponent.class

[DEBUG ] (hello.classloader.types): type install count: 0

So, how do I specify the .xinfo files it should refer to?

When you run the meta task, it places the output in the destination directory declared in the task declaration. The destination directory should declared to be the same the directory into which the compiled classes are placed - e.g. perseus/output/classes.


On completion of the meta and javac processing you should have the following files in the same directory:

  HelloComponent.class
  HelloComponent.xinfo

Stephen.

--

|---------------------------------------|
| Magic by Merlin                       |
| Production by Avalon                  |
|                                       |
| http://avalon.apache.org              |
|---------------------------------------|


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to