Mic*_*hel 12
您可以将它添加到build.xml:
<target name="-post-jar">
<copy todir="${dist.jar.dir}">
<fileset dir="resources" includes="**"/>
</copy>
</target>
Run Code Online (Sandbox Code Playgroud)
您现在可以将configuration.xml文件放在项目中的"资源"文件夹(您需要创建)中,并在构建过程中将其中的所有文件复制到dist文件夹中.
归档时间: |
|
查看次数: |
11953 次 |
最近记录: |