Hello,
Is it possible to create and parse a repository at run time without having the
compiled classes in the classpath ? I would like to create a repository
object at runtime and then generate the corresponding java sources from it...
EG:
DescriptorRepository dr = DescriptorRepository.getDefaultInstance();
ClassDescriptor cd = rd.getDescriptorFor("A");
cd.getObjectReferenceDescriptorByName("B");
getObjectReferenceDescriptorByName throws a "ClassNotFoundException" if the
class A is not in the classpath (same with getCollectionDescriptorByName but
ok with field descriptor)
Thanks
Patrick M.
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>