You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by is...@apache.org on 2019/03/15 20:56:42 UTC

[tomcat] branch 8.5.x updated: Added ant taget echoproperties for easier troubleshooting

This is an automated email from the ASF dual-hosted git repository.

isapir pushed a commit to branch 8.5.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/8.5.x by this push:
     new b796750  Added ant taget echoproperties for easier troubleshooting
b796750 is described below

commit b7967503cde9fb523eb398174ac312256a98a169
Author: Igal Sapir <is...@apache.org>
AuthorDate: Fri Mar 15 13:56:26 2019 -0700

    Added ant taget echoproperties for easier troubleshooting
---
 build.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/build.xml b/build.xml
index 8f5f5c5..c1cfc61 100644
--- a/build.xml
+++ b/build.xml
@@ -504,6 +504,11 @@
 
   <!-- =========================== Build targets =========================== -->
 
+  <!-- Output the merged properties for the current Ant environment -->
+  <target name="echoproperties">
+    <echoproperties/>
+  </target>
+  
   <target name="build-prepare">
 
     <!-- Required so we can compile -->


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org