Skip to content

Commit

Permalink
specify javac target in bat
Browse files Browse the repository at this point in the history
  • Loading branch information
dkarv committed Nov 6, 2017
1 parent 5deb86c commit fc5045d
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions integration_tests/run.bat
Original file line number Diff line number Diff line change
@@ -1,14 +1,10 @@
echo Run %1

javac -version

rmdir /s /q target
rmdir /s /q result
mkdir target
mkdir result

dir /s /B *.java > sources.txt
javac @sources.txt
javac -d target @sources.txt

java -cp target ^
-javaagent:..\jdcallgraph\target\jdcallgraph-0.2-agent.jar=.\bytebuddy.ini ^
Expand Down

0 comments on commit fc5045d

Please sign in to comment.