2011-12-12 94 views

回答

1

使用工作区的定义和排除你的文件夹中有。

<dirset dir="${eclipse.workspace.dir}" id="workspacedirset"> 
    <!-- exclude your directory--> 
    <exclude name="EXCLUDEME"/> 
    <!-- include all others --> 
    <include name="**"/> 
</dirset> 
<ant4eclipse:workspaceDefinition id="myworkspace"> 
    <dirset refid="worspacedirset"/> 
</ant4eclipse:workspaceDefinition> 
相关问题