Repast / repast.simphony

Git repository for Repast Simphony development
repast.github.io
90 stars 21 forks source link

overwrite model.zip file when creating portable model installer #75

Closed etatara closed 1 year ago

etatara commented 1 year ago

The portable model installer ant zip task will append files to an existing model.zip archive instead of creating a new one from scratch every time, and may cause issues with including stale or wrong files. We need to update the create_model_archive.xml script to include a delete task before the zip task:

<delete file="${output_file}"/>        
etatara commented 1 year ago

Fixed in release 2.10.0