You must install the jython-dev.jar
to your local maven repository.
-
Clone the Jython 3 Git repo:
git clone https://github.com/ponder-lab/jython3.git
. -
Change directory to the cloned local Git repo:
cd jython3
. -
Build Jython 3:
ant
. That will produce the filejython3/dist/jython-dev.jar
. -
Install the
jython-dev.jar
into your local maven repo (see this post):mvn install:install-file \ -Dfile=./jython-dev.jar \ -DgroupId="org.python" \ -DartifactId="jython3" \ -Dversion="0.0.1-SNAPSHOT" \ -Dpackaging="jar" \ -DgeneratePom=true
- Clone the IDE repository.
- Change directory to
com.ibm.wala.cast.lsp
:cd com.ibm.wala.cast.lsp
- Build and install to your local Maven repo:
mvn install
- Clone the WALA/ML repository.
- Build and install to your local Maven repo:
mvn install