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

Allow to have several directories to search for UML default profiles #55

Closed stcarrez closed 2 years ago

stcarrez commented 2 years ago

We can set the following system configuration argouml.profiles.directory but it only accepts a single directory.

Sometimes the default UML profiles are stored in different directories and it would be nice to allow ArgoUML to search for these UML profiles from several directories (which is already supported).

One simple way to do this is to allow the argouml.profiles.directory configuration variable to hold several paths and have ArgoUML look at each of them. A simple ';' directory separator can be used to avoid problems on Windows.