git://source.jalview.org
/
jalview.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
70249b1
)
JAL-3349 Remove processed args from list to send to jalview
task/JAL-3349_Support_cli_JRE_arguments_through_getdown
author
Ben Soares
<bsoares@dundee.ac.uk>
Wed, 3 Jul 2019 13:03:30 +0000
(14:03 +0100)
committer
Ben Soares
<bsoares@dundee.ac.uk>
Wed, 3 Jul 2019 13:03:30 +0000
(14:03 +0100)
getdown/lib/getdown-core.jar
patch
|
blob
|
history
getdown/lib/getdown-launcher.jar
patch
|
blob
|
history
getdown/src/getdown/core/src/main/java/com/threerings/getdown/data/Application.java
patch
|
blob
|
history
j11lib/getdown-core.jar
patch
|
blob
|
history
j8lib/getdown-core.jar
patch
|
blob
|
history
diff --git
a/getdown/lib/getdown-core.jar
b/getdown/lib/getdown-core.jar
index
1ad9d47
..
29ef836
100644
(file)
Binary files a/getdown/lib/getdown-core.jar and b/getdown/lib/getdown-core.jar differ
diff --git
a/getdown/lib/getdown-launcher.jar
b/getdown/lib/getdown-launcher.jar
index
257432e
..
fcfe42f
100644
(file)
Binary files a/getdown/lib/getdown-launcher.jar and b/getdown/lib/getdown-launcher.jar differ
diff --git
a/getdown/src/getdown/core/src/main/java/com/threerings/getdown/data/Application.java
b/getdown/src/getdown/core/src/main/java/com/threerings/getdown/data/Application.java
index
9539744
..
7634726
100644
(file)
--- a/
getdown/src/getdown/core/src/main/java/com/threerings/getdown/data/Application.java
+++ b/
getdown/src/getdown/core/src/main/java/com/threerings/getdown/data/Application.java
@@
-1958,6
+1958,7
@@
public class Application
if (arg.startsWith("-"+CLI_JVM_ARG_PREFIX)) {
String newArg = arg.substring(CLI_JVM_ARG_PREFIX.length() + 1);
extracted.add(newArg);
+ args.remove(arg);
} else if (arg.startsWith("-jvmmempc=")) {
try {
_jvmmempc = Integer.parseInt(arg.substring(10));
diff --git
a/j11lib/getdown-core.jar
b/j11lib/getdown-core.jar
index
1ad9d47
..
29ef836
100644
(file)
Binary files a/j11lib/getdown-core.jar and b/j11lib/getdown-core.jar differ
diff --git
a/j8lib/getdown-core.jar
b/j8lib/getdown-core.jar
index
1ad9d47
..
29ef836
100644
(file)
Binary files a/j8lib/getdown-core.jar and b/j8lib/getdown-core.jar differ