Repository: buildr Updated Branches: refs/heads/master 0b3d8a40f -> 9ad194a7d
If the output contains warnings then emit output Project: http://git-wip-us.apache.org/repos/asf/buildr/repo Commit: http://git-wip-us.apache.org/repos/asf/buildr/commit/06869323 Tree: http://git-wip-us.apache.org/repos/asf/buildr/tree/06869323 Diff: http://git-wip-us.apache.org/repos/asf/buildr/diff/06869323 Branch: refs/heads/master Commit: 06869323e2c2bfa5d313eafa38a155b77c34e04b Parents: 8f76d43 Author: Peter Donald <[email protected]> Authored: Sun Mar 30 13:04:11 2014 +1100 Committer: Peter Donald <[email protected]> Committed: Tue Apr 1 07:21:47 2014 +1100 ---------------------------------------------------------------------- addon/buildr/wsgen.rb | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/buildr/blob/06869323/addon/buildr/wsgen.rb ---------------------------------------------------------------------- diff --git a/addon/buildr/wsgen.rb b/addon/buildr/wsgen.rb index 4404628..a68c76c 100644 --- a/addon/buildr/wsgen.rb +++ b/addon/buildr/wsgen.rb @@ -170,6 +170,9 @@ module Buildr puts output raise "Problem building webservices" end + if output =~ /\[WARNING\]/ + puts output + end end project.file(ws_dir).enhance([java_file]) end
