[kepler-dev] KSWLibraryBuilder and ObjectCache
Matt Jones
jones at nceas.ucsb.edu
Mon Nov 28 16:40:27 PST 2005
Chad,
I was trying to build Kepler this afternoon and got errors. I think you
missed a ref or two when renaming ObjectCache? Can you see if your
build works cleanly? Here's the errors I get below. Thanks,
Matt
compile-dev:
[javac] Compiling 785 source files to
/home/jones/development/kepler/build/classes
[javac]
/home/jones/development/kepler/build/src/org/kepler/moml/KSWLibraryBuilder.java:48:
cannot resolve symbol
[javac] symbol : class ObjectCache
[javac] location: package cache
[javac] import org.kepler.objectmanager.cache.ObjectCache;
[javac] ^
[javac]
/home/jones/development/kepler/build/src/org/kepler/moml/KSWLibraryBuilder.java:67:
cannot resolve symbol
[javac] symbol : class ObjectCache
[javac] location: class org.kepler.moml.KSWLibraryBuilder
[javac] private ObjectCache cache;
[javac] ^
[javac]
/home/jones/development/kepler/build/src/org/kepler/moml/KSWLibraryBuilder.java:95:
cannot resolve symbol
[javac] symbol : variable ObjectCache
[javac] location: class org.kepler.moml.KSWLibraryBuilder
[javac] cache = ObjectCache.getInstance();
[javac] ^
[javac] Note: Some input files use or override a deprecated API.
[javac] Note: Recompile with -deprecation for details.
[javac] 3 errors
BUILD FAILED
--
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Matt Jones Ph: 907-789-0496
jones at nceas.ucsb.edu SIP #: 1-747-626-7082
National Center for Ecological Analysis and Synthesis (NCEAS)
UC Santa Barbara http://www.nceas.ucsb.edu/ecoinformatics
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
More information about the Kepler-dev
mailing list