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:
a1d5d54
)
JAL-4420 Add some debugging statements
author
Ben Soares
<b.soares@dundee.ac.uk>
Fri, 17 May 2024 16:26:30 +0000
(17:26 +0100)
committer
Ben Soares
<b.soares@dundee.ac.uk>
Fri, 17 May 2024 16:26:30 +0000
(17:26 +0100)
getdown/lib/getdown-core.jar
patch
|
blob
|
history
getdown/lib/getdown-launcher-local.jar
patch
|
blob
|
history
getdown/lib/getdown-launcher.jar
patch
|
blob
|
history
j11lib/getdown-core.jar
patch
|
blob
|
history
j8lib/getdown-core.jar
patch
|
blob
|
history
src/jalview/bin/argparser/ArgParser.java
patch
|
blob
|
history
diff --git
a/getdown/lib/getdown-core.jar
b/getdown/lib/getdown-core.jar
index
e2a2999
..
ee0eb50
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-local.jar
b/getdown/lib/getdown-launcher-local.jar
index
811a488
..
1d9e388
100644
(file)
Binary files a/getdown/lib/getdown-launcher-local.jar and b/getdown/lib/getdown-launcher-local.jar differ
diff --git
a/getdown/lib/getdown-launcher.jar
b/getdown/lib/getdown-launcher.jar
index
f9ce011
..
a2c6470
100644
(file)
Binary files a/getdown/lib/getdown-launcher.jar and b/getdown/lib/getdown-launcher.jar differ
diff --git
a/j11lib/getdown-core.jar
b/j11lib/getdown-core.jar
index
e2a2999
..
ee0eb50
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
e2a2999
..
ee0eb50
100644
(file)
Binary files a/j8lib/getdown-core.jar and b/j8lib/getdown-core.jar differ
diff --git
a/src/jalview/bin/argparser/ArgParser.java
b/src/jalview/bin/argparser/ArgParser.java
index
bbcf831
..
e7cca35
100644
(file)
--- a/
src/jalview/bin/argparser/ArgParser.java
+++ b/
src/jalview/bin/argparser/ArgParser.java
@@
-320,9
+320,11
@@
public class ArgParser
}
// preprocess for associated files only if no actual --args supplied
+ Console.debug("Supplied args are " + args);
if (!dd && !Cache.getDefault("NOARGPREPROCESSING", false))
{
ArgParserUtils.preProcessArgs(args);
+ Console.debug("Preprocessed args are " + args);
}
if (bsa != null)