Author: markt
Date: Fri Mar 11 17:38:19 2011
New Revision: 1080693
URL: http://svn.apache.org/viewvc?rev=1080693&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=50911
Reduce noise generated during the build of the Windows installer so warnings
are more obvious.
Patch provided by sebb
Modified:
tomcat/trunk/build.xml
tomcat/trunk/webapps/docs/changelog.xml
Modified: tomcat/trunk/build.xml
URL:
http://svn.apache.org/viewvc/tomcat/trunk/build.xml?rev=1080693&r1=1080692&r2=1080693&view=diff
==============================================================================
--- tomcat/trunk/build.xml (original)
+++ tomcat/trunk/build.xml Fri Mar 11 17:38:19 2011
@@ -1621,11 +1621,13 @@ Apache Tomcat ${version} native binaries
</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>
Modified: tomcat/trunk/webapps/docs/changelog.xml
URL:
http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/changelog.xml?rev=1080693&r1=1080692&r2=1080693&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/trunk/webapps/docs/changelog.xml Fri Mar 11 17:38:19 2011
@@ -55,6 +55,10 @@
<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>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]