<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <p><span style="font-family:monospace"><span
          style="color:#000000;background-color:#ffffff;"> I''d like to
          combine the two targets, so I can put more than on file arg on
          the end of the Main command, without breaking beyond the
          maximum number of args.<br>
        </span></span></p>
    <p><span style="font-family:monospace"><span
          style="color:#000000;background-color:#ffffff;">Any assistance
          is welcome.<br>
        </span></span></p>
    <p><span style="font-family:monospace"><span
          style="color:#000000;background-color:#ffffff;">      
          <target name="run">
        </span><br>
                 <foreach target="runone" param="theFile">
        <br>
                   <fileset dir="${examples}" casesensitive="yes">
        <br>
                     <include name="**/*.json"/>
        <br>
                   </fileset>
        <br>
                 </foreach>
        <br>
               </target>
        <br>
        <br>
               <target name="runone">
        <br>
                       <echo message="Main ${theFile} with classpath
        ${classpath}"/>
        <br>
                       <java classname="Main"
        classpath="${classpath}">
        <br>
                               <arg value="${theFile}"/>
        <br>
                       </java>
        <br>
               </target><br>
      </span></p>
  </body>
</html>