Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
U
unimelb-mf-clients
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
resplat-mediaflux
unimelb-mf-clients
Commits
efc839bf
Commit
efc839bf
authored
6 years ago
by
Wei Liu
Browse files
Options
Downloads
Patches
Plain Diff
Bug fix.
parent
55adb10a
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/main/java/unimelb/mf/client/sync/cli/MFInstrumentUpload.java
+3
-0
3 additions, 0 deletions
...n/java/unimelb/mf/client/sync/cli/MFInstrumentUpload.java
src/main/scripts/windows/unimelb-mf-instrument-upload.cmd
+1
-1
1 addition, 1 deletion
src/main/scripts/windows/unimelb-mf-instrument-upload.cmd
with
4 additions
and
1 deletion
src/main/java/unimelb/mf/client/sync/cli/MFInstrumentUpload.java
+
3
−
0
View file @
efc839bf
...
...
@@ -123,6 +123,9 @@ public class MFInstrumentUpload extends MFSyncApp {
* parse MF config
*/
MFConfigurationBuilder
mfConfig
=
new
MFConfigurationBuilder
();
if
(
mfConfig
.
app
()
==
null
)
{
mfConfig
.
setApp
(
applicationName
());
}
mfConfig
.
loadFromXmlFile
(
configPath
.
toFile
());
/*
...
...
This diff is collapsed.
Click to expand it.
src/main/scripts/windows/unimelb-mf-instrument-upload.cmd
+
1
−
1
View file @
efc839bf
...
...
@@ -9,4 +9,4 @@ popd
set
JAR
=
%ROOT%
\lib\unimelb
-mf-clients
.jar
java
-Xmx
1024
m
-cp
"
%JAR%
"
unimelb
.mf.client.sync.cli.
unimelb
-mf-upload
.cm
d
%
*
java
-Xmx
1024
m
-cp
"
%JAR%
"
unimelb
.mf.client.sync.cli.
MFInstrumentUploa
d
%
*
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment