Skip to content

Commit

Permalink
LRQA-34230 Display error thrown when plugin fails to compile
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelhashimoto authored and brianchandotcom committed Aug 3, 2017
1 parent d87be06 commit c736242
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build-test-plugins.xml
Original file line number Diff line number Diff line change
Expand Up @@ -397,13 +397,15 @@ plugins.includes=${test.plugin}</echo>

<for list="${test.plugins}" param="test.plugin">
<sequential>
<trycatch>
<trycatch property="test.plugin.failure">
<try>
<antcall target="test-plugin">
<param name="test.plugin" value="@{test.plugin}" />
</antcall>
</try>
<catch>
<echo>PLUGIN_FAILURE: ${test.plugin.failure}</echo>

<echo append="true" file="plugins-compile-failure">@{test.plugin},</echo>
</catch>
</trycatch>
Expand Down

0 comments on commit c736242

Please sign in to comment.