You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by kk...@apache.org on 2014/09/18 00:17:29 UTC

svn commit: r1625837 - /tomcat/tc6.0.x/trunk/BUILDING.txt

Author: kkolinko
Date: Wed Sep 17 22:17:28 2014
New Revision: 1625837

URL: http://svn.apache.org/r1625837
Log:
CTR: Documentation
Add a note about creating release builds on non-Windows platforms.
It is port of r1553126.

Modified:
    tomcat/tc6.0.x/trunk/BUILDING.txt

Modified: tomcat/tc6.0.x/trunk/BUILDING.txt
URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/BUILDING.txt?rev=1625837&r1=1625836&r2=1625837&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/BUILDING.txt (original)
+++ tomcat/tc6.0.x/trunk/BUILDING.txt Wed Sep 17 22:17:28 2014
@@ -164,5 +164,11 @@ For a quick rebuild of only modified cod
 
 (7) Building a release:
 
+    A full release includes the Windows installer which requires a Windows
+    environment to be available to create it. If not building in a Windows
+    environment, the build scripts assume that WINE is available. If this is not
+    the case, the skip.installer property may be set to skip the creation of the
+    Windows installer.
+
     cd ${tomcat.source}
     ant -f dist.xml release



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