Rewrite our build as modular maven components
This refactoring splits the code up into different components, with their own per-component CLASSPATH. By moving all of our classes into isolated components we can better isolate the classpaths and try to avoid unexpected dependency problems. It also allows us to more clearly define which components are used by the GWT UI and thus must be compiled under GWT, and which components are run on the server and can therefore use more of the J2SE API. Change-Id: I833cc22bacc5655d1c9099ed7c2b0e0a5b08855a Signed-off-by: Shawn O. Pearce <sop@google.com>
This commit is contained in:
@@ -43,8 +43,7 @@ gwtorm supports (or add the necessary dialect support to gwtorm,
|
||||
and then configure your workspace anyway).
|
||||
|
||||
====
|
||||
cd src/main/java
|
||||
cp GerritServer.properties_example GerritServer.properties
|
||||
cp gerrit-war/src/main/webapp/WEB-INF/extra/GerritServer.properties_example GerritServer.properties
|
||||
====
|
||||
|
||||
Now edit GerritServer.properties to uncomment the database you are
|
||||
@@ -104,7 +103,7 @@ From the command line:
|
||||
Output WAR will be placed in:
|
||||
|
||||
====
|
||||
target/gerrit-*.war
|
||||
gerrit-war/target/gerrit-*.war
|
||||
====
|
||||
|
||||
When debugging browser specific issues use gwtStyle `DETAILED` so
|
||||
|
||||
Reference in New Issue
Block a user