Changes between Initial Version and Version 6 of Ticket #15182


Ignore:
Timestamp:
2017-08-23T19:57:23+02:00 (7 years ago)
Author:
Don-vip
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #15182 – Description

    initial v6  
    33A clean modular architecture would be a huge task (don't know if it would really be possible at all, as we have a lot of interwoven dependencies) but I'd like to see if we can achieve a more affordable intermediate state, where we could build a standalone version of JOSM validator that could be run as follows:
    44
    5 `java -jar josm-validator.jar -o warnings.xml`
     5`java -jar josm-validator.jar data.osm -o warnings.xml`
    66
    77This jar having no dependency on AWT/Swing/JavaFX. This way it could be run for example by a Java 9 server VM which does not include the java.desktop module.