[kepler-dev] Compile Problems with latest Ptolemy
Christopher Brooks
cxh at eecs.berkeley.edu
Fri Jul 28 18:24:49 PDT 2006
Hi Dan,
This was from Edward's changes.
I think I fixed it, at least Kepler starts up now.
_Christopher
--------
Hi All.
There are some problems with compiling Kepler with the latest PTII
code. The Ptolemy folks just fixed their code so it compiles under Java
1.4.2, but now we see some compile problems with
src\org\kepler\sms\KeplerRefinementIOPort.java ! (see below)
Could whoever is responsible for the sms code take a look at the
problem?
[javac]
C:\work\kepler\build\src\org\kepler\sms\KeplerRefinementIOPort.java:
41: cannot find symbol
[javac] symbol : class SizedMatrixType
[javac] location: package ptolemy.data.type
[javac] import ptolemy.data.type.SizedMatrixType;
[javac] ^
[javac]
C:\work\kepler\build\src\org\kepler\sms\KeplerRefinementIOPort.java:
44: cannot find symbol
[javac] symbol : class UnsizedMatrixType
[javac] location: package ptolemy.data.type
[javac] import ptolemy.data.type.UnsizedMatrixType;
[javac] ^
[javac]
C:\work\kepler\build\src\org\ecoinformatics\seek\workflow\TypeObject
.java:114: cannot find symbol
[javac] symbol : variable NUMERICAL
[javac] location: class ptolemy.data.type.BaseType
[javac] else if(t == BaseType.NUMERICAL)
[javac] ^
[javac]
C:\work\kepler\build\src\org\kepler\sms\KeplerRefinementIOPort.java:
246: package SizedMatrixType does not exist
[javac] if(type instanceof SizedMatrixType.BooleanMatrixType)
[javac] ^
[javac]
C:\work\kepler\build\src\org\kepler\sms\KeplerRefinementIOPort.java:
248: package SizedMatrixType does not exist
[javac] if(type instanceof SizedMatrixType.DoubleMatrixType)
[javac] ^
[javac]
C:\work\kepler\build\src\org\kepler\sms\KeplerRefinementIOPort.java:
250: package SizedMatrixType does not exist
[javac] if(type instanceof SizedMatrixType.FixMatrixType)
[javac] ^
[javac]
C:\work\kepler\build\src\org\kepler\sms\KeplerRefinementIOPort.java:
252: package SizedMatrixType does not exist
[javac] if(type instanceof SizedMatrixType.IntMatrixType)
[javac] ^
[javac]
C:\work\kepler\build\src\org\kepler\sms\KeplerRefinementIOPort.java:
254: package SizedMatrixType does not exist
[javac] if(type instanceof SizedMatrixType.LongMatrixType)
[javac] ^
[javac]
C:\work\kepler\build\src\org\kepler\sms\KeplerRefinementIOPort.java:
256: package UnsizedMatrixType does not exist
[javac] if(type instanceof UnsizedMatrixType.BooleanMatrixType)
[javac] ^
[javac]
C:\work\kepler\build\src\org\kepler\sms\KeplerRefinementIOPort.java:
258: package UnsizedMatrixType does not exist
[javac] if(type instanceof UnsizedMatrixType.DoubleMatrixType)
[javac] ^
[javac]
C:\work\kepler\build\src\org\kepler\sms\KeplerRefinementIOPort.java:
260: package UnsizedMatrixType does not exist
[javac] if(type instanceof UnsizedMatrixType.FixMatrixType)
[javac] ^
[javac]
C:\work\kepler\build\src\org\kepler\sms\KeplerRefinementIOPort.java:
262: package UnsizedMatrixType does not exist
[javac] if(type instanceof UnsizedMatrixType.IntMatrixType)
[javac] ^
[javac]
C:\work\kepler\build\src\org\kepler\sms\KeplerRefinementIOPort.java:
264: package UnsizedMatrixType does not exist
[javac] if(type instanceof UnsizedMatrixType.LongMatrixType)
[javac] ^
[javac] Note: Some input files use or override a deprecated API.
[javac] Note: Recompile with -Xlint:deprecation for details.
[javac] 13 errors
[javac] 1 warning
BUILD FAILED
--
*******************************************************************
Dan Higgins higgins at nceas.ucsb.edu
http://www.nceas.ucsb.edu/ Ph: 805-893-5127
National Center for Ecological Analysis and Synthesis (NCEAS) Marine Scienc
e Building - Room 3405
Santa Barbara, CA 93195
*******************************************************************
_______________________________________________
Kepler-dev mailing list
Kepler-dev at ecoinformatics.org
http://mercury.nceas.ucsb.edu/ecoinformatics/mailman/listinfo/kepler-dev
--------
More information about the Kepler-dev
mailing list