· KLDP.org · KLDP.net · KLDP Wiki · KLDP BBS ·
Red5 Install/Debian Squeeze

Red5Install/DebianSqueeze



* ant clean


        <target name="clean" description="Clean the directories for building">
                <Delete file="${red5.filename}.jar"/>
                <Delete file="boot.jar"/>
                <Delete file="ivy.log"/>
                <Delete dir="${classes.dir}"/>
                <Delete dir="${dist.dir}"/>
                <Delete dir="${cluster.dir}"/>
                <Delete dir="${javadoc.dir}"/>
                <Delete dir="${testdoc.dir}"/>
                <Delete includeemptydirs="true">
                        <fileset dir="${webapps.dir}/" includes="**/*.class"/>
                </Delete>
                <Delete includeemptydirs="true">
                        <fileset dir="${webapps.dir}/" includes="**/*.jar"/>
                </Delete>
                <Delete>
                        <fileset dir="." includes="*.tar.gz"/>
                        <fileset dir="." includes="*.zip"/>
                </Delete>
        </target>

  • ${red5.filename}
    • build.properties file
      • red5.filename=red5


ID
Password
Join
As goatheard learns his trade by goat, so writer learns his trade by wrote.


sponsored by andamiro
sponsored by cdnetworks
sponsored by HP

Valid XHTML 1.0! Valid CSS! powered by MoniWiki
last modified 2011-03-27 12:33:59
Processing time 0.0033 sec