diff --git a/dependency-reduced-pom.xml b/dependency-reduced-pom.xml index 85f03b5..f50b8b6 100644 --- a/dependency-reduced-pom.xml +++ b/dependency-reduced-pom.xml @@ -1,151 +1,151 @@ - - - 4.0.0 - edu.stonybrook.bmi - hatch - 4.0.0 - - - - src/main/resources - - - src/main/java - - ** - - - **/*.java - - - - - - - hatchjar - - hatch-${project.version} - - - maven-enforcer-plugin - 3.4.1 - - - enforce - - enforce - - - - - - - - - - - maven-shade-plugin - 3.5.2 - - - package - - shade - - - - - false - - - edu.stonybrook.bmi.hatch.Hatch - - true - - - - - - - *:* - - META-INF/*.SF - META-INF/*.DSA - META-INF/*.RSA - - - - - - - - - - hatch - - - - org.graalvm.buildtools - native-maven-plugin - 0.10.1 - true - - - build-native - package - - compile-no-fork - - - - - hatch - edu.stonybrook.bmi.hatch.Hatch - true - true - true - - --no-fallback - -H:ConfigurationFileDirectories=config - --enable-url-protocols=https - -H:+AddAllCharsets - - - - - - - - - - central - Central Repository - https://repo.maven.apache.org/maven2 - - - ome - OME Artifactory - https://artifacts.openmicroscopy.org/artifactory/maven/ - - - halcyon - https://cursus.bmi.stonybrookmedicine.edu/releases - - - - - org.apache.jena - apache-jena-libs - 5.0.0 - pom - compile - - - - 21 - 3.10.1 - 21 - UTF-8 - 7.3.0 - - + + + 4.0.0 + edu.stonybrook.bmi + hatch + 4.0.1 + + + + src/main/resources + + + src/main/java + + ** + + + **/*.java + + + + + + + hatchjar + + hatch-${project.version} + + + maven-enforcer-plugin + 3.4.1 + + + enforce + + enforce + + + + + + + + + + + maven-shade-plugin + 3.5.2 + + + package + + shade + + + + + false + + + edu.stonybrook.bmi.hatch.Hatch + + true + + + + + + + *:* + + META-INF/*.SF + META-INF/*.DSA + META-INF/*.RSA + + + + + + + + + + hatch + + + + org.graalvm.buildtools + native-maven-plugin + 0.10.1 + true + + + build-native + package + + compile-no-fork + + + + + hatch + edu.stonybrook.bmi.hatch.Hatch + true + true + true + + --no-fallback + -H:ConfigurationFileDirectories=config + --enable-url-protocols=https + -H:+AddAllCharsets + + + + + + + + + + central + Central Repository + https://repo.maven.apache.org/maven2 + + + ome + OME Artifactory + https://artifacts.openmicroscopy.org/artifactory/maven/ + + + halcyon + https://cursus.bmi.stonybrookmedicine.edu/releases + + + + + org.apache.jena + apache-jena-libs + 5.1.0 + pom + compile + + + + 21 + 3.10.1 + 21 + UTF-8 + 7.3.1 + + diff --git a/error.log b/error.log index 7c4d7ba..e69de29 100644 --- a/error.log +++ b/error.log @@ -1,2 +0,0 @@ -2024-05-15 12:34:25 SEVERE edu.stonybrook.bmi.hatch.Validate.file: D:\bad\dest\Image_01_M200_40X_A36.tif ==> index >= numImages (0 >= 0) -2024-05-15 12:34:25 SEVERE edu.stonybrook.bmi.hatch.Validate.file: D:\bad\dest\ugh.tif ==> Invalid TIFF byte order mark 'sd', expected: 'II' or 'MM' diff --git a/nbactions-hatchjar.xml b/nbactions-hatchjar.xml index 8c1adf6..8b84a2b 100644 --- a/nbactions-hatchjar.xml +++ b/nbactions-hatchjar.xml @@ -1,55 +1,55 @@ - - - - run - - jar - - - process-classes - org.codehaus.mojo:exec-maven-plugin:3.0.0:exec - - - - ${exec.vmArgs} -classpath %classpath ${exec.mainClass} ${exec.appArgs} - -v -src D:\bad\src -dest D:\bad\dest -validate - edu.stonybrook.bmi.hatch.Hatch - java - - - - debug - - jar - - - process-classes - org.codehaus.mojo:exec-maven-plugin:3.0.0:exec - - - -agentlib:jdwp=transport=dt_socket,server=n,address=${jpda.address} - ${exec.vmArgs} -classpath %classpath ${exec.mainClass} ${exec.appArgs} - -v -src D:\bad\src -dest D:\bad\dest -validate - edu.stonybrook.bmi.hatch.Hatch - java - true - - - - profile - - jar - - - process-classes - org.codehaus.mojo:exec-maven-plugin:3.0.0:exec - - - - ${exec.vmArgs} -classpath %classpath ${exec.mainClass} ${exec.appArgs} - edu.stonybrook.bmi.hatch.Hatch - java - -v -src D:\bad\src -dest D:\bad\dest -validate - - - + + + + run + + jar + + + process-classes + org.codehaus.mojo:exec-maven-plugin:3.0.0:exec + + + + ${exec.vmArgs} -classpath %classpath ${exec.mainClass} ${exec.appArgs} + -v -src D:\miami\umiami_converted_image\image -dest D:\miami\umiami_converted_image\output2 -validate + edu.stonybrook.bmi.hatch.Hatch + java + + + + debug + + jar + + + process-classes + org.codehaus.mojo:exec-maven-plugin:3.0.0:exec + + + -agentlib:jdwp=transport=dt_socket,server=n,address=${jpda.address} + ${exec.vmArgs} -classpath %classpath ${exec.mainClass} ${exec.appArgs} + -v -src D:\miami\umiami_converted_image\image -dest D:\miami\umiami_converted_image\output2 -validate + edu.stonybrook.bmi.hatch.Hatch + java + true + + + + profile + + jar + + + process-classes + org.codehaus.mojo:exec-maven-plugin:3.0.0:exec + + + + ${exec.vmArgs} -classpath %classpath ${exec.mainClass} ${exec.appArgs} + edu.stonybrook.bmi.hatch.Hatch + java + -v -src D:\miami\umiami_converted_image\image -dest D:\miami\umiami_converted_image\output2 -validate + + + diff --git a/pom.xml b/pom.xml index 4bce4ec..d8e1a21 100644 --- a/pom.xml +++ b/pom.xml @@ -3,13 +3,13 @@ 4.0.0 edu.stonybrook.bmi hatch - 4.0.0 + 4.0.1 jar UTF-8 21 21 - 7.3.0 + 7.3.1 3.10.1 @@ -38,7 +38,7 @@ org.apache.jena apache-jena-libs - 5.0.0 + 5.1.0 pom