Changeset 9330 in josm for trunk/build.xml


Ignore:
Timestamp:
2016-01-06T18:55:24+01:00 (9 years ago)
Author:
Don-vip
Message:

see #11924 - update to Groovy 2.4.6-SNAPSHOT (rev 23ad731c49dceda51e5ff324d1cfed48d7d65c49 - 2016-01-05) downloaded from CI server, to get fixes for:


There's no schedule about 2.4.6 official release, and authors say they "have only very little time these days to actually do the change", see https://issues.apache.org/jira/browse/GROOVY-7291?focusedCommentId=15083011&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-15083011

The jar has been downloaded from http://ci.groovy-lang.org/repository/download/Groovy_Jdk7Build/30993:id/target/distributions/apache-groovy-binary-2.4.6-SNAPSHOT.zip%21/groovy-2.4.6-SNAPSHOT/embeddable/groovy-all-2.4.6-SNAPSHOT.jar

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/build.xml

    r9252 r9330  
    1616    <property name="mapcss.dir" location="${src.dir}/org/openstreetmap/josm/gui/mappaint/mapcss"/>
    1717    <property name="epsg.output" location="data/projection/custom-epsg"/>
    18     <property name="groovy.jar" location="tools/groovy-all-2.4.5.jar"/>
     18    <property name="groovy.jar" location="tools/groovy-all-2.4.6-SNAPSHOT.jar"/>
    1919    <!-- build parameter: compression level (ant -Dclevel=N)
    2020             N ranges from 0 (no compression) to 9 (maximum compression)
Note: See TracChangeset for help on using the changeset viewer.