What about our other refactoring ideas. For instance putting the package: org.apache.openmeetings.web in a separeted source folder. And make a separated jar apache-openmeetings-wicket-VERSION.jar
>From my point of view it would make sense, as this would represent the pure Wicket / UI stuff. We bascially don't want to have any kind of Wicket/UI references in the rest of the application. And in theory it would be possible to replace this JAR only with custom code. That monster openmeetings-VERSION.jar file, its just hard for any 3rd party to understand. And it just grows and grows. Sebastian 2013/9/12 Maxim Solodovnik <[email protected]> > great :) > > > On Thu, Sep 12, 2013 at 2:50 PM, [email protected] < > [email protected]> wrote: > >> Yes, sorry there was some SVN conflict, after resolving that src/META-INF >> is gone. >> >> Thanks, >> Seb >> >> >> 2013/9/12 Maxim Solodovnik <[email protected]> >> >>> src/META-INF was moved to src/main/webapp/WEB-INF/classes/META-INF/ and >>> I see no code putting it back >>> What is the result of "svn status" command? >>> >>> >>> On Thu, Sep 12, 2013 at 2:43 PM, Maxim Solodovnik >>> <[email protected]>wrote: >>> >>>> Hello Sebastian, >>>> >>>> I believe src/main/webapp/WEB-INF/classes/META-INF/ is the only place >>>> I'll doublecheck >>>> >>>> >>>> On Thu, Sep 12, 2013 at 2:41 PM, [email protected] < >>>> [email protected]> wrote: >>>> >>>>> Hi Maxim, >>>>> >>>>> I think from the refactoring there are some leftovers. >>>>> >>>>> I fixed some eclipse configs with the new paths. Having those >>>>> conistest is a good thing, I think for example refactoring of Spring Beans >>>>> will otherwise not automatically fix the applicationContext file. >>>>> >>>>> But we have now two folders that contains the persistance.xml files. >>>>> Which of those is the one that we want to use in the future? >>>>> src/main/webapp/WEB-INF/classes/META-INF/ >>>>> or >>>>> src/META-INF/ >>>>> >>>>> ? >>>>> >>>>> Thanks, >>>>> Sebastian >>>>> >>>>> -- >>>>> Sebastian Wagner >>>>> https://twitter.com/#!/dead_lock >>>>> http://www.webbase-design.de >>>>> http://www.wagner-sebastian.com >>>>> [email protected] >>>>> >>>> >>>> >>>> >>>> -- >>>> WBR >>>> Maxim aka solomax >>>> >>> >>> >>> >>> -- >>> WBR >>> Maxim aka solomax >>> >> >> >> >> -- >> Sebastian Wagner >> https://twitter.com/#!/dead_lock >> http://www.webbase-design.de >> http://www.wagner-sebastian.com >> [email protected] >> > > > > -- > WBR > Maxim aka solomax > -- Sebastian Wagner https://twitter.com/#!/dead_lock http://www.webbase-design.de http://www.wagner-sebastian.com [email protected]
