Hi all, Just to clarify (on the technical issue and not the politics (leave that to Johan).
Lars fixed this by editing the pom.xml file in dhis-2/dhis-web/ (line 25 here http://bazaar.launchpad.net/%7Edhis2-devs-core/dhis2/trunk/revision/895/dhis-2/dhis-web/pom.xml ) This file controls which modules that will be built by maven when you do a 'mvn install' command in this folder. The dhis-web-portal module was added here some months ago, which made packaging war files a lot easier since there is no longer a need to do a 'mvn package' command in dhis-web-portal. As far as I know this change was never communicated. Many of you are making changes to this important pom.xml file and I can see that in revision 872 (on Oct 16, committed by Tri) the dhis-web-portal module was commented out, which of course means the war will not be built when building dhis-web. Please be careful when editing the root poms (dhis-2/ and dhis-web/ ) as it can have major consequences. I also think better information is needed to orient everyone of important changes like adding dhis-web-portal to the dhis-web pom file, as this changes how everyone builds the war file. And hopefully better communication also will lead to less commit problems like the one here, as we will hopefully all know why the pom is set up the way it is and which parts that should not be changed. Ola --------- 2009/10/21 Lars Helge Ă˜verland <[email protected]> > Fixed. > > > On Tue, Oct 20, 2009 at 6:40 PM, Knut Staring <[email protected]> wrote: > >> On Tue, Oct 20, 2009 at 6:30 PM, Thuy Nguyen >> <[email protected]>wrote: >> >>> Now you have to come back to the past familiar work, that go to >>> dhis-web-portal folder and build with mvn again. >>> >>> >> Thanks Thuy - that is certainly straightforward. >> >> But could someone comment on why this is changing back and forth? Was the >> previous change a mistake? >> Knut >> >> >>> On Tue, Oct 20, 2009 at 11:29 PM, Knut Staring <[email protected]> wrote: >>> >>>> Hi, >>>> When building the latest version using mvn install in the dhis-web >>>> folder, I don't see the dhis.war in the familiar place >>>> dhis-web/dhis-web-portal/target ? >>>> >>>> -- >>>> Cheers, >>>> Knut Staring >>>> >>>> _______________________________________________ >>>> Mailing list: >>>> https://launchpad.net/~dhis2-devs<https://launchpad.net/%7Edhis2-devs> >>>> Post to : [email protected] >>>> Unsubscribe : >>>> https://launchpad.net/~dhis2-devs<https://launchpad.net/%7Edhis2-devs> >>>> More help : https://help.launchpad.net/ListHelp >>>> >>>> >>> >>> >>> -- >>> -- >>> Thuy >>> HISP Vietnam >>> +84902079126 >>> >> >> >> >> -- >> Cheers, >> Knut Staring >> >> _______________________________________________ >> Mailing list: >> https://launchpad.net/~dhis2-devs<https://launchpad.net/%7Edhis2-devs> >> Post to : [email protected] >> Unsubscribe : >> https://launchpad.net/~dhis2-devs<https://launchpad.net/%7Edhis2-devs> >> More help : https://help.launchpad.net/ListHelp >> >> > > _______________________________________________ > Mailing list: > https://launchpad.net/~dhis2-devs<https://launchpad.net/%7Edhis2-devs> > Post to : [email protected] > Unsubscribe : > https://launchpad.net/~dhis2-devs<https://launchpad.net/%7Edhis2-devs> > More help : https://help.launchpad.net/ListHelp > >
_______________________________________________ Mailing list: https://launchpad.net/~dhis2-devs Post to : [email protected] Unsubscribe : https://launchpad.net/~dhis2-devs More help : https://help.launchpad.net/ListHelp

