Closed stcarrez closed 4 years ago
So the argouml.org still points to argouml.tigris.org.
I have done the following:
argouml.org now point to argouml-tigris-org.github.io so this should now work.
Hi Linus,
I'm afraid you missed my point. The main issue is not on the site name. The real issue is that ArgoUML tries to download the UML profile which it should not. Instead of trying to download the file, it should try to load the file that is provided by the Jar that contains it. That's the root issue.
Downloading is not a good idea because it also forces you to have an Internet connection when you launch ArgoUML.
OK. Well, yes. On the other hand referencing it with http://argouml.org/profiles/ and not downloading is confusing. Can we give them some other reference? Is there an url-standard for this kind of tool-provided files?
When you use your own profiles, ArgoUML tries to download the Default UML profile definition from:
The issue seems to be in XmiReferenceResolverImpl in toURL() in the following piece of code: