Skip to content

Commit

Permalink
adjusting vdm options
Browse files Browse the repository at this point in the history
  • Loading branch information
leouk committed Nov 4, 2024
1 parent e593c38 commit aa290ee
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<changelist></changelist>
<sha1/>
<!-- VDMJ version, which percolates to all dependent POMs -->
<dk.au.ece.vdmj-version>4.6.0</dk.au.ece.vdmj-version>
<dk.au.ece.vdmj-version>4.7.0-SNAPSHOT</dk.au.ece.vdmj-version>

</properties>

Expand Down
5 changes: 3 additions & 2 deletions scripts/vdmj.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
#####################################################################################

# Change these to flip VDMJ version
MVERSION=${VDMJ_VERSION:-4.6.0-SNAPSHOT}
PVERSION=${VDMJ_PVERSION:-4.6.0-P-SNAPSHOT}
MVERSION=${VDMJ_VERSION:-4.7.0-SNAPSHOT}
PVERSION=${VDMJ_PVERSION:-4.7.0-P-SNAPSHOT}

# The Maven repository directory containing VDMJ versions
MAVENREPO=~/.m2/repository/dk/au/ece/vdmj
Expand Down Expand Up @@ -173,6 +173,7 @@ if which rlwrap >/dev/null 2>&1
then
# Keep rlwrap output in a separate folder
export RLWRAP_HOME=~/.vdmj
echo exec rlwrap "$JAVA64" $VMOPTS -cp $CLASSPATH $MAIN -$DIALECT $VDMJOPTS
exec rlwrap "$JAVA64" $VMOPTS -cp $CLASSPATH $MAIN -$DIALECT $VDMJOPTS "$@"
else
exec "$JAVA64" $VMOPTS -cp $CLASSPATH $MAIN -$DIALECT $VDMJOPTS "$@"
Expand Down

0 comments on commit aa290ee

Please sign in to comment.