You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Hervé Boutemy (JIRA)" <ji...@apache.org> on 2017/06/04 22:14:04 UTC

[jira] [Closed] (MSHARED-638) use script description instead of hardcoded "script" in messages

     [ https://issues.apache.org/jira/browse/MSHARED-638?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Hervé Boutemy closed MSHARED-638.
---------------------------------
    Resolution: Fixed

> use script description instead of hardcoded "script" in messages
> ----------------------------------------------------------------
>
>                 Key: MSHARED-638
>                 URL: https://issues.apache.org/jira/browse/MSHARED-638
>             Project: Maven Shared Components
>          Issue Type: Improvement
>          Components: maven-script-interpreter
>    Affects Versions: maven-script-interpreter-1.1
>            Reporter: Hervé Boutemy
>            Assignee: Hervé Boutemy
>             Fix For: maven-script-interpreter-1.2
>
>
> examples:
> {noformat}[DEBUG] no script found in directory: ...
> [DEBUG] no script found in directory: ...{noformat}
> would be clearer written as:
> {noformat}[DEBUG] selector script: no script 'selector' found in directory ...
> [DEBUG] pre-build script: no script 'prepare' found in directory ...{noformat}
> or instead of:
> {noformat}[INFO] run script verify.bsh{noformat}
> having
> {noformat}[INFO] run post-build script verify.bsh{noformat}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)