Changes between Version 68 and Version 69 of InstallNotes


Ignore:
Timestamp:
2014-03-22T09:37:19+01:00 (11 years ago)
Author:
anonymous
Comment:

https

Legend:

Unmodified
Added
Removed
Modified
  • InstallNotes

    v68 v69  
    1515Double click on the jar file.
    1616
    17 If this does not work, you probably need to install the [http://java.com/download/index.jsp Java Runtime]
     17If this does not work, you probably need to install the [https://java.com/download/index.jsp Java Runtime]
    1818
    1919In more extensive edit sessions, you may get an "out of memory" error. To avoid this, the assigned memory can be increased.[[BR]]
     
    108108{{{
    109109#!sh
    110 svn co http://josm.openstreetmap.de/svn/trunk josm
     110svn co https://josm.openstreetmap.de/svn/trunk josm
    111111}}}
    112112Or you can inspect single files over the web frontend at [/svn] (or [/browser]).
     
    129129As of Eclipse 3.5.2 and the latest JOSM (August 10, 2011), you will have problems compiling, due to problems compiling Mappaint MapCSS with a fresh install of Eclipse. First you will need the [http://www.engr.mun.ca/~theo/JavaCC-FAQ/javacc-faq-moz.htm JavaCC] [http://eclipse-javacc.sourceforge.net/ plugin for Eclipse]. To install it in Eclipse, go to Help->New Software... then add the site [http://eclipse-javacc.sourceforge.net/] as a source, and install the JavaCC Eclipse Plug-in. Then in the Package Explorer, expand org.openstreetmap.josm.gui.mappaint.mapcss, right-click on MapCSSParser.jj, and "Compile with JavaCC". This should put new java files in a package called org.openstreetmap.josm.gui.mappaint.mapcss.parsergen, but if it doesn't, you will have to create the package manually (right-click and create package), then drag the new files into the package you just created (they should be easy to identify based on the light gray text that denotes it was compiled from MapCSSParser.jj). This should resolve any import issues in MapCSSStyleSource.java, and you should now be able to compile JOSM.
    130130
    131 If you try to compile the JOSM sources in Eclipse and get errors like "The method marktr(String) is undefined for the type SomeType" look at [http://lists.openstreetmap.org/pipermail/josm-dev/2008-August/001585.html solution suggested at mailing list].
     131If you try to compile the JOSM sources in Eclipse and get errors like "The method marktr(String) is undefined for the type SomeType" look at [https://lists.openstreetmap.org/pipermail/josm-dev/2008-August/001585.html solution suggested at mailing list].
    132132
    133 There are also two Videos available at youtube, which show [http://www.youtube.com/watch?v=-LoWGf-hqiQ how to checkout JOSM into Eclipse] and [http://www.youtube.com/watch?v=Z3OjG3nDvzA how to checkout a JOSM plugin into Eclipse].
     133There are also two Videos available at youtube, which show [https://www.youtube.com/watch?v=-LoWGf-hqiQ how to checkout JOSM into Eclipse] and [https://www.youtube.com/watch?v=Z3OjG3nDvzA how to checkout a JOSM plugin into Eclipse].
    134134
    135135=== Using javac ===
     
    140140{{{
    141141#!sh
    142 svn co http://josm.openstreetmap.de/svn/trunk josm
     142svn co https://josm.openstreetmap.de/svn/trunk josm
    143143      #  ''tons of output here''
    144144cd josm/