· 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
His heart was yours from the first moment that you met.


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.0026 sec