3
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 16 hours ago. based on code collected about 16 hours ago.
Nov 30, 2024 — Nov 30, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
If git clone fails print a message about possible fixes. More... about 4 years ago
Linux: Download a prebuilt version of OpenCV and greatly reduce the Travis build time. More... about 4 years ago
"dist" appeared in two places, removed first, updated second to bionic. More... about 4 years ago
Use Ubuntu 18.04 (bionic). More... about 4 years ago
Download missing jars and zips from the ptolemy website and avoid a number of errors like cert problems and truncated files. More... about 4 years ago
Ignore certificate errors when downloading JavaFX. More... about 4 years ago
Check to see if JavaFX download is zero. More... about 4 years ago
Run ls on various files that are downloaded. More... about 4 years ago
configure.in changed More... about 4 years ago
Fixed bug where using --with-batikjar ended up setting the rsyntaxeditor jar More... about 4 years ago
Updated location of database from swarmnuc2008 to wessel More... about 4 years ago
Support compiling with the standalone Nashorn jar. More... about 4 years ago
Use a standalone version of Nashorn so that we can use more recent versions of the Oracle JDK. More... about 4 years ago
Test for the standalone Nashorn JavaScript interpreter. More... about 4 years ago
Standalone version of Nashorn, the JavaScript interpreter used by CapeCode. Downloaded from https://mvnrepository.com/artifact/org.openjdk.nashorn/nashorn-core/15.3 More... about 4 years ago
Used by the standalone Nashorn. Downloaded from https://mvnrepository.com/artifact/org.ow2.asm/asm-all/5.2 More... about 4 years ago
Updated the mysql connector from 5.1.6 to 8.0.26 so as to support new mysql installation on wessel for the DOPCenter demo. More... over 4 years ago
Updated the mysql connector from 5.1.6 to 8.0.26 so as to support new mysql installation on wessel for the DOPCenter demo. More... over 4 years ago
configure.in changed More... over 4 years ago
Updated to support Java 16, which does not include Nashorn. Fixes to support Nashorn will happen soon. Also, the mysql connector was updated from 5.1.6 to 8.0.26 More... over 4 years ago
Updated SpaceCadet password More... over 4 years ago
configure.in changed. More... over 4 years ago
org/hlacerti is now dependent on jxl.jar More... over 4 years ago
Removed mention of jetty jar files because they were removed when ptango was removed. More... over 4 years ago
Removed jetty jar because it was removed when ptango was removed. Exclude org/hlacerti because it depends on jogl, which is not available under Windows in the ptII repo and because jogl requires platform-dependent jar files and this file should work with all platforms without editing More... over 4 years ago
Updated to https://ptolemy.berkeley.edu/ptolemyII More... over 4 years ago
Updated jsoup from 1.8.2 to 1.14.2 because of CVE-2021-37714 More... over 4 years ago
Moved sshd localhost setup to before_install. More... over 4 years ago
'pkill -1 sshd' caused the build to error, try using 'sudo service ssh restart'. More... over 4 years ago
Use pkill -1 on sshd. More... over 4 years ago