commit | dbbca8bf56f667df042075a5d465f11060d4d496 | [log] [tgz] |
---|---|---|
author | Shawn O. Pearce <sop@google.com> | Mon Dec 07 15:23:16 2009 -0800 |
committer | Shawn O. Pearce <sop@google.com> | Mon Dec 07 15:23:16 2009 -0800 |
tree | b3ece0c2b7db73230afc7bfe0cbdf89955094e70 | |
parent | ec4495eb5a1b7a4d098c1812d104e1362f6934f6 [diff] |
daemon: Run correctly under Eclipse debugger We now can launch the daemon correctly from within the Eclipse debugger without having to switch to using the WAR in our CLASSPATH. This works by allowing Eclipse to supply all of the CLASSPATH, but we have to go find our WAR resource content in gerrit-gwtui/target. Bug: 340 Change-Id: I7dfbc0654cdc10099fb3de3041e615a9fda5fdb4 Signed-off-by: Shawn O. Pearce <sop@google.com>