Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
devel:documentation:quickstart:dev:ide:eclipse [2019/07/02 11:05]
doischert [Metamodel generation]
devel:documentation:quickstart:dev:ide:eclipse [2019/08/29 14:01]
hanakp
Line 224: Line 224:
  
 By standard Maven build I mean running ''mvn clean install -Dlicense.skip=true'' from the command line. By standard Maven build I mean running ''mvn clean install -Dlicense.skip=true'' from the command line.
 +
 +===== Stucked Eclipse settings =====
 +
 +If the error you see during the build is not one of frequently known, you can try deleting ".settings" folder for concrete module. 
 +Best way to restart module settings is to delete problematic module, then do Project -> clean and then delete the ".settings" folder and then try to import module into Eclipse again. You can try deleting other Eclipse folders starting with dot to be sure that build for this module will be clear.
 +
  • by koulaj