Changeset 7853 in josm for trunk/windows


Ignore:
Timestamp:
2014-12-20T13:31:07+01:00 (9 years ago)
Author:
Don-vip
Message:

fix/debug problems seen on Jenkins:

  • delete old windows installer files before building new one
  • better error message for unexplained regression + attempt to fix it by synchronization in CachedFile
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/windows/josm-setup-unix.sh

    r7844 r7853  
    121121        # launch4j - http://launch4j.sourceforge.net/
    122122        # delete old exe file first
    123         /bin/rm -f ${TARGET}.exe
     123        /bin/rm -f ${TARGET}*.exe
    124124        $LAUNCH4J "launch4j_${TARGET}.xml"
    125125        # comment previous line and uncomment next one on Windows
Note: See TracChangeset for help on using the changeset viewer.