Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rcdkjar fails to compile with CDK nightly, missing IsotopeFactory #18

Closed
sneumann opened this issue Feb 21, 2014 · 3 comments
Closed

rcdkjar fails to compile with CDK nightly, missing IsotopeFactory #18

sneumann opened this issue Feb 21, 2014 · 3 comments

Comments

@sneumann
Copy link
Member

Hi, I am trying to compile with an updated cdk.jar.
While it works with the included cdk-1.5.2, it does not work
with the download of cdk-1.5.5.ar from sf.net nor the nightly.
This is with javac 1.7.0_51 on Linux.

    [javac] /vol/R/rguha/cdkr/rcdkjar/src/org/guha/rcdk/util/Misc.java:188: error: cannot find symbol
    [javac]             IsotopeFactory ifac = IsotopeFactory.getInstance(DefaultChemObjectBuilder.getInstance());
@sneumann
Copy link
Member Author

Same problem with stock cdk-1.5.2 downloaded from sf.net, and same with openjdk-6-jdk-6b27
All in all, the rcdkjar/jars/cdk-1.5.2.git.jar has ~2000 files more in it than the sf.net download.
Full trace is in http://pastebin.com/T5M2aUjs
Is there anything special I need to do to update rcdklibs to nightly ? Yours, Steffen

@rajarshi
Copy link
Collaborator

Hmm, did you do a git pull for the whole cdkr repo? the cdk jar in
rcdkjar/jars should be

cdk-1.5.5.git.jar

On Fri, Feb 21, 2014 at 6:47 AM, sneumann notifications@github.com wrote:

Same problem with stock cdk-1.5.2 downloaded from sf.net, and same with
openjdk-6-jdk-6b27
All in all, the rcdkjar/jars/cdk-1.5.2.git.jar has ~2000 files more in it
than the sf.net download.
Full trace is in http://pastebin.com/T5M2aUjs
Is there anything special I need to do to update rcdklibs to nightly ?
Yours, Steffen

Reply to this email directly or view it on GitHubhttps://github.com//issues/18#issuecomment-35724067
.

Rajarshi Guha | http://blog.rguha.net
NIH Center for Advancing Translational Science

@sneumann
Copy link
Member Author

Most likely a problem on my side. Since #15 is now closed anyway, this is moot.
Sorry for the noise, Steffen

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants