Changes between Version 495 and Version 496 of WikiStart
- Timestamp:
- 11/08/22 11:01:32 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v495 v496 1174 1174 1175 1175 == Import all sources in Eclipse 1176 To get the sources from SVN you need to install an SVN adapter. After that you can check out the sources 1177 1178 === Installing SVN adapter 1176 1179 Before Eclipse 2022, Installing Subclipse using the Eclipse marketplace and using the SVNKit worked fine. However Getting SVN working in Eclipse 2022 (and above?) is tricky because SVNKit does not work with the newer java that comes with Eclipse2022 because it contains a newer java with raised security requirements and SVNKit is now considered unsafe. If you try it with SVNKit you will get an error message containing {{{module java.base does not "opens java.lang" to unnamed module}}}. To get around this you need to work with JavaHL which is complex to get working. 1177 1180 The installation instructions are on [https://github.com/subclipse/subclipse/wiki github]. Do NOT use the Eclipse marketplace because it is installing old code without the required JavaHL 14 adapter. … … 1187 1190 NOTE: Uninstalling SVNKit and subclipse (or variants like subversive) seems not to work properly in Eclipse, above procedure seems to work properly best with a fresh Eclipse installation) 1188 1191 1189 After this, SVN should work. You can now right click in Package Explorer in Eclipse, select "Import/SVN/Checkout Projects from SVN". Select the root of the project, finish (selecting sub-projects will result in a stupid loop in the checkout procedure in Eclipse and won't lead anywhere...) 1192 After this, SVN should work. 1193 1194 === Download the sources 1195 You can now right click in Package Explorer in Eclipse, select "Import/SVN/Checkout Projects from SVN". Select the root of the project, finish (selecting sub-projects will result in a stupid loop in the checkout procedure in Eclipse and won't lead anywhere...) 1190 1196 1191 1197 Right click on the checked-out project that you want eclipse to recognise as Maven project (the project are maven but Eclipse does not recognise this after check-out). Select import/maven/existing maven projects. Finish.