To all who have the cdk-1.4.x series checked out from Git,

there was a long-standing regression in the descriptor specifications
due to the move to Git, causing the $Id$ values not automatically
updated anymore. Git has since a while (but not when we moved away
from SVN) support for this keyword replacement, and I now installed
.gitattributes files in the appropriate places.

But...

Git will not update those values until you checked out the descriptor
again. I found this to work well, to get those Id's set again:

1. delete all descriptor .java sources
2. check them out again

For example, on the command line:

$ \rm -Rf src/main/org/openscience/cdk/qsar/descriptors
$ git checkout src/main/org/openscience/cdk/qsar/descriptors

I hope this helps,

Egon

-- 
Dr E.L. Willighagen
Postdoctoral Researcher
Institutet för miljömedicin
Karolinska Institutet (http://ki.se/imm)
Homepage: http://egonw.github.com/
LinkedIn: http://se.linkedin.com/in/egonw
Blog: http://chem-bla-ics.blogspot.com/
PubList: http://www.citeulike.org/user/egonw/tag/papers

------------------------------------------------------------------------------
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security 
threats, fraudulent activity, and more. Splunk takes this data and makes 
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2d-c2
_______________________________________________
Cdk-user mailing list
Cdk-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cdk-user

Reply via email to