cytoscape / appstore

Cytoscape App Store web application code
16 stars 20 forks source link

Javadocs links under release history are broken for at least one app #90

Closed coleslaw481 closed 3 years ago

coleslaw481 commented 3 years ago

For the app https://apps.cytoscape.org/apps/disgenetapp under Release History the Javadocs links next to the API lines are broken.

jalajcodes commented 3 years ago

@coleslaw481 What is the expected behaviour here?

removing -extracted from the end of the Javadocs link downloads the jar file.

coleslaw481 commented 3 years ago

If you click on the Javadocs link on an older version of DisGeNET say version 6.0.3 you'll be taken to the javadocs hosted on the appstore site. Example: https://apps.cytoscape.org/media/disgenetapp/releases/6.0.3/DisGeNET-app-6.0.3-javadoc.jar-extracted/

coleslaw481 commented 3 years ago

The real issue was the jar file never got saved see issue #91 , but added some extra logic to troubleshoot issues. Fixed in d0ee0c4..84549af master -> master