Changes between Version 68 and Version 69 of InstallNotes
- Timestamp:
- 2014-03-22T09:37:19+01:00 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InstallNotes
v68 v69 15 15 Double click on the jar file. 16 16 17 If this does not work, you probably need to install the [http://java.com/download/index.jsp Java Runtime] 17 If this does not work, you probably need to install the [https://java.com/download/index.jsp Java Runtime] 18 18 19 19 In more extensive edit sessions, you may get an "out of memory" error. To avoid this, the assigned memory can be increased.[[BR]] … … 108 108 {{{ 109 109 #!sh 110 svn co http://josm.openstreetmap.de/svn/trunk josm 110 svn co https://josm.openstreetmap.de/svn/trunk josm 111 111 }}} 112 112 Or you can inspect single files over the web frontend at [/svn] (or [/browser]). … … 129 129 As 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. 130 130 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]. 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 [https://lists.openstreetmap.org/pipermail/josm-dev/2008-August/001585.html solution suggested at mailing list]. 132 132 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]. 133 There 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]. 134 134 135 135 === Using javac === … … 140 140 {{{ 141 141 #!sh 142 svn co http://josm.openstreetmap.de/svn/trunk josm 142 svn co https://josm.openstreetmap.de/svn/trunk josm 143 143 # ''tons of output here'' 144 144 cd josm/