开发者

ANT war task- How to war only new /modified files

开发者 https://www.devze.com 2023-01-20 14:41 出处:网络
How do i modify ant war task so when everytime it is called, instead of building whole application, it builds only new files or modified files. I tried to use update, duplicate attributes and they do

How do i modify ant war task so when everytime it is called, instead of building whole application, it builds only new files or modified files. I tried to use update, duplicate attributes and they do not seem helpful开发者_如何转开发.


try

modified 

tag

<war ... >
  <fileset dir="${local.dir}">
    <modified>
      <param name="cache.cachefile" value="localdev.cache"/>
    </modified>
  </fileset>
</war>
0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号