-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Labels
bachelor thesisDescribes issues which could be used as a basis for a bachelor thesisDescribes issues which could be used as a basis for a bachelor thesisenhancement
Description
Currently Artifacts need to use Path instances to point to the files in the local file system that constitute the product "code" base. This makes sense for some specific cases, for example for the ECCO service that provides a "repository" like functionality where the files that constitute a product are kept in a local folder.
In the general sense, ECCO should support files located "anywhere" (e.g. web servers, ftp servers, network drives, etc.). For this I think the best approach is to change the Path to a URI.
If this is defeninetly not the case and things must be kept local, then the generic parameter from Artifacts should be removed and the Path interface "hard codeded".
Metadata
Metadata
Assignees
Labels
bachelor thesisDescribes issues which could be used as a basis for a bachelor thesisDescribes issues which could be used as a basis for a bachelor thesisenhancement