revision-diff.txt (4.01 KB)
Hmmm, didn’t we already remove dhis-service-sms from the build? the code was aweful…
···
–
Morten
On Sun, Nov 18, 2012 at 12:17 AM, noreply@launchpad.net wrote:
revno: 9076
committer: Bob Jolliffe bobjolliffe@gmail.com
branch nick: dhis2
timestamp: Sat 2012-11-17 23:15:50 +0000
message:
Commented many dependencies on dhis-service-sms which were breaking the build.
modified:
dhis-2/dhis-services/dhis-service-patient/pom.xml
dhis-2/dhis-web/dhis-web-api/pom.xml
dhis-2/dhis-web/dhis-web-caseentry/pom.xml
dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-mobile/pom.xml
dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/pom.xml
dhis-2/dhis-web/dhis-web-mobile/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-services/dhis-service-patient/pom.xml’
— dhis-2/dhis-services/dhis-service-patient/pom.xml 2012-11-14 16:52:37 +0000
+++ dhis-2/dhis-services/dhis-service-patient/pom.xml 2012-11-17 23:15:50 +0000
@@ -25,11 +25,11 @@
<groupId>org.hisp.dhis</groupId> <artifactId>dhis-service-core</artifactId> </dependency>
<dependency>
+<!--
<groupId>org.hisp.dhis</groupId> <artifactId>dhis-service-sms</artifactId> </dependency>
±->
<rootDir>../../</rootDir>
=== modified file ‘dhis-2/dhis-web/dhis-web-api/pom.xml’
— dhis-2/dhis-web/dhis-web-api/pom.xml 2012-11-14 16:52:37 +0000
+++ dhis-2/dhis-web/dhis-web-api/pom.xml 2012-11-17 23:15:50 +0000
@@ -53,10 +53,10 @@
<groupId>org.hisp.dhis</groupId> <artifactId>dhis-service-mapgeneration</artifactId> </dependency>
+<!--
<groupId>org.hisp.dhis</groupId> <artifactId>dhis-service-sms</artifactId>
→
org.hisp.dhis
dhis-web-api-mobile
=== modified file ‘dhis-2/dhis-web/dhis-web-caseentry/pom.xml’
— dhis-2/dhis-web/dhis-web-caseentry/pom.xml 2012-11-14 16:52:37 +0000
+++ dhis-2/dhis-web/dhis-web-caseentry/pom.xml 2012-11-17 23:15:50 +0000
@@ -39,18 +39,18 @@
<groupId>org.hisp.dhis</groupId> <artifactId>dhis-web-api</artifactId> </dependency>
+<!--
<groupId>org.hisp.dhis</groupId> <artifactId>dhis-service-core</artifactId>
→
org.hisp.dhis
dhis-service-patient
<dependency>
+<!--
<groupId>org.hisp.dhis</groupId> <artifactId>dhis-service-sms</artifactId>
- →
=== modified file ‘dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-mobile/pom.xml’
— dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-mobile/pom.xml 2012-11-14 16:52:37 +0000
+++ dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-mobile/pom.xml 2012-11-17 23:15:50 +0000
@@ -32,10 +32,10 @@
<groupId>org.hisp.dhis</groupId> <artifactId>dhis-service-mobile</artifactId> </dependency>
+<!--
<groupId>org.hisp.dhis</groupId> <artifactId>dhis-service-sms</artifactId>
- →
=== modified file ‘dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/pom.xml’
— dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/pom.xml 2012-11-14 16:52:37 +0000
+++ dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/pom.xml 2012-11-17 23:15:50 +0000
@@ -38,10 +38,10 @@
<groupId>org.hisp.dhis</groupId> <artifactId>dhis-service-core</artifactId> </dependency>
<dependency>
+<!--
<groupId>org.hisp.dhis</groupId> <artifactId>dhis-service-sms</artifactId>
→
org.hisp.dhis
dhis-web-commons
=== modified file ‘dhis-2/dhis-web/dhis-web-mobile/pom.xml’
— dhis-2/dhis-web/dhis-web-mobile/pom.xml 2012-11-14 16:52:37 +0000
+++ dhis-2/dhis-web/dhis-web-mobile/pom.xml 2012-11-17 23:15:50 +0000
@@ -66,10 +66,10 @@
<groupId>org.hisp.dhis</groupId> <artifactId>dhis-service-mapgeneration</artifactId> </dependency>
+<!--
<groupId>org.hisp.dhis</groupId> <artifactId>dhis-service-sms</artifactId>
→
org.hisp.dhis
dhis-web-api-mobile
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
Yea Lars removed it, but for some odd reason it was included as a dependency of many other modules. It appears these modules didn’t really depend on this because everything is currently building again.
···
On 17 November 2012 18:18, Morten Olav Hansen mortenoh@gmail.com wrote:
Hmmm, didn’t we already remove dhis-service-sms from the build? the code was aweful…
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
–
Morten
On Sun, Nov 18, 2012 at 12:17 AM, noreply@launchpad.net wrote:
revno: 9076
committer: Bob Jolliffe bobjolliffe@gmail.com
branch nick: dhis2
timestamp: Sat 2012-11-17 23:15:50 +0000
message:
Commented many dependencies on dhis-service-sms which were breaking the build.
modified:
dhis-2/dhis-services/dhis-service-patient/pom.xml
dhis-2/dhis-web/dhis-web-api/pom.xml
dhis-2/dhis-web/dhis-web-caseentry/pom.xml
dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-mobile/pom.xml
dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/pom.xml
dhis-2/dhis-web/dhis-web-mobile/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-services/dhis-service-patient/pom.xml’
— dhis-2/dhis-services/dhis-service-patient/pom.xml 2012-11-14 16:52:37 +0000
+++ dhis-2/dhis-services/dhis-service-patient/pom.xml 2012-11-17 23:15:50 +0000
@@ -25,11 +25,11 @@
<groupId>org.hisp.dhis</groupId> <artifactId>dhis-service-core</artifactId> </dependency>
<dependency>
+<!--
<groupId>org.hisp.dhis</groupId> <artifactId>dhis-service-sms</artifactId> </dependency>
±->
<rootDir>../../</rootDir>
=== modified file ‘dhis-2/dhis-web/dhis-web-api/pom.xml’
— dhis-2/dhis-web/dhis-web-api/pom.xml 2012-11-14 16:52:37 +0000
+++ dhis-2/dhis-web/dhis-web-api/pom.xml 2012-11-17 23:15:50 +0000
@@ -53,10 +53,10 @@
<groupId>org.hisp.dhis</groupId> <artifactId>dhis-service-mapgeneration</artifactId> </dependency>
+<!--
<groupId>org.hisp.dhis</groupId> <artifactId>dhis-service-sms</artifactId>
→
org.hisp.dhis
dhis-web-api-mobile
=== modified file ‘dhis-2/dhis-web/dhis-web-caseentry/pom.xml’
— dhis-2/dhis-web/dhis-web-caseentry/pom.xml 2012-11-14 16:52:37 +0000
+++ dhis-2/dhis-web/dhis-web-caseentry/pom.xml 2012-11-17 23:15:50 +0000
@@ -39,18 +39,18 @@
<groupId>org.hisp.dhis</groupId> <artifactId>dhis-web-api</artifactId> </dependency>
+<!--
<groupId>org.hisp.dhis</groupId> <artifactId>dhis-service-core</artifactId>
→
org.hisp.dhis
dhis-service-patient
<dependency>
+<!--
<groupId>org.hisp.dhis</groupId> <artifactId>dhis-service-sms</artifactId>
- →
=== modified file ‘dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-mobile/pom.xml’
— dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-mobile/pom.xml 2012-11-14 16:52:37 +0000
+++ dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-mobile/pom.xml 2012-11-17 23:15:50 +0000
@@ -32,10 +32,10 @@
<groupId>org.hisp.dhis</groupId> <artifactId>dhis-service-mobile</artifactId> </dependency>
+<!--
<groupId>org.hisp.dhis</groupId> <artifactId>dhis-service-sms</artifactId>
- →
=== modified file ‘dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/pom.xml’
— dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/pom.xml 2012-11-14 16:52:37 +0000
+++ dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/pom.xml 2012-11-17 23:15:50 +0000
@@ -38,10 +38,10 @@
<groupId>org.hisp.dhis</groupId> <artifactId>dhis-service-core</artifactId> </dependency>
<dependency>
+<!--
<groupId>org.hisp.dhis</groupId> <artifactId>dhis-service-sms</artifactId>
→
org.hisp.dhis
dhis-web-commons
=== modified file ‘dhis-2/dhis-web/dhis-web-mobile/pom.xml’
— dhis-2/dhis-web/dhis-web-mobile/pom.xml 2012-11-14 16:52:37 +0000
+++ dhis-2/dhis-web/dhis-web-mobile/pom.xml 2012-11-17 23:15:50 +0000
@@ -66,10 +66,10 @@
<groupId>org.hisp.dhis</groupId> <artifactId>dhis-service-mapgeneration</artifactId> </dependency>
+<!--
<groupId>org.hisp.dhis</groupId> <artifactId>dhis-service-sms</artifactId>
→
org.hisp.dhis
dhis-web-api-mobile
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
Seems like stuff if failing now… I will look at it… maybe they depend on dhis-service-sms, but not dhis-web-sms…
···
–
Morten
On Sun, Nov 18, 2012 at 12:23 AM, Bob Jolliffe bobjolliffe@gmail.com wrote:
Yea Lars removed it, but for some odd reason it was included as a dependency of many other modules. It appears these modules didn’t really depend on this because everything is currently building again.
On 17 November 2012 18:18, Morten Olav Hansen mortenoh@gmail.com wrote:
Hmmm, didn’t we already remove dhis-service-sms from the build? the code was aweful…
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
–
Morten
On Sun, Nov 18, 2012 at 12:17 AM, noreply@launchpad.net wrote:
revno: 9076
committer: Bob Jolliffe bobjolliffe@gmail.com
branch nick: dhis2
timestamp: Sat 2012-11-17 23:15:50 +0000
message:
Commented many dependencies on dhis-service-sms which were breaking the build.
modified:
dhis-2/dhis-services/dhis-service-patient/pom.xml
dhis-2/dhis-web/dhis-web-api/pom.xml
dhis-2/dhis-web/dhis-web-caseentry/pom.xml
dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-mobile/pom.xml
dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/pom.xml
dhis-2/dhis-web/dhis-web-mobile/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-services/dhis-service-patient/pom.xml’
— dhis-2/dhis-services/dhis-service-patient/pom.xml 2012-11-14 16:52:37 +0000
+++ dhis-2/dhis-services/dhis-service-patient/pom.xml 2012-11-17 23:15:50 +0000
@@ -25,11 +25,11 @@
<groupId>org.hisp.dhis</groupId> <artifactId>dhis-service-core</artifactId> </dependency>
<dependency>
+<!--
<groupId>org.hisp.dhis</groupId> <artifactId>dhis-service-sms</artifactId> </dependency>
±->
<rootDir>../../</rootDir>
=== modified file ‘dhis-2/dhis-web/dhis-web-api/pom.xml’
— dhis-2/dhis-web/dhis-web-api/pom.xml 2012-11-14 16:52:37 +0000
+++ dhis-2/dhis-web/dhis-web-api/pom.xml 2012-11-17 23:15:50 +0000
@@ -53,10 +53,10 @@
<groupId>org.hisp.dhis</groupId> <artifactId>dhis-service-mapgeneration</artifactId> </dependency>
+<!--
<groupId>org.hisp.dhis</groupId> <artifactId>dhis-service-sms</artifactId>
→
org.hisp.dhis
dhis-web-api-mobile
=== modified file ‘dhis-2/dhis-web/dhis-web-caseentry/pom.xml’
— dhis-2/dhis-web/dhis-web-caseentry/pom.xml 2012-11-14 16:52:37 +0000
+++ dhis-2/dhis-web/dhis-web-caseentry/pom.xml 2012-11-17 23:15:50 +0000
@@ -39,18 +39,18 @@
<groupId>org.hisp.dhis</groupId> <artifactId>dhis-web-api</artifactId> </dependency>
+<!--
<groupId>org.hisp.dhis</groupId> <artifactId>dhis-service-core</artifactId>
→
org.hisp.dhis
dhis-service-patient
<dependency>
+<!--
<groupId>org.hisp.dhis</groupId> <artifactId>dhis-service-sms</artifactId>
- →
=== modified file ‘dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-mobile/pom.xml’
— dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-mobile/pom.xml 2012-11-14 16:52:37 +0000
+++ dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-mobile/pom.xml 2012-11-17 23:15:50 +0000
@@ -32,10 +32,10 @@
<groupId>org.hisp.dhis</groupId> <artifactId>dhis-service-mobile</artifactId> </dependency>
+<!--
<groupId>org.hisp.dhis</groupId> <artifactId>dhis-service-sms</artifactId>
- →
=== modified file ‘dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/pom.xml’
— dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/pom.xml 2012-11-14 16:52:37 +0000
+++ dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/pom.xml 2012-11-17 23:15:50 +0000
@@ -38,10 +38,10 @@
<groupId>org.hisp.dhis</groupId> <artifactId>dhis-service-core</artifactId> </dependency>
<dependency>
+<!--
<groupId>org.hisp.dhis</groupId> <artifactId>dhis-service-sms</artifactId>
→
org.hisp.dhis
dhis-web-commons
=== modified file ‘dhis-2/dhis-web/dhis-web-mobile/pom.xml’
— dhis-2/dhis-web/dhis-web-mobile/pom.xml 2012-11-14 16:52:37 +0000
+++ dhis-2/dhis-web/dhis-web-mobile/pom.xml 2012-11-17 23:15:50 +0000
@@ -66,10 +66,10 @@
<groupId>org.hisp.dhis</groupId> <artifactId>dhis-service-mapgeneration</artifactId> </dependency>
+<!--
<groupId>org.hisp.dhis</groupId> <artifactId>dhis-service-sms</artifactId>
→
org.hisp.dhis
dhis-web-api-mobile
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