dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #02996
Re: [Branch ~dhis2-devs-core/dhis2/trunk] Rev 992: Set packaging in excel reporting to war.
2009/11/7 Trí Trần Thanh <tranthanhtri84@xxxxxxxxx>
> Hi Lars.
>
> The reason is :
> - First we will build everything to war file and copy it to tomcat
> webapps.
> - Every time when we change something in java code, struts.xml, bean.xml.
> We will build it to jar file. Then copy to WEB-INF/lib (save time).
> - If have to change in html and code we will change direct in tomcat
> webapps and F5 will see what change is. (save time).
> - After finish we will copy html code into source and change pom.xml to
> war.
>
> Someone forgot change it to war
>
> Please change from jar to war before commit code.
>
OK I see. You can probably debug by running excel-reporting as a webapp in
isolation with mvn jetty:run-war. Anyway we will change the packaging to jar
soon.
References