This blog has been moved to the Octopress plus Github Pages and can now be accessed by sklyarenko.net. The contents of this Blogger instance will continue living here in order not to break the external references.
The AI ick
1 day ago
This blog is used as a memory dump of random thoughts and interesting facts about different things in the world of IT. If anyone finds it useful, the author will be just happy! :-)
<copy todir="${target}">
<fileset basedir="${source}" />
</copy>
[copy] Copying 1 directory to '...'.
[copy] Copying 0 files to '...'.
<copy todir="${target}">
<fileset basedir="${source}">
<include name="**/*" />
</fileset>
</copy>