---- Sulev Sild <s...@chem.ut.ee> schrieb: > Hi, > > On Jan 07, Yannick Djoumbou wrote: > > I am a newbie to CDK. I just downloaded the 1.3.1 version. I started writing > > some scripts in Ruby for similarity assessment a while ago. Since I want to > > continue using this nice language for my work, I was wondering if it is > > possible to do it using the Java-based CDK's source code.This will mean > > import > > it from a ruby script. This will allow me to do a lot of stuff using CDK and > > ruby. If it is possible, how to do this? Is there any documentation for > > that? > > For example, if I want to use CDK to do smarts matching, and used a > > standalone > > Ruby script for further processing. I need your help. > > I noticed also that the ruby CDK project has not been updated for a while > > now. > > Take a look at: http://rubyforge.org/projects/rcdk/ > > There is also a nice introductory article: > http://depth-first.com/articles/2007/10/04/ruby-cdk-for-newbies > > I personally have not used CDK with ruby it, but it should work. > > Best wishes, > Sulev > > ------------------------------------------------------------------------------ > This SF.Net email is sponsored by the Verizon Developer Community > Take advantage of Verizon's best-in-class app development support > A streamlined, 14 day to market process makes app distribution fast and easy > Join now and get one step closer to millions of Verizon customers > http://p.sf.net/sfu/verizon-dev2dev > _______________________________________________ > Cdk-user mailing list > Cdk-user@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/cdk-user
Hi The cited package RCDK uses a quite old CDK version. You could try the newer version from http://github.com/sklemm/rcdk-ng, which uses CDK 1.2.3 (Had no time to update it so far) You can also give Ruby Java Bridge a try and include the CDK library into Ruby scripts as described here: http://depth-first.com/articles/2006/08/26/scripting-java-libraries-with-ruby-java-bridge Sebi ------------------------------------------------------------------------------ This SF.Net email is sponsored by the Verizon Developer Community Take advantage of Verizon's best-in-class app development support A streamlined, 14 day to market process makes app distribution fast and easy Join now and get one step closer to millions of Verizon customers http://p.sf.net/sfu/verizon-dev2dev _______________________________________________ Cdk-user mailing list Cdk-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/cdk-user