Closed dgault closed 1 year ago
@dgault Yes, you can edit the dependencies of any file you are uploading via the updater in graphical mode.
While in the advanced mode, you can edit a file’s dependencies directly by making changes in the right-hand Details pane. Just delete the dependency lines you don’t want, or type new ones that you do want. This is useful when the Updater’s byte-code analyzer detects wrong dependencies for a particular file, or as in this case where dependencies changed and the Updater has retained the old dependency from the file's existing metadata.
Thanks again, managed to get everything sorted
We had a reported issue that the Bio-Formats update, used for development versions, had stopped updating: https://forum.image.sc/t/bio-formats-update-site-last-version-31st-july-2022/83233/1
Upon investigating we were seeing the failure reported as being due to an obsolete dependency (jars/cdm-4.6.13.jar). The failure when uploading looks like below (the full output is here):
This is a dependency that
formats-gpl
had previously used (and the last version currently on the update site is using) and is now marked as obsolete. However we have since updated that dependency to the more recent edu.ucar:cdm-core:jar:5.3.3. So the original jars/cdm-4.6.13.jar is no longer in the dependency tree for the versions of formats-gpl that are failing the upload.Is there a way we can work around this or an option we can use to force the upload for now? The script we had been using for deploying the updates is here
The current depedency tree of the jar that failed is as below: