Hi, Adam,

thanks for looking into this. Your diagnosis is mainly tight: The code generator (chainGenerator) ought to load the class AttributeSG in order
to create a derived class.


In the past, you had been completely right: The task required the
*compiled* class AttributeSG. However, this is no longer the case: The
current implementation is able to parse the sources.

What seems to happen is this:

- The generator attempts to load the compiled class. This fails with
  a ClassNotFoundException.
- The generator attempts to load the source file. It does so via the
  same classpath (which is probably an abuse of classpaths, but that's
  how it is). That's the reason why ${src.jm} is in the classpath.
- Finally, as both attempts fail, it throws the ClassNotFoundException
  from the first step.

Considering this, and the strange things that Gump does with classpaths: Is it possible, that the directory ${src.jm} (aka src/jaxme) must be
added to the project descriptor?



Regards,

Jochen

--
http://lilypie.com/baby1/050423/1/5/1/+1

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



Reply via email to