How can we split the job? all my change seems not to be very "atomic".
Currently I see couple of areas: 1) The huge one: replace all classes with EntityManager with beans 2) The big one: Fix tests 3) Tricky one: fix quartz schedulers, build errors etc. 4) test everything on and on :)) what do you think on this? On Sat, Aug 13, 2011 at 02:47, Maxim Solodovnik <[email protected]>wrote: > Hello Sebastian, > > I haven't touch these jars dom4j, jaxen (maybe acidentally remove them in > ant), sorry for that > > red5/lib: > Path Filename Extension Status > aopalliance-.jar aopalliance-.jar .jar deleted > aopalliance-1.0.jar aopalliance-1.0.jar .jar added > aspectjrt.jar aspectjrt.jar .jar added > javaee-api-5.1.1.jar javaee-api-5.1.1.jar .jar modified > spring-aop-2.5.6.jar spring-aop-2.5.6.jar .jar deleted > spring-asm-3.0.0.jar spring-asm-3.0.0.jar .jar deleted > spring-beans-3.0.0.jar spring-beans-3.0.0.jar .jar deleted > spring-context-3.0.0.jar spring-context-3.0.0.jar .jar deleted > spring-context-support-3.0.0.jar spring-context-support-3.0.0.jar .jar > deleted > spring-core-3.0.0.jar spring-core-3.0.0.jar .jar deleted > spring-expression-3.0.0.jar spring-expression-3.0.0.jar .jar deleted > spring-web-3.0.0.jar spring-web-3.0.0.jar .jar deleted > > > red5-applicationContext.xml has this name bacause files named "red5-*" are > automatically loaded > please see server\red5\webapps\openmeetings\WEB-INF\web.xml > <context-param> > <param-name>contextConfigLocation</param-name> > <param-value>/WEB-INF/red5-*.xml</param-value> > </context-param> > > > > On Sat, Aug 13, 2011 at 02:36, [email protected] < > [email protected]> wrote: > >> Hi Maxim, >> >> I've seen your changes, looks good. >> >> But I needed to at least add 2 JARs again: >> dom4j >> jaxen >> >> Could you shed some light on those questions: >> Which JARs did you exactly remove and add to the red5/lb directory? >> Why is the spring context names *red5-applicationContext.xml* shouldn't it >> be openmeetings-applicationContext.xml ? >> >> Thanks >> Sebastian >> >> >> -- >> Sebastian Wagner >> http://www.webbase-design.de >> http://openmeetings.googlecode.com >> http://www.wagner-sebastian.com >> [email protected] >> > > > > -- > WBR > Maxim aka solomax > -- WBR Maxim aka solomax -- You received this message because you are subscribed to the Google Groups "OpenMeetings developers" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/openmeetings-dev?hl=en.
