Skip to content

Commit

Permalink
fix --add-export syntax in vmoptions.txt file, needs a newline
Browse files Browse the repository at this point in the history
  • Loading branch information
jcschaff committed Jul 18, 2024
1 parent 762a998 commit bcdca29
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions docker/build/installers/VCell.install4j
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,8 @@
</nativeLibraryDirectories>
</java>
<vmOptionsFile mode="content" overwriteMode="1">
<content>--add-exports java.desktop/sun.awt.image=ALL-UNNAMED
<content>--add-exports
java.desktop/sun.awt.image=ALL-UNNAMED
-Dvcell.autoflushlog=true
-Dvcell.thirdPartyLicense=thirdpartylicenses.txt
-Dvcell.softwareVersion=${compiler:SoftwareVersionString}
Expand Down Expand Up @@ -157,7 +158,8 @@
</nativeLibraryDirectories>
</java>
<vmOptionsFile mode="content" overwriteMode="1">
<content>--add-exports java.desktop/sun.awt.image=ALL-UNNAMED
<content>--add-exports
java.desktop/sun.awt.image=ALL-UNNAMED
-Dvcell.autoflushlog=true
-Dvcell.thirdPartyLicense=thirdpartylicenses.txt
-Dvcell.softwareVersion=${compiler:SoftwareVersionString}
Expand Down Expand Up @@ -190,7 +192,8 @@
</nativeLibraryDirectories>
</java>
<vmOptionsFile mode="content" overwriteMode="1">
<content>--add-exports java.desktop/sun.awt.image=ALL-UNNAMED
<content>--add-exports
java.desktop/sun.awt.image=ALL-UNNAMED
-Dvcell.autoflushlog=true
-Dvcell.thirdPartyLicense=thirdpartylicenses.txt
-Dvcell.softwareVersion=${compiler:SoftwareVersionString}
Expand Down Expand Up @@ -224,7 +227,8 @@
</nativeLibraryDirectories>
</java>
<vmOptionsFile mode="content" overwriteMode="1">
<content>--add-exports java.desktop/sun.awt.image=ALL-UNNAMED
<content>--add-exports
java.desktop/sun.awt.image=ALL-UNNAMED
-Dvcell.autoflushlog=true
-Dvcell.thirdPartyLicense=thirdpartylicenses.txt
-Dvcell.softwareVersion=${compiler:SoftwareVersionString}
Expand Down Expand Up @@ -254,7 +258,8 @@
</nativeLibraryDirectories>
</java>
<vmOptionsFile mode="content" overwriteMode="1">
<content>--add-exports java.desktop/sun.awt.image=ALL-UNNAMED
<content>--add-exports
java.desktop/sun.awt.image=ALL-UNNAMED
-Dvcell.autoflushlog=true
-Dvcell.thirdPartyLicense=thirdpartylicenses.txt
-Dvcell.serverHost=${compiler:rmiHosts}
Expand Down Expand Up @@ -284,7 +289,8 @@
</nativeLibraryDirectories>
</java>
<vmOptionsFile mode="content" overwriteMode="1">
<content>--add-exports java.desktop/sun.awt.image=ALL-UNNAMED
<content>--add-exports
java.desktop/sun.awt.image=ALL-UNNAMED
-Dvcell.autoflushlog=true
-Dvcell.thirdPartyLicense=thirdpartylicenses.txt
-Dvcell.serverHost=${compiler:rmiHosts}
Expand Down

0 comments on commit bcdca29

Please sign in to comment.