You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Maarten Mulders (JIRA)" <ji...@apache.org> on 2019/06/04 11:16:00 UTC

[jira] [Commented] (MSHARED-822) MessageBuilder should support Paths

    [ https://issues.apache.org/jira/browse/MSHARED-822?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16855592#comment-16855592 ] 

Maarten Mulders commented on MSHARED-822:
-----------------------------------------

Working on this one. Together with [~rfscholte] we figured that the idea of hyperlink output is not that easy. Instead, we came with the idea to color file paths using this scheme:

/path/to/project/root/{color:green}module/module/{color}{color:blue}src/main/resources/whatever.properties{color}.

At least, this should make it easier to highlight the relevant parts of a path.

> MessageBuilder should support Paths
> -----------------------------------
>
>                 Key: MSHARED-822
>                 URL: https://issues.apache.org/jira/browse/MSHARED-822
>             Project: Maven Shared Components
>          Issue Type: New Feature
>            Reporter: Robert Scholte
>            Priority: Major
>              Labels: infosupport
>
> The idea behind this is that you can control the output, e.g. just highlight with a specific color, use relative paths or absolute paths or even translate them to hyperlinks in case the output is an HTML page.
> Since this is a utility class, we should investigate if we can use a [ServiceLoader|https://docs.oracle.com/javase/7/docs/api/java/util/ServiceLoader.html] to solve such transformation.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)