[kepler-dev] nightly build failed to build ptolemy
Christopher Brooks
cxh at eecs.berkeley.edu
Sun Jun 15 22:20:31 PDT 2008
I fixed the \342 character in TDLModuleDirector.java
I'm not sure how it got there, but it was also in the CVS version.
The other problem is that ArrayOfRecordsPane.java is using
the JTable method setFillsViewportHeight() that is not in Java 1.5.
Should we move to Java 1.6? If not, then how will we get around
this?
_Christopher
--------
Hi,
Last night's nightly build failed to build ptolemy. Looks like the charact
er
translation problem on that file that someone mentioned the other day on IR
C:
compile:
[javac] Compiling 1664 source files to
/home/condor/execute/dir_30707/userdir/ptII/build/classes
[javac]
/home/condor/execute/dir_30707/userdir/ptII/build/src/ptolemy/domains/tt/td
l/kernel/TDLModuleDirector.java:98:
warning: unmappable character for encoding ASCII
[javac] int i = -1; // used to avoid returning control
to the executive
director?
[javac]
^
[javac]
/home/condor/execute/dir_30707/userdir/ptII/build/src/ptolemy/actor/gui/ArrayOfRecordsPane.java:280:
cannot find symbol
[javac] symbol : method setFillsViewportHeight(boolean)
[javac] location: class javax.swing.JTable
[javac] table.setFillsViewportHeight(true);
I think the problem is in a comment, and is an artifact of the ptolemy SVN
conversion. Can someone check in a new version of that file without the
problematic character? Thanks.
Matt
--
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
_______________________________________________
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