Details
-
Type:
Task
-
Status: Resolved (View Workflow)
-
Priority:
Critical
-
Resolution:
Won't Fix
-
Affects Version/s: drools-5.1
-
Fix Version/s: drools-6.0.0.Alpha1
-
Labels:None
Description
All classes/resources under the client/public package go to drools-guvnor-gwtclient.
The drools-guvnor-gwtclient pom.xml
- is of type war
- has only the gwt dependencies
All classes under the server package go to drools-guvnor(-server)
The drools-guvnor(-server) pom.xml
- is of type war
- has a dependency on drools-guvnor-gwtclient (= war overlay!)
- has dependencies on drools-core, drools-compiler (so on jdt too), ...
What do we do with drools-ide-common and drools-factconstraints? Split them up to, or simply move the client package code into drools-guvnor?
Where will the drools-ide-common and drools-factconstraints GWT modules be reused, besides in Guvnor?
Gliffy Diagrams
Issue Links
- blocks
-
GUVNOR-1538
Do not include gwt-dev in the guvnor-webapp classpath
-
- Resolved
-
-
GUVNOR-694
Guvnor: Use gwt-maven-plugin and remove the gwt compilation part from the ant script
-
- Resolved
-
- is incorporated by
-
GUVNOR-698
Build: Clean up GWT build
-
- Resolved
-
-
JBRULES-2869
Split up the build, the repositories and hudson jobs in seperate projects: at least drools, jBPM, guvnor and eclipse so it's easier to fork, checkout and build one project
-
- Resolved
-
drools-factconstraints can be eaten by guvnor (no need to keep it a separate module) note that it remains a separate package