argouml-tigris-org / argouml

Main project of argouml. Some information in the wiki. Some old releases in releases. (depends on parentpom, testmodels)
246 stars 92 forks source link

Fix #16: ArgoUML tries to download http://argouml.org/profiles/uml14/default-uml14.xmi #17

Closed stcarrez closed 4 years ago

stcarrez commented 4 years ago

Add getInputSource() in MDRModelImplementation to open a model URI and look locally if we know the file to avoid getting it from the http://argouml.org site which may be defunct in some future.

When we open a model, use the modelImpl getInputSource() to get the input stream that gives access to its content.

Fix crash in getIdToObjectMap() and clearIdMaps() when there is a problem loading some model.

Change-Id: Ib2c04aab5f6e397f274658e37efcf45ca6c43ed6

linustolke commented 4 years ago

Imported to gerrithub.

shayneoneill commented 3 years ago

On the subject of the old site. Where the heck do you actually download this thing? On the imported site from tigris, the download link just points back to tigris, which appears to be dead?

linustolke commented 2 years ago

I am not really sure what you mean @shayneoneill. I moved everything from tigris to github.io and the redirect at org.argouml was changed.