[kepler-dev] Starting out build problems
Leonard Sitongia
sitongia at ucar.edu
Thu Sep 5 14:59:29 PDT 2013
I'm trying to build Kepler from sources for the first time.
CentOS release 6.4 (Final)
java version "1.7.0_15"
Apache Ant(TM) version 1.8.4 compiled on May 22 2012
278 mkdir kepler.modules
279 cd kepler.modules
280 svn co
https://code.kepler-project.org/code/kepler/trunk/modules/build-area
281 cd build-area
282 ant change-to -Dsuite=kepler
283 ant run
284 ant force-ptolemy compile
ant run gives me
[sitongia at geranium build-area]$ ant run
Buildfile: /home/sitongia/src/kepler.modules/build-area/build.xml
compile:
[echo] Note that you may need to run "ant force-ptolemy compile"
to compile ptolemy.
[compile] Compiling configuration-manager...
[compile] Compiling 15 source files to
/home/sitongia/src/kepler.modules/configuration-manager/target/classes
[compile]
/home/sitongia/src/kepler.modules/configuration-manager/src/org/kepler/configuration/ConfigurationManager.java:43:
error: package ptolemy.util does not exist
[compile] import ptolemy.util.MessageHandler;
[compile] ^
[compile]
/home/sitongia/src/kepler.modules/configuration-manager/src/org/kepler/configuration/ConfigurationManager.java:111:
error: cannot find symbol
[compile] MessageHandler.error("Error loading
configurations", e);
[compile] ^
[compile] symbol: variable MessageHandler
[compile] location: class ConfigurationManager
[compile] 2 errors
BUILD FAILED
/home/sitongia/src/kepler.modules/build-area/build.xml:52:
/home/sitongia/src/kepler.modules/build-area/build.xml:52: Compile
failed; see the compiler error output for details.
I tried the force compile of ptolemy, but that gives me the same thing.
I also tried this with the 2.4 release branch, but I get the same error.
Do I need to use Java 1.6 and Ant 1.7?
Thanks!
--
==Leonard E. Sitongia
High Altitude Observatory
National Center for Atmospheric Research
P.O. Box 3000 Boulder CO 80307 USA
sitongia at ucar.edu voice: (303)497-2454 fax: (303)497-1589
More information about the Kepler-dev
mailing list