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

Sylwester Lachiewicz commented on MSHARED-907:
----------------------------------------------

Done inĀ 
[9f62f6084299a4e3048f535356da94551725c70d|https://gitbox.apache.org/repos/asf?p=maven-script-interpreter.git;a=commit;h=9f62f6084299a4e3048f535356da94551725c70d]

> Output build log from script to maven mojo log
> ----------------------------------------------
>
>                 Key: MSHARED-907
>                 URL: https://issues.apache.org/jira/browse/MSHARED-907
>             Project: Maven Shared Components
>          Issue Type: Improvement
>          Components: maven-script-interpreter
>            Reporter: Slawomir Jaranowski
>            Assignee: Sylwester Lachiewicz
>            Priority: Major
>             Fix For: maven-script-interpreter-1.3
>
>
> Currently only PrintStream from ExecutionLogger is propagated to interpreter.
> Even we have mojo log in ExecutionLogger it is not used for logging.
> In {{ScriptRunner}} we have:
> {code:java}
> PrintStream out = ( logger != null ) ? logger.getPrintStream() : null;
> result = interpreter.evaluateScript( script, classPath, globalVariables, out 
> ); {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to