Re: [Cdk-user] DepictionGenerator - unregistered IGenerator when in jar

2016-08-23 Thread John M
@cdkuser list - resolved due to downstream project including the CDK 1.5.11. Regards, John W May john.wilkinson...@gmail.com On 23 August 2016 at 09:37, John M wrote: > Nothing odd there... do you have the projected hosted? If not, are you > able to send the zip

Re: [Cdk-user] DepictionGenerator - unregistered IGenerator when in jar

2016-08-23 Thread John M
Nothing odd there... do you have the projected hosted? If not, are you able to send the zip just to me? Pretty sure I can work out what's interfering but difficult remotely. Could maybe also try the snapshot build? Repository: *https://oss.sonatype.org/content/repositories/snapshots/

Re: [Cdk-user] DepictionGenerator - unregistered IGenerator when in jar

2016-08-23 Thread Staffan Arvidsson
So I create a DepictionGenerator instance within a class, which is then called repeatedly for depicting IAtomContainers. My original usage was something like this; DepictionGenerator generator = new DepictionGenerator() .withOuterGlowHighlight() .withParam(StandardGenerator.Visibility.class,

Re: [Cdk-user] DepictionGenerator - unregistered IGenerator when in jar

2016-08-22 Thread John M
Okay, how are you interacting with the depiction generator? John Regards, John W May john.wilkinson...@gmail.com On 22 August 2016 at 14:37, Staffan Arvidsson wrote: > Hi John, > > I'm not using any other depiction-depending stuff in the other projects > that I've

[Cdk-user] DepictionGenerator - unregistered IGenerator when in jar

2016-08-22 Thread Staffan Arvidsson
I've been using the DepictionGenerator quite a bit, and it's been working perfectly until now. I just refactored an old project and split it into pieces and put the image-depiction in a separate jar-file, now the DepictionGenerator start to throw an IllegalAccessError; Exception in thread "main"