From: Adam B. <ab...@o2...> - 2011-08-25 23:06:35
|
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 |