The following dependencies require Git submodules to be initialized and updated. If you cloned the repository without the --recurse-submodules option, you need to initialize and update the submodules:
git submodule update --init --recursiveYou must install the jython-dev.jar to your local maven repository.
-
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.jarinto 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
- Change directory to
com.ibm.wala.cast.lsp:cd com.ibm.wala.cast.lsp - Build and install to your local Maven repo:
mvn install
Build and install to your local Maven repo: mvn install