Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=50911
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Fri, 11 Mar 2011 17:38:19 +0000 (17:38 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Fri, 11 Mar 2011 17:38:19 +0000 (17:38 +0000)
Reduce noise generated during the build of the Windows installer so warnings are more obvious.
Patch provided by sebb

git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1080693 13f79535-47bb-0310-9956-ffa450edef68

build.xml
webapps/docs/changelog.xml

index a620aa2..8afb650 100644 (file)
--- a/build.xml
+++ b/build.xml
@@ -1621,11 +1621,13 @@ Apache Tomcat ${version} native binaries for Win64 AMD64/EMT64 platform.
     </copy>
     <exec dir="${tomcat.dist}" executable="${nsis.exe}" osfamily="windows">
       <arg value="/DNSISDIR=${nsis.home}" />
+      <arg value="/V2" />
       <arg value="tomcat.nsi" />
     </exec>
     <exec dir="${tomcat.dist}" executable="wine" osfamily="unix">
       <arg value="${nsis.exe}" />
       <arg value="/DNSISDIR=${nsis.home}" />
+      <arg value="/V2" />
       <arg value="tomcat.nsi" />
     </exec>
 
index eefbfdc..6be8b92 100644 (file)
       <update>
         Update optional CheckStyle library to 5.3. (markt)
       </update>
+      <fix>
+        <bug>50911</bug>: Reduce noise generated during the build of the Windows
+        installer so warnings are more obvious. Patch provided by sebb. (markt)
+      </fix>
     </changelog>
   </subsection>
 </section>