Re: [Cdk-user] CDK descriptors list

2010-01-13 Thread Rajarshi Guha
On Wed, Jan 13, 2010 at 6:36 AM, Vincent Le Guilloux wrote: > Quoting Rajarshi Guha : > >> On Tue, Jan 12, 2010 at 4:15 PM, Vincent Le Guilloux >> wrote: >>> > As we are actually in the CDK jar when > using the DescriptorEngine, to my mind there is no need to pass through the > classpath to get d

Re: [Cdk-user] CDK descriptors list

2010-01-13 Thread Vincent Le Guilloux
Quoting Rajarshi Guha : > On Tue, Jan 12, 2010 at 4:15 PM, Vincent Le Guilloux > wrote: >> The problem is actually the java.class.path property. This property >> does not actually contains the full classpath, but only the classpath >> as defined at the application startup. This results, in my cas

Re: [Cdk-user] CDK descriptors list

2010-01-12 Thread Rajarshi Guha
On Tue, Jan 12, 2010 at 4:15 PM, Vincent Le Guilloux wrote: > The problem is actually the java.class.path property. This property > does not actually contains the full classpath, but only the classpath > as defined at the application startup. This results, in my case, in a > single jar file explor

[Cdk-user] CDK descriptors list

2010-01-12 Thread Vincent Le Guilloux
Dear CDKers, I would like to point a little issue concerning CDK descriptors calculation. In my application, the user has the possibility to calculate one, several or all CDK descriptors using a checking tree. To build this tree, I have to get all descriptors classes, and corresponding des