1

How can I import the Resin source code into Eclipse (3.6)? I'm looking to edit some main functions of Quercus.

Bogdacutu
  • 763
  • 7
  • 24

1 Answers1

1

I've 'svn checkout' the code from the svn location found on the bottom of the main page and then from Eclipse Import > Existing Projects into Workspace and I can successfully see the Quercus code.

dimitrisli
  • 20,895
  • 12
  • 59
  • 63
  • How would I put Quercus back into Resin if I do it this way? Isn't there any way to load the Resin source code? – Bogdacutu Aug 21 '11 at 08:34