[kepler-dev] build kepler-trunk

Matt Jones jones at nceas.ucsb.edu
Fri Mar 13 10:47:03 PDT 2009


It appears the ptolemy module did not get fully checked out from the
svn repository.  Maybe the change-to didn't get complete properly?
Try running 'ant update' and see if any files are updated in the
various modules.  Then, do 'ant run' again.

Matt

On Fri, Mar 13, 2009 at 9:30 AM, Chris Weed <chrisweed at gmail.com> wrote:
> 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
> _______________________________________________
> Kepler-dev mailing list
> Kepler-dev at kepler-project.org
> http://mercury.nceas.ucsb.edu/kepler/mailman/listinfo/kepler-dev
>



-- 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Matthew B. Jones
Director of Informatics Research and Development
National Center for Ecological Analysis and Synthesis (NCEAS)
UC Santa Barbara
jones at nceas.ucsb.edu                       Ph: 1-907-523-1960
http://www.nceas.ucsb.edu/ecoinfo
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


More information about the Kepler-dev mailing list