Re: [Dhis2-devs] maven question

2009-10-30 Thread Bob Jolliffe
bad sign I know ... mind you I never said make was better. Just I understand it better. And FreeBSD ports still work in the present - rather well in fact :-) 2009/10/30 Jo Størset > > Den 30. okt. 2009 kl. 13.35 skrev Bob Jolliffe: > > > I am not suggesting to anyone we should abandon it. J

Re: [Dhis2-devs] maven question

2009-10-30 Thread Jo Størset
Den 30. okt. 2009 kl. 13.35 skrev Bob Jolliffe: I am not suggesting to anyone we should abandon it. Just that I still struggle occasionally ... in fact I fight with it. But I think the fight is worth it. Has much the same functionality as FeeBSD ports system which is good. Though FreeB

Re: [Dhis2-devs] maven question

2009-10-30 Thread Bob Jolliffe
I am not suggesting to anyone we should abandon it. Just that I still struggle occasionally ... in fact I fight with it. But I think the fight is worth it. Has much the same functionality as FeeBSD ports system which is good. Though FreeBSD ports are implemented with make which I still understa

Re: [Dhis2-devs] maven question

2009-10-30 Thread Lars Helge Øverland
> >> > Fine that you're superstitious Bob, but this (rather time consuming, unless > you need time to get another cup of coffee) step is exactly the same as the > last process taking place in step 2 above since the portal is defined as a > the last module in dhis-web/pom.xml, so your dhis.war will

Re: [Dhis2-devs] maven question

2009-10-30 Thread Ola Hodne Titlestad
2009/10/30 Bob Jolliffe > I am currently struggling to build dhis2 correctly :-( I think it reflects > my fairly thin grasp on the workings of maven. > > Let me retrace my steps: > > 1. cd > mvn clean install -Dtest=skip -DfailIfNoTests=false > > 2. cd dhis-web > mvn clean install -Dtest=skip

Re: [Dhis2-devs] maven question

2009-10-30 Thread Bob Jolliffe
2009/10/30 Lars Helge Øverland > > > On Fri, Oct 30, 2009 at 12:06 PM, Bob Jolliffe wrote: > >> ok. I see it is not listed as a dependency in the web-commons pom.xml. >> This looks like the problem as all the others are there. When I add it in I >> am getting a problem >> >> 'dependencies.depen

Re: [Dhis2-devs] maven question

2009-10-30 Thread Lars Helge Øverland
On Fri, Oct 30, 2009 at 12:06 PM, Bob Jolliffe wrote: > ok. I see it is not listed as a dependency in the web-commons pom.xml. > This looks like the problem as all the others are there. When I add it in I > am getting a problem > > 'dependencies.dependency.version' is missing for > org.hisp.dhis

Re: [Dhis2-devs] maven question

2009-10-30 Thread Bob Jolliffe
ok. I see it is not listed as a dependency in the web-commons pom.xml. This looks like the problem as all the others are there. When I add it in I am getting a problem 'dependencies.dependency.version' is missing for org.hisp.dhis:dhis-service-aggregationengine-default Can't quite figure this o

Re: [Dhis2-devs] maven question

2009-10-30 Thread Bob Jolliffe
I have found that when I manually replace dhis-service- aggregationengine-default-2.0.3-SNAPSHOT.jar in the dhis.war it runs. So the problem is definitely related to this file. Something maven is not doing. Should be simple enough to isolate but I can't see it. Still looking ... Cheers Bob 2

Re: [Dhis2-devs] maven question

2009-10-30 Thread Jason Pickering
I am having the same problem. DHIS fails to launch with the latest version of the source code. On Fri, Oct 30, 2009 at 12:22 PM, Bob Jolliffe wrote: > I am currently struggling to build dhis2 correctly :-(  I think it reflects > my fairly thin grasp on the workings of maven. > > Let me retrace m

[Dhis2-devs] maven question

2009-10-30 Thread Bob Jolliffe
I am currently struggling to build dhis2 correctly :-( I think it reflects my fairly thin grasp on the workings of maven. Let me retrace my steps: 1. cd mvn clean install -Dtest=skip -DfailIfNoTests=false 2. cd dhis-web mvn clean install -Dtest=skip -DfailIfNoTests=false 3. cd dhis-web-por

[Dhis2-devs] maven question

2009-03-25 Thread Bob Jolliffe
Hello I'm finally getting back to looking at my light weight dhis version. I'm taking the hard road and struggling with maven, which is proving fruitful, if a little slow. Quick question to the experts. How do I tell maven in my pom.xml file to pack the dependencies (jars) into the target jar.