You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pig.apache.org by da...@apache.org on 2016/07/17 07:55:08 UTC

svn commit: r1753023 - in /pig/trunk: CHANGES.txt build.xml

Author: daijy
Date: Sun Jul 17 07:55:08 2016
New Revision: 1753023

URL: http://svn.apache.org/viewvc?rev=1753023&view=rev
Log:
Revert PIG-3906: ant site errors out

Modified:
    pig/trunk/CHANGES.txt
    pig/trunk/build.xml

Modified: pig/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/pig/trunk/CHANGES.txt?rev=1753023&r1=1753022&r2=1753023&view=diff
==============================================================================
--- pig/trunk/CHANGES.txt (original)
+++ pig/trunk/CHANGES.txt Sun Jul 17 07:55:08 2016
@@ -231,8 +231,6 @@ PIG-4867: -stop_on_failure does not work
 
 PIG-4844: Tez AM runs out of memory when vertex has high number of outputs (rohini)
 
-PIG-3906: ant site errors out (nielsbasjes via daijy)
-
 PIG-4851: Null not padded when input has less fields than declared schema for some loader (rohini)
 
 PIG-4850: Registered jars do not use submit replication (rdblue via cheolsoo)

Modified: pig/trunk/build.xml
URL: http://svn.apache.org/viewvc/pig/trunk/build.xml?rev=1753023&r1=1753022&r2=1753023&view=diff
==============================================================================
--- pig/trunk/build.xml (original)
+++ pig/trunk/build.xml Sun Jul 17 07:55:08 2016
@@ -643,23 +643,11 @@
        </copy>
     </target>
 
-    <target name="forrest.check" depends="forrest.check.plugins" unless="forrest.home">
+    <target name="forrest.check" unless="forrest.home">
        <fail message="'forrest.home' is not defined.
       Please pass -Dforrest.home=&lt;base of Apache Forrest installation&gt; to Ant on the command-line." />
     </target>
 
-    <target name="forrest.check.plugins" >
-        <fail message="${forrest.home}/plugins is not writeable. Fix: chmod a+rwX -R ${forrest.home}/plugins">
-            <condition>
-                <not>
-                    <isfileselected file="${forrest.home}/plugins">
-                        <writable />
-                    </isfileselected>
-                </not>
-            </condition>
-        </fail>
-    </target>
-
     <target name="source-jar" depends="cc-compile">
        <jar duplicate="preserve" jarfile="${output.jarfile.sources}" basedir="${src.dir}/" excludes="docs/**, overview.html">
             <manifest>