Skip to content

Commit bf73cb3

Browse files
committed
Changed shell file to accomodate jcg repo copying from vagrantfile directory instead of cloning from github repo
1 parent d3c2704 commit bf73cb3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

bootstrap.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ echo 'maven install'
1111
apt-get install graphviz -y
1212
echo 'graphviz install'
1313
cd ~/Desktop
14-
git clone https://github.com/bitslab/java-callgraph
14+
# 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
1518
cd java-callgraph
1619
mvn install

0 commit comments

Comments
 (0)