Skip to content

Commit f42327d

Browse files
committed
Adapted the mzIdentML validator to Java 12
1 parent 5f328c4 commit f42327d

File tree

89 files changed

+16959
-614
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

89 files changed

+16959
-614
lines changed

validator/.idea/libraries/hamcrest_core_1_3.xml

Lines changed: 0 additions & 9 deletions
This file was deleted.

validator/.idea/libraries/lib.xml

Lines changed: 18 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

validator/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,11 @@ All mapping / object rules which are violoated are reported in coloured output e
2020

2121

2222
### Download link
23-
The latest version of the mzIdentML validator can be downloaded [here] (https://github.com/HUPO-PSI/mzIdentML/blob/master/validator/mzIdentMLValidator_GUI_v1.4.34-SNAPSHOT.zip)
23+
The latest version of the mzIdentML validator works with Java 11 and 12 and can be downloaded from https://github.com/HUPO-PSI/mzIdentML/blob/master/validator/mzIdentMLValidator_GUI_v1.4.35-SNAPSHOT.zip
2424

25+
For the Java versions 8, 9 and 10 please use the previous version from https://github.com/HUPO-PSI/mzIdentML/blob/master/validator/mzIdentMLValidator_GUI_v1.4.34-SNAPSHOT.zip
26+
If you use Java 8, please start the validator with: java -Xms2048m -cp .\lib -jar mzIdentMLValidator-1.4.34-SNAPSHOT.jar
27+
For Java 9 and 10 you must start the validator with: java -Xms2048m --add-modules java.xml.bind -cp .\lib -jar mzIdentMLValidator-1.4.34-SNAPSHOT.jar
2528

2629
### Literature
2730
More details about the mapping file mechanism and the validator are described in the following publications:
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
@echo off
22

33
set OutDir=C:\Users\mayerg97\Documents\GitHub\HUPO-PSI\mzIdentML\validator\build\classes\
4-
set JAR_FILE=%OutDir%mzIdentMLValidator-1.4.34-SNAPSHOT.jar
4+
set JAR_FILE=%OutDir%mzIdentMLValidator-1.4.35-SNAPSHOT.jar
55
set MANIFEST_FILE=C:\Users\mayerg97\Documents\GitHub\HUPO-PSI\mzIdentML\validator\manifest.mf
66

77
cd %OutDir%
88
REM del %JAR_FILE%
99

10-
"C:\Program Files\Java\jdk1.8.0_192\bin\jar.exe" -cmvf %MANIFEST_FILE% %JAR_FILE% *
10+
"C:\Programs\openjdk-12.0.1_windows-x64_bin\jdk-12.0.1\bin\jar.exe" -cmvf %MANIFEST_FILE% %JAR_FILE% *
1111

1212
@echo on
1313
pause

validator/lib/activation-1.1.1.jar

67.8 KB
Binary file not shown.
-735 KB
Binary file not shown.
734 KB
Binary file not shown.
-490 KB
Binary file not shown.
492 KB
Binary file not shown.

validator/lib/commons-text-1.5.jar

-191 KB
Binary file not shown.

0 commit comments

Comments
 (0)