You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pivot.apache.org by rw...@apache.org on 2020/03/18 01:07:43 UTC

svn commit: r1875338 - /pivot/trunk/build.xml

Author: rwhitcomb
Date: Wed Mar 18 01:07:43 2020
New Revision: 1875338

URL: http://svn.apache.org/viewvc?rev=1875338&view=rev
Log:
Show the "java_modules" flag in the environment info for a build.
Helps to debug current problems with java.activation missing for javadoc.


Modified:
    pivot/trunk/build.xml

Modified: pivot/trunk/build.xml
URL: http://svn.apache.org/viewvc/pivot/trunk/build.xml?rev=1875338&r1=1875337&r2=1875338&view=diff
==============================================================================
--- pivot/trunk/build.xml (original)
+++ pivot/trunk/build.xml Wed Mar 18 01:07:43 2020
@@ -452,6 +452,7 @@ limitations under the License.
         <echo message="OS: ${os.name}, version ${os.version}, architecture ${os.arch}"/>
         <echo message=""/>
         <echo message="Java: home at '${java.home}', version ${java.version}, vendor ${java.vendor}"/>
+        <echo message="  needs module flags? ${java_modules}"/>
         <echo message=""/>
     </target>