9 Nisan 2013 Salı

Ant - lokale scp

<target name="dummy">        <scp keyfile="${keyfile.location}" file="user@hostname:/data/allatori_opdir/ObfuscationTest/app-jar-out/*" trust="true" failonerror="false"
            todir="/data/tarTemp/app-jars" >
            <fileset>
              <include name="*"/>
            </fileset>
        </scp>           
</target>
   

Hiç yorum yok: