Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Use git instead of svn

...

How do I start hacking Tomcat in Eclipse?

Briefly:

No Format
$ svngit checkoutclone httphttps://svngithub.apache.org/repos/asfcom/apache/tomcat/trunk.git
  (or whatever branch you want: clearly, this would be better
  to do directly from within Eclipse but it's easier to describe
  as a command)

$ cd trunktomcat

$ echo "base.path=/path/to/where/tomcat/can/put/its/3rd-party/libs" > build.properties

$ ant ide-eclipse

...