You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avalon.apache.org by Paul Hammant <Pa...@yahoo.com> on 2001/09/11 06:23:20 UTC

Distributions on the "nightly" website

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: avalon-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: avalon-dev-help@jakarta.apache.org