Fix CodeTailor Java version: : use JOBE to compile Java code in book_server#1141
Conversation
|
We do not run javac on the book server. The JOBE server is set up to compile java. The book server cannot be having cpu cycles used for compiling programs. |
|
In this case, do you have any suggestions for handling this use case? Ideally, we want to run tests in book_server to verify that the personalized puzzles are correct in both Java and Python before sending them to students. |
|
I can submit a version that removes Java testing from the workshop pipeline for now, and I can follow up with Barb later to discuss a longer-term approach. |
|
Our JOBE server has its own well documented API for submitting code Java with unit tests and getting back the results. That is the right place for the short term and the long term. |
|
Thanks, I have switched to JOBE and now using the book_server-associated |
Uh oh!
There was an error while loading. Please reload this page.