From: Stefan F. <ste...@we...> - 2011-08-27 07:44:41
|
Adam: have you setup a clean eclipse workspace or did you try to import into the existing one? I just tested with a clean setup that it works properly here. I did a step-by-step instruction for the wiki, but unfortunately I killed that by an obscure key-shortcut, which started a reload or similar of the bowser. Lesson learned: Only edit wiki documents outside of the browser. Stefan On Friday, August 26, 2011 12:43:53 am Adam Badura wrote: > I tried to setup my Eclipse (3.6.1, Windows 7, x64) to use Git with Rails > project. Only read-only access as that is all I have. > > I did install EGit plugin. I managed to set it up to import project from > git://rails.git.sourceforge.net/gitroot/rails/rails > > It went fine. (Yet I had to discover “manually” that I have to name the > project “Rails” rather than “rails”.) > > But then buidling the project fails with: > > (1) > The project was not built since its build path is incomplete. Cannot find > the class file for org.apache.batik.ext.awt.geom.RectListManager. Fix the > build path then try building this project > > (2) > The type org.apache.batik.ext.awt.geom.RectListManager cannot be resolved. > It is indirectly referenced from required .class files > > > What should I do? > > Adam Badura |