Skip to content

Instantly share code, notes, and snippets.

@ulsa
Created March 25, 2012 21:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ulsa/2199790 to your computer and use it in GitHub Desktop.
Save ulsa/2199790 to your computer and use it in GitHub Desktop.
CopyTask copy = new CopyTask();
Fileset fileset = new Fileset();
fileset.setDir("src_dir");
copy.setToDir("../new/dir");
copy.setFileset(fileset);
copy.execute();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment