Author: carnold
Date: Fri Mar 26 04:53:00 2010
New Revision: 927689
URL: http://svn.apache.org/viewvc?rev=927689&view=rev
Log:
Make SVN_EDITOR requirement a little more prominent, workaround inconsistent
CRLF in bugreport.html
Modified:
logging/site/trunk/author/build.xml
logging/site/trunk/author/pom.xml
Modified: logging/site/trunk/author/build.xml
URL:
http://svn.apache.org/viewvc/logging/site/trunk/author/build.xml?rev=927689&r1=927688&r2=927689&view=diff
==============================================================================
--- logging/site/trunk/author/build.xml (original)
+++ logging/site/trunk/author/build.xml Fri Mar 26 04:53:00 2010
@@ -104,6 +104,7 @@
<fileset dir="target/site-deploy"
includes="**/*.jnlp"/>
</path>
</foreach>
+ <fixcrlf srcDir="target/site-deploy" includes="**/bugreport.html"/>
<!-- requires that SVN_EDITOR, VISUAL or EDITOR being set to
edit commit description -->
<exec executable="svn" dir="target/site-deploy"
failonerror="true">
<arg value="commit"/>
Modified: logging/site/trunk/author/pom.xml
URL:
http://svn.apache.org/viewvc/logging/site/trunk/author/pom.xml?rev=927689&r1=927688&r2=927689&view=diff
==============================================================================
--- logging/site/trunk/author/pom.xml (original)
+++ logging/site/trunk/author/pom.xml Fri Mar 26 04:53:00 2010
@@ -15,6 +15,13 @@
limitations under the License.
-->
+<!--
+Use of site-deploy task requires that SVN_EDITOR be set to a
+blocking, non-console editor such as xemacs to provide the commit message.
+
+$ export SVN_EDITOR=xemacs
+$ mvn site-deploy
+-->
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>