[kepler-dev] build kepler-trunk

Chris Weed chrisweed at gmail.com
Fri Mar 13 10:30:57 PDT 2009


Hi,
I am going through the instructions to build kepler-trunk found here:
https://kepler-project.org/developers/teams/build/documentation/build-system-instructions

I have run the following:
mkdir kepler-build
cd kepler-build
svn co https://code.kepler-project.org/code/kepler/trunk/modules/build-area
cd build-area

ant change-to -Dsuite=kepler-trunk
ant run

After this last command I get a bunch of errors as follows:
bash-3.2$ ant run
Buildfile: build.xml

compile:
  [compile] Compiling common...
  [compile] Compiling directors...
  [compile] Compiling actors...
  [compile] Compiling core...
  [compile] Compiling 95 source files to
/home/deer/cweed/code/kepler-build/core/target/classes
  [compile] /home/deer/cweed/code/kepler-build/core/src/org/kepler/kar/KARBuilder.java:55:
package ptolemy.actor does not exist
  [compile] import ptolemy.actor.TypedAtomicActor;
  [compile]                     ^
  [compile] /home/deer/cweed/code/kepler-build/core/src/org/kepler/kar/KARBuilder.java:56:
package ptolemy.actor does not exist
  [compile] import ptolemy.actor.TypedCompositeActor;
  [compile]                     ^
  [compile] /home/deer/cweed/code/kepler-build/core/src/org/kepler/kar/KARBuilder.java:57:
cannot find symbol
  [compile] symbol  : class CompositeEntity
  [compile] location: package ptolemy.kernel
  [compile] import ptolemy.kernel.CompositeEntity;
  [compile]                      ^
  [compile] /home/deer/cweed/code/kepler-build/core/src/org/kepler/kar/KARBuilder.java:58:
cannot find symbol
  [compile] symbol  : class Entity
  [compile] location: package ptolemy.kernel
  [compile] import ptolemy.kernel.Entity;
  [compile]                      ^
  [compile] /home/deer/cweed/code/kepler-build/core/src/org/kepler/kar/KARBuilder.java:59:
cannot find symbol
  [compile] symbol  : class IllegalActionException
  [compile] location: package ptolemy.kernel.util
  [compile] import ptolemy.kernel.util.IllegalActionException;
  [compile]                           ^
  [compile] /home/deer/cweed/code/kepler-build/core/src/org/kepler/kar/KARBuilder.java:60:
cannot find symbol
  [compile] symbol  : class NamedObj
  [compile] location: package ptolemy.kernel.util
  [compile] import ptolemy.kernel.util.NamedObj;
  [compile]                           ^

[... snipped more errors ... ]

  [compile] Note: Some input files use or override a deprecated API.
  [compile] Note: Recompile with -Xlint:deprecation for details.
  [compile] Note: Some input files use unchecked or unsafe operations.
  [compile] Note: Recompile with -Xlint:unchecked for details.
  [compile] 100 errors

BUILD FAILED
/home/deer/cweed/code/kepler-build/build-area/build.xml:31: Compile
failed; see the compiler error output for details.

Total time: 8 seconds

It looks like ptolemy is either missing or it can't find it.
Any help would be appreciated.
Chris


More information about the Kepler-dev mailing list