Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
RainerHeintzmann committed Nov 27, 2024
1 parent b2a2626 commit 8a13d7a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
6 changes: 6 additions & 0 deletions HowToRelease_Julia_new.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
1.) run the script javacAll
2.) Push the View5D directory to GitHub. Make a new release under https://github.com/bionanoimaging/View5D/releases adding also the binary (e.g. View5D_v2.3.9-jar.tar.gz)
3.) adding the binary (e.g. target/View5D_v2.5.5-jar.tar.gz)
4.) Follow the instructions in the Artifact.toml file in the Julia directory
5.) Bump Julia Version Number and Push
7.) Comment: @JuliaRegistrator register (This will, after a while automatically create the .zip and gz.zip file)
8 changes: 5 additions & 3 deletions javacAll
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,13 @@ cp "$myjar" "/mnt/c/NoBackup/DeconvCompileTest/DIPlib_3_2017/share/DIPimage/pri
cp "$myjar" "/mnt/c/NoBackup/DeconvCompileTest/DIPlib_3_2019/share/DIPimage/private/View5D.jar"
cp "$myjar" "../View5D.jar"
cp "$myjar" "/mnt/c/Users/pi96doc/.julia/artifacts/View5D.jar"
cp "$myjar" "/mnt/c/Program Files/DIPimage 2.9/common/dipimage/private/View5D.jar"
cp "$myjar" "/mnt/c/Program Files/DIPlib_3_2019/share/DIPimage/private/View5D.jar"
# cp "$myjar" "/mnt/c/Program Files/DIPimage 2.9/common/dipimage/private/View5D.jar"
# cp "$myjar" "/mnt/c/Program Files/DIPlib_3_2019/share/DIPimage/private/View5D.jar"
cp "$myjar" "/mnt/c/NoBackup/DeconvCompileTest/DIPlib_3_2019/share/DIPimage/private/View5D.jar"
cp "$myjar" "/mnt/c/NoBackup/DeconvCompileTest/DIPlib_3_2017/share/DIPimage/private/View5D.jar"
cp "$myjar" "/mnt/c/Users/pi96doc/Desktop/UserPrograms/fiji-win64/Fiji.app/plugins/"
tar -czf "${myjar%.jar}.tar.gz" "$myjar"
tar -czf "${myjar%.jar}-jar.tar.gz" "$myjar"
echo "${myjar%.jar}.jar.tar.gz"
# cp /*.class /usr/local/ImageJ/plugins/View5D/
#cp View5D_.jar /usr/local/ImageJ/plugins/View5D/
# cp View5D_.jar /windows/C/DriveF/JavaProgs/ImageJ/plugins/View5D/
Expand All @@ -41,3 +42,4 @@ tar -czf "${myjar%.jar}.tar.gz" "$myjar"
# cp View5D.html /net/mobi1/data1/WinApps/ImageJ/plugins/View5D/index.html
# cp -r examples /net/mobi1/data1/WinApps/ImageJ/plugins/View5D/
# cp *.class /net/mobi1/data1/MacOSX_local/ImageJ/plugins/View5D/

0 comments on commit 8a13d7a

Please sign in to comment.