Skip to content

Commit

Permalink
Address wala#28.
Browse files Browse the repository at this point in the history
  • Loading branch information
khatchad committed Apr 15, 2023
1 parent a8e1d8e commit 547c20a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions com.ibm.wala.cast.python.ml/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@
<mainClass>com.ibm.wala.cast.python.ml.driver.Ariadne</mainClass>
</transformer>
</transformers>
<shadedArtifactAttached>true</shadedArtifactAttached>
</configuration>
</execution>
</executions>
Expand Down
2 changes: 1 addition & 1 deletion com.ibm.wala.cast.python.ml/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
ME=`realpath $0`
DIR=`dirname $ME`

cat -u | tee -a /tmp/lsp.in.log | $JAVA_HOME/bin/java -Xdebug -Xrunjdwp:transport=dt_socket,address=127.0.0.1:6660,server=y,suspend=n -jar $DIR/target/com.ibm.wala.cast.python.ml-0.0.1-SNAPSHOT.jar --mode stdio | tee -a /tmp/lsp.out.log
cat -u | tee -a /tmp/lsp.in.log | $JAVA_HOME/bin/java -Xdebug -Xrunjdwp:transport=dt_socket,address=127.0.0.1:6660,server=y,suspend=n -jar $DIR/target/com.ibm.wala.cast.python.ml-0.0.1-SNAPSHOT-shaded.jar --mode stdio | tee -a /tmp/lsp.out.log

0 comments on commit 547c20a

Please sign in to comment.