File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
BNCompiler/src/main/scripts Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 99 shift
1010goto setupArgs
1111:doneStart
12- java -jar " %BN_HOME% /bncompiler-1.5.3 .jar" %CMD_LINE_ARGS%
12+ java -jar " %BN_HOME% /bncompiler-1.5.4 .jar" %CMD_LINE_ARGS%
Original file line number Diff line number Diff line change 11#! /bin/sh
22BN_HOME=` dirname $0 `
3- java -jar $BN_HOME /bncompiler\- 1.5.3 .jar $*
3+ java -jar $BN_HOME /bncompiler\- 1.5.4 .jar $*
Original file line number Diff line number Diff line change 11call ../bncompiler.cmd -m java -o output/ldapv3 -ns ldapv3 -f ldapv3.asn
2- javac -cp ../../../../JavaLibrary/target/binarynotes-1.5.3 .jar output/ldapv3/*.java
2+ javac -cp ../../../../JavaLibrary/target/binarynotes-1.5.4 .jar output/ldapv3/*.java
Original file line number Diff line number Diff line change 11call ../bncompiler.cmd -m java -o output/test -ns org.bn.coders.test_asn -f test.asn
2- javac -cp ../../../../JavaLibrary/target/binarynotes-1.5.3 .jar output/test/*.java
2+ javac -cp ../../../../JavaLibrary/target/binarynotes-1.5.4 .jar output/test/*.java
You can’t perform that action at this time.
0 commit comments