source: josm/trunk/build.xml

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @7622   10 years Don-vip update to jdk7u72 + Groovy 2.3.7 + Jacoco 0.7.2
(edit) @7512   10 years stoecker checkin test
(edit) @7508   10 years Don-vip fix build
(edit) @7494   10 years Don-vip update proguard to version 5.0 + debian/ubuntu stuff
(edit) @7489   10 years Don-vip fix #10393 - Validation of URLs and e-mails in relevant tags, using …
(edit) @7367   10 years Don-vip fix encoding problems in tests + tools update: - Groovy 2.3.6 - Jacoco …
(edit) @7351   10 years Don-vip fix #10325 - WMS not working if JOSM compiled with dist-optimized: …
(edit) @7331   10 years Don-vip fix build + update to JavaCC 6.1.2
(edit) @7325   10 years Don-vip COTS update
(edit) @7287   10 years Don-vip fix #10025 - File registration with Mac OSX (many thanks to Stereo and …
(edit) @7231   10 years Don-vip see #10025 - add bundledocument to Mac OSX package to register JOSM …
(edit) @7215   10 years akks update Netbeans project, skip jaxb build target if not needed (see #10040)
(edit) @7209   10 years Don-vip see #10040 - call JDK xjc native executable instead of ant task to …
(edit) @7208   10 years Don-vip see #10040 - update Groovy to 2.3.2 (official version for running …
(edit) @7183   10 years stoecker fix linK
(edit) @7133   10 years Don-vip remove generated Java files from SVN, integrate JAXB 2.2.7 to build …
(edit) @7085   10 years Don-vip allow to disable auto-save of preferences file for unit tests (ant …
(edit) @7079   10 years Don-vip fix some unit tests
(edit) @7068   10 years Don-vip test cleanup
(edit) @7063   10 years Don-vip compile and run all tests, including Groovy ones
(edit) @7043   10 years bastiK see #9691 - added command line option to enable debug level trace
(edit) @7040   10 years Don-vip tests/build update: * update Jacoco to version 0.7.0 * compile …
(edit) @7027   10 years Don-vip fix more warnings (-Xlint:rawtypes), remove deprecated method and …
(edit) @7022   10 years Don-vip see #8465 - enable and fix more warnings
(edit) @7021   10 years Don-vip see #8465 - enable -Xlint:cast and fix associated warnings
(edit) @7019   10 years Don-vip see #8465 - fix @SafeVarargs warning, see …
(edit) @7001   10 years Don-vip see #8465 - switch core to Java 7
(edit) @6955   10 years Don-vip fix #9778 - more https accesses to josm website
(edit) @6945   10 years Don-vip see #8654 - refactor Mac OSX packaging ant task
(edit) @6830   10 years Don-vip javadoc fixes for jdk8 compatibility
(edit) @6756   10 years Don-vip fix #9590 - replace org.json with GPL-compliant jsonp + remove mention …
(edit) @6686   10 years Don-vip fix #9575 - support predefined character classes in MapCSS regular …
(edit) @6585   10 years simon04 fix #9501 see #9450 - JOSM build failed with SVN
(edit) @6545   10 years simon04 see #9450 - JOSM build from a git mirror: remove need for perl script, …
(edit) @6540   10 years Don-vip fix #9450 - Allow to build JOSM from a git mirror clone with `ant …
(edit) @6446   10 years Don-vip javaCC tuning
(edit) @6341   10 years Don-vip Prepare arrival of Java 7u51 (14th january 2014) - update Manifest to …
(edit) @6217   11 years Don-vip see #8654 - Make Mac OS X Java 7 package closer to former package
(edit) @6216   11 years Don-vip see #8654 - New target distmac7 to build Mac OS X package for Oracle …
(edit) @6208   11 years Don-vip fix #9027 - fix error in internal preset introduced in r6195 (patch by …
(edit) @6144   11 years Don-vip see #8954 - new tagging preset reader regression test (patch by AlfonZ)
(edit) @6134   11 years Don-vip forgot old statement
(edit) @6133   11 years Don-vip update build.xml / test environment: - cleanup of build.xml - update …
(edit) @6121   11 years Don-vip compile test classes to their own build dir
(edit) @6120   11 years Don-vip fix test-compile target in build.xml
(edit) @5502   12 years Don-vip fix some compilation warnings
(edit) @5498   12 years jttt ant-sniffer 1.8, download only changed plugins for check-plugin target
(edit) @5481   12 years stoecker some cleanup, mainly javadoc
(edit) @5392   12 years bastiK applied #7922 - "ant clean dist" doesn't work (patch by AlfonZ)
(edit) @5362   12 years stoecker reintroduce the feature to give the build a name
(edit) @5323   12 years simon04 fix #7769 - build.xml improvements. - run javacc only if …
(edit) @5263   12 years bastiK add javadoc ant task
(edit) @4838   12 years jttt Add findbugs ant target
(edit) @4837   12 years jttt Fix tests
(edit) @4783   12 years jttt Upgrade to animal sniffer 1.7
(edit) @4730   12 years jttt New proguard, update proguard configuration
(edit) @4728   12 years jttt Fix #7192: compile error
(edit) @4722   12 years jttt Fix #7192 compile error
(edit) @4257   13 years stoecker fix #6603 - don't use optional javacc ant task
(edit) @4252   13 years bastiK removed autogenerated code - can be build without problems using …
(edit) @4243   13 years stoecker fix track coloring and NMEA import
(edit) @4239   13 years bastiK don't show compiler warnings for libraries
(edit) @4232   13 years stoecker fix wrong excludes line
(edit) @4231   13 years stoecker add signpost and metadata extractor code to repository directly
(edit) @4166   13 years stoecker i18n update, split plugin and core translation
(edit) @4074   13 years bastiK mapcss: performance improvement for parent selector (by Gubaer)
(edit) @3875   13 years stoecker remove non-offical styles
(edit) @3864   13 years bastiK change in build: do not copy elemstyles.xml to data folder, but …
(edit) @3856   13 years bastiK improve mapcss support
(edit) @3833   13 years jttt Read list of deprecated plugins from PluginHandler.java (fixed)
(edit) @3830   13 years jttt Read list of deprecated plugins from PluginHandler.java
(edit) @3829   13 years bastiK html reports for junit (patch by Marcin Floryan)
(edit) @3744   13 years Upliner add jmapviewer images to build.xml
(edit) @3649   13 years jttt Added classes to ignore to check-plugins task
(edit) @3580   14 years jttt Use java.awt.headless for tests (necessary for running tests in hudson)
(edit) @3579   14 years jttt Use josm-custom.jar in test classpath (because ProjectionTest needs …
(edit) @3509   14 years bastiK make java 6 warning message from [3417] work again. Basically it does …
(edit) @3442   14 years jttt Fix check-plugin ant task, update to latest proguard
(edit) @3439   14 years stoecker cleanup JAVA5/JAVA6
(edit) @3425   14 years stoecker fix #5244 - port to signpost 1.2 - patch by dpaleino
(edit) @3222   14 years jttt Fix #4396 Priorities for style elements working only partially
(edit) @3162   14 years jttt Add check-plugins target to build.xml. It will download plugins and …
(edit) @3091   14 years jttt Added ProGuard tool (see #4640)
(edit) @3026   14 years jttt Fix test ant target
(edit) @2827   14 years stoecker moved elementstyles to data directory
(edit) @2813   14 years stoecker moved single presets file into data directory
(edit) @2796   14 years stoecker moved commons jar into SVN directly
(edit) @2754   14 years stoecker fixed translation problems, i18n update
(edit) @2748   14 years Gubaer new: JOSM now supports OAuth See also …
(edit) @2715   14 years stoecker fixed #3772, #4139 - fixed help browser - the external start never …
(edit) @2618   14 years Gubaer fixed #4153: Upload dialog's "Upload to '$URL'" isn't updated when the …
(edit) @2507   14 years stoecker apply #2989 - patch by pieren - improve lambert projection
(edit) @2453   14 years jttt Applied #3899 - patch by jpstotz - Automated creation of REVISION file …
(edit) @2397   14 years bastiK New build option: jar compression level. (ant -Dclevel=N) Default is …
(edit) @2369   14 years Gubaer fixed #3305: Version is UNKNOWN see also [wiki:CreateBuild howto …
(edit) @2368   14 years framm compress resulting jar file maximally
(edit) @2360   14 years stoecker fix defaults when svn is missing, disable usertools
(edit) @2358   14 years Gubaer fixed #3305: Version is UNKNOWN fixed #3429: created_by=* includes the …
(edit) @2274   15 years Gubaer Improved help browser layout (now uses custom CSS shipped with JOSM) …
(edit) @1941   15 years stoecker fixed NPE
Note: See TracRevisionLog for help on using the revision log.