[Branch ~dhis2-devs-core/dhis2/trunk] Rev 992: Set packaging in excel reporting to war.

revision-diff.txt (440 Bytes)

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.

···

================================
Tran Thanh Tri

HISP Viet Nam
Cell phone: +84903670967
Website: http://tringuyenvn.com

2009/11/7 noreply@launchpad.net


revno: 992
committer: Lars Helge Oeverland larshelge@gmail.com

branch nick: trunk

timestamp: Sat 2009-11-07 13:49:29 +0100

message:

Set packaging in excel reporting to war.

modified:

dhis-2/dhis-web/dhis-web-excel-reporting/pom.xml

lp:dhis2

https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk

Your team DHIS 2 developers is subscribed to branch lp:dhis2.

To unsubscribe from this branch go to https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk/+edit-subscription.

=== modified file ‘dhis-2/dhis-web/dhis-web-excel-reporting/pom.xml’

— dhis-2/dhis-web/dhis-web-excel-reporting/pom.xml 2009-11-06 02:43:41 +0000

+++ dhis-2/dhis-web/dhis-web-excel-reporting/pom.xml 2009-11-07 12:49:29 +0000

@@ -10,7 +10,7 @@

dhis-web-excel-reporting

  • jar
  • war

    DHIS Web Excel Reporting


Mailing list: https://launchpad.net/~dhis2-devs

Post to : dhis2-devs@lists.launchpad.net

Unsubscribe : https://launchpad.net/~dhis2-devs

More help : https://help.launchpad.net/ListHelp

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.

···

2009/11/7 Trí Trần Thanh tranthanhtri84@gmail.com

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.