Changes between Version 4 and Version 5 of ProblemsWithEclipse
- Timestamp:
- 02/27/06 15:30:52 (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ProblemsWithEclipse
v4 v5 7 7 solution: 8 8 9 '''Compile errors because required librar ys are missing'''9 '''Compile errors because required libraries are missing''' 10 10 11 solution: see if librarys are online 'https://gnowsis.opendfki.de/repos/gnowsis/branches/gnowsis0.9/'. If so, delete your Eclipse Project (also delete contents) and do a new check 'out as project' 11 So, after updating some libraries do not check-out from the SVN. 12 solution: 13 * see if libraries are online 'https://gnowsis.opendfki.de/repos/gnowsis/branches/gnowsis0.9/'. 14 * update 15 * replace with latest from repository 16 * If you don't have the libraries after "update" or "repace with latest from head", you are doomed. 17 * delete your Eclipse Project (also delete contents) and do a new check 'out as project' 12 18 13 (this is a bit like shooting the dog and buying a new one because it's dirty... you can rightclick on the project and do replace with latest from repository which is pretty much the same as above, you you can do this just for the folder with missing files. ) 19 To do this: you can rightclick on the project and do replace with latest from reository which is pretty much the same as above, you you can do this just for the folder with missing files.