Please remember that wildcards dont work in Ant. We should use a fileset instead:
Example Ant code:
<scp todir="user:password@somehost:/home/somewhere">
<fileset dir="src_dir">
<include name="**/*.java"/>
</fileset>
</scp>
... and finally a lovely list of Ant Tasks
No comments:
Post a Comment