[x3d-public] Already submitted and rejected change to x3d/stylesheets/build.xml

John Carlson yottzumm at gmail.com
Mon Jun 7 07:10:34 PDT 2021


Please provide a Linux version of build.xml, if possible, or tell me to 
roll my own.

Rolling my own right now.

John

/c/x3d-code/www.web3d.org$ svn diff
Index: x3d/stylesheets/build.xml
===================================================================
--- x3d/stylesheets/build.xml   (revision 32158)
+++ x3d/stylesheets/build.xml   (working copy)
@@ -109,7 +109,7 @@

      <property name="stylesheets.dir" location="."/>

-    <property name=   "node" value="node.exe"/>
+    <property name=   "node" value="node"/>

      <!-- ant jar manifest properties -->
      <property name="user.name.build" value="Don Brutzman, 
brutzman at nps.edu"/>
@@ -142,9 +142,11 @@
          </exec>
          <!-- 
https://www.saxonica.com/documentation9.5/using-xsl/commandline.html -->
          <echo>saxon -? help</echo>
+<!--
          <java classname="net.sf.saxon.Transform" 
classpath="${saxon.dir}/${saxon.jar};." failonerror="true">
          <arg value="-?" description="help information"/>
          </java>
+-->
          <echo></echo>
          <!-- Ant environment variables 
https://ant.apache.org/manual/Tasks/property.html -->
          <echo>  ANT_HOME=${env.ANT_HOME}</echo>




More information about the x3d-public mailing list