Hi. First off. Thanks for developing JSC. I look forward to using it.

The destroy method in CacheAccess is deprecated but there is no comment about what 
replaces it. Does anyone know?

I've spent quite a bit of time yesterday getting JCS to compile inside of Eclipse. The 
main issues were that the directory structure work for Ant but not well for Eclipse. 
Basically, I think that the best organization for Eclipse looks like this:

    \project
        \src
            \experimental
            \org
            \test

And the package statement for each class reflects the actual directory location inside 
of always starting at \org. Maintaining this directory structure has the side affect 
of verifying that your private/public keywords are correct since the test code is not 
in the same package it acts as third-party code.

I'll be happy to zip up my Eclipse project and place it on an FTP site if anyone 
thinks it might be useful. Getting the JCS and its dependent projects compiled took 
three or four hours. If I can save someone else that time, I'd be happy to.

I definitely think that the Eclipse style of development can coexist with a 
command-line interface style, but it will take a bit of effort.

thanks.
david

Reply via email to