Eliminated dependence on WO_HOME variable to build/debug wolips
The WO_HOME was only required to allow three classes to compile which would use WO frameworks at runtime for SQL generation and reverse engineering. Removed this dependency by rewriting those three classes using reflection. (commit: cc7bd3f)
This allows the EOModel creation wizard to work for maven projects without requiring WebObjects be installed in a directory outside of the maven repository. (commit: 52158b2)