Guest User

Untitled

a guest
May 22nd, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. pull the latest changes from staging.
  2. import it as existing java project( don't install buildship, or import it as a gradle project)
  3. run gradle eclipseClasspath
  4. now go to configure build path and then select the source tab remove everything except (DistributedSource/src) if no there just add it and apply.
  5. also you no longer need that oldsdkpath line in gradle.properties( only for ds-frontend, other projects needs to worked on as well )
  6.  
  7. Now remember, this only stops eclipse from complaining about missing dependencies, you can safely ignore all these steps and your deployments would still be fine.
Add Comment
Please, Sign In to add comment