----- Original Message ----- > On 01/23/2012 11:29 AM, Asaf Shakarchi wrote: > > Hello, > > > > Some maven re-factoring (for UI modules only) patch > > (http://gerrit.ovirt.org/#change,689) has just merged, > > You may encounter weird UI behaviours that might occur because some > > unnecessary data still exist in the deployed EAR folder. > > > > > > If so please follow these steps: > > > > > > 1) Clean then build (the entire engine) with Pgwt-admin,gwt-user > > profiles > > 2) Fully remove the ovirt.ear from your JBOSS deployment folder. > > 3) cd OVIRT_ENGINE/ear then 'mvn install -Pdep' > > I'd appreciate a 'clean ear for dummies' - just provide the necessary > commands to perform the above (the first two at least). > Y.
Sure, - mvn clean install -Pgwt-admin,gwt-user -DskipTests=true - rm -rf JBOSS_HOME/standalone/deployments/engine.ear (For Jboss 7) - cd OVIRT_ENGINE/ear then 'mvn install -Pdep' Thanks. > > > > > > > Thanks, > > > > > > Regards, > > Asaf > > > > > > > > _______________________________________________ > > Engine-devel mailing list > > [email protected] > > http://lists.ovirt.org/mailman/listinfo/engine-devel > > _______________________________________________ > Engine-devel mailing list > [email protected] > http://lists.ovirt.org/mailman/listinfo/engine-devel > _______________________________________________ Engine-devel mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-devel
