Changes between Version 494 and Version 495 of WikiStart
- Timestamp:
- 11/08/22 10:59:32 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v494 v495 1189 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...) 1190 1190 1191 Ri cht 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.1192 1193 Note. Eclipse does not automatically recognise this as a maven project because Eclipse supports this only with GIT repositories while we use SVN. 1191 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. 1192 1193 1194 1194 1195 1195 == Downloading JavaDoc