Skip to content

Commit

Permalink
Merge pull request #1325 from virtualcell/install4j-syntax-add-export
Browse files Browse the repository at this point in the history
fix --add-export syntax in vmoptions.txt file, needs a newline
  • Loading branch information
jcschaff committed Jul 18, 2024
2 parents d2bc16c + bcdca29 commit 6fef158
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 6fef158

Please sign in to comment.