fiber-space / jupyter-kernel-jsr223

A JSR223 compliant Jupyter kernel implementation in Java
Apache License 2.0
60 stars 12 forks source link

Ant build does not work #1

Open oniseijin opened 8 years ago

oniseijin commented 8 years ago

After installing ant and ant-optional on Ubuntu, the unit test compile and thus build does not work

-do-compile-test: [javac] Compiling 1 source file to /home/jupyter/install/jupyter-kernel-jsr223/build/test/classes [javac] /home/jupyter/install/jupyter-kernel-jsr223/test/org/jupyterkernel/kernel/SessionDebug.java:19: error: package org.junit does not exist

jiawku commented 8 years ago

Same problem occurred, waiting for suggestions. Thank you.