The Cornerstone build.xml now makes a sub directory for .sar files. 
 Unfortunately, the unix scripts to create the nightly builds are not 
copying the subdir to the website.  I've no rights to fix that, does 
anyone here?

  <!--
       ===================================================================
           Distribute Applications as "apps" subdir of distributions/
       ===================================================================
  -->
  <target name="distributions-apps" depends="bars">
    <copy todir="${dist.base}/phoenix-apps" flatten="true">
      <fileset dir="apps">
        <include name="*/dist/*.sar"/>
      </fileset>
    </copy>   
  </target>

-PH


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to