Someone wrote today:
> I have problem to compile CDK due to missing classes in SMARTSParser.
> any idea why that could be? known problem?

Yeah, Eclipse 'forgot' to run the 'javacc' Ant build.xml target.

Double click the build.xml resource, open the Outline, and look for
the javacc target. Right click on it will give you a 'Ant build'
option somewhere in the popup menu. Run that, and make sure the output
shows up in the Console.

Then, do a 'refresh' on the CDK project in the Package Explorer, and
make sure it really does. This seems to take some convincing with
Eclipse3.3, and I have to do this 'refresh' a few time before it
really sees that new stuff appeared on the hard disk :(

Alternatively, run from the command line 'ant javacc' and do the
refresh in Eclipse.

Egon

-- 
----
http://chem-bla-ics.blogspot.com/

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Cdk-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/cdk-user

Reply via email to