[Cdk-user] NPE in BasicAtomGenerator

2010-01-13 Thread Scooter Morris
Greetings, I've been trying to move my implementation over to the new renderer (using cdk-git-20091229.jar) and I ran into a problem with BasicAtomGenerator getting an NPE. The problem was simple to fix -- the parameters created a getDefault() but never used it, so I modified them to over

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