Changes between Version 495 and Version 496 of WikiStart


Ignore:
Timestamp:
11/08/22 11:01:32 (18 months ago)
Author:
wouter
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v495 v496  
    11741174
    11751175== Import all sources in Eclipse
     1176To 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
    11761179Before 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.
    11771180The 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.
     
    11871190NOTE: 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)
    11881191
    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...)
     1192After this, SVN should work.
     1193
     1194=== Download the sources
     1195You 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...)
    11901196
    11911197Right 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.