>
> I currently try to get an overview over the existing different maven
> atifacts that the cdk provides. However, I am a bit overwhelmed by the
> sheer amount of different artifacts. Is there a good overview or
> introduction that explains, which features are found in which artifact and
> where to start with?


Unfortunately not, I'll write one at some point but the truth is that it's
a bit of a mess in some places. Because it was originally one single source
tree it's taken a long tedious time to tease functionality apart and
sometimes it just wasn't possible to decouple or put things in the right
place. Typically CDK modules are organised by their dependancies rather
their functionality. For example:

 > If you want all IFingerprinter implementations you must include
cdk-fingerprint, cdk-signature, and cdk-smiles (might be another one I'm
forgetting).
 > If you want to read CML you only need (cdk-io), to write cml you need
(cdk-libiocml).

If you go to the GitHub repo (https://github.com/cdk/cdk/) and press the
"t" key you can type in a filename and it will quickly tell you where it is
located.

I do not like to use the bundle, as it is messing up my logger
> configuration.


Hmm.. that might be via JNI-InChI. Anyways let me know why it's messing up
as we should fix it, I seem to remember I had problems before hand when
using Log4J.

John

On 23 May 2017 at 13:04, Till Schäfer <till2.schae...@tu-dortmund.de> wrote:

> Hi,
> I currently try to get an overview over the existing different maven
> atifacts that the cdk provides. However, I am a bit overwhelmed by the
> sheer amount of different artifacts. Is there a good overview or
> introduction that explains, which features are found in which artifact and
> where to start with? I do not like to use the bundle, as it is messing up
> my logger configuration.
>
> Regards,
> Till
> --
> Dipl.-Inf. Till Schäfer
> TU Dortmund University
> Chair 11 - Algorithm Engineering
> Otto-Hahn-Str. 14 / Room 237
> 44227 Dortmund, Germany
>
> e-mail: till.schae...@cs.tu-dortmund.de
> phone: +49(231)755-7706
> fax: +49(231)755-7740
> web: http://ls11-www.cs.uni-dortmund.de/staff/schaefer
> pgp: https://keyserver2.pgp.com/vkd/SubmitSearch.event?&&;
> SearchCriteria=0xD84DED79
>
> ------------------------------------------------------------
> ------------------
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> _______________________________________________
> Cdk-user mailing list
> Cdk-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/cdk-user
>
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Cdk-user mailing list
Cdk-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cdk-user

Reply via email to