Newbie ANT question

S

soup_or_power

Can someone please tell me what the following XML means in ANT?

<copy todir="docs" overwrite="true" includeEmptyDirs=
"false" failonerror="false">
<fileset dir="docs/distrib">
<exclude name="*/**/*"/>
</fileset>
</copy>
 
R

Rhino

Can someone please tell me what the following XML means in ANT?

<copy todir="docs" overwrite="true" includeEmptyDirs=
"false" failonerror="false">
<fileset dir="docs/distrib">
<exclude name="*/**/*"/>
</fileset>
</copy>
Why are you asking this question on a Java programming newsgroup? A better
place would be the Ant users mailing list. You can subscribe here:
http://ant.apache.org/mail.html.

Or check the Ant manual, which you can find here:
http://ant.apache.org/manual/index.html. You'll find the copy task, and a
description of all of its parameters, plus some examples, by clicking on
"Ant Tasks", then "Core Tasks", then "Copy".
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,055
Latest member
SlimSparkKetoACVReview

Latest Threads

Top