> Any idea what's happening with the current drools-guvnor\modules folder? Is > this prototype stuff? I can't see how it relates to Guvnor (other than > perhaps the BPEL editor).
There are actually 2 BPEL editor codebases: - one in drools-guvnor/modules (= dead I presume) - one in drools-guvnor/src/main/java/org/drools/guvnor/public/bpeleditor (= alive in kicking I presume) I fear the entire drools-guvnor\modules is dead code, as it is not build and hasn't been touched since 2008 it seems. I doubt it still runs (or even compiles for that matter)? Here's the issue: Remove broken and unused guvnor modules (dead code) https://jira.jboss.org/browse/JBRULES-2692 Does anything think it's not dead code or we should keep it? With kind regards, Geoffrey De Smet Op 29-09-10 23:54, Michael Neale schreef: > I think the modules stuff predates get modularity, and was a bit of an > experiment by anti - not sure what is still in there (we used to > generate code for editors in there iirc) > > On Thursday, September 30, 2010, Michael Anstis > <[email protected]> wrote: >> Great stuff. >> >> Any idea what's happening with the current drools-guvnor\modules folder? Is >> this prototype stuff? I can't see how it relates to Guvnor (other than >> perhaps the BPEL editor). >> >> I also like moving the backend stuff to drools-guvnor-server (I know you >> show it in parenthesis in the JIRA but having the -server suffix makes it >> obvious). Does this distinction make the full deployment of Guvnor two WARs? >> I assume drools-guvnor\src\main\webapp will be deleted in its entirety? >> >> Thanks, >> >> Mike >> >> On 29 September 2010 19:32, Geoffrey De Smet<[email protected]> wrote: >> >> Next Friday (starting from 8:00 CET) I 'll: >> - move the drools-factcontstraints module into the drools-guvnor module >> - move the drools-guvnor-gwtclient part out of the drools-guvnor module >> into a separate module >> >> So please commit anything in those directories before Friday 8:00 CET. I >> 'll give a sign on IRC and this dev list once it's done. >> >> More info about what will be done and feed-back welcome in the jira issue: >> https://jira.jboss.org/browse/JBRULES-2707 >> This change will allow us to use the maven-gwt-plugin (so remove the ANT >> script in guvnor) and remove the generated javascripts files from >> subversion (no more tree conflicts on drools-guvnor/src/main/webapp/org...) >> >> >> -- >> With kind regards, >> Geoffrey De Smet >> >> _______________________________________________ >> rules-dev mailing list >> [email protected] >> https://lists.jboss.org/mailman/listinfo/rules-dev >> >> > _______________________________________________ rules-dev mailing list [email protected] https://lists.jboss.org/mailman/listinfo/rules-dev
