We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3c2704 commit bf73cb3Copy full SHA for bf73cb3
bootstrap.sh
@@ -11,6 +11,9 @@ echo 'maven install'
11
apt-get install graphviz -y
12
echo 'graphviz install'
13
cd ~/Desktop
14
-git clone https://github.com/bitslab/java-callgraph
+# git clone https://github.com/bitslab/java-callgraph
15
+# /vagrant not mounting on my system by default currently. It is classified as an abnormal behavior and should work in general scenarios.
16
+# added logic for package building after copying from vagrant file directory.
17
+cp /vagrant ~/Desktop/java-callgraph
18
cd java-callgraph
19
mvn install
0 commit comments