Re: [Dhis2-devs] Getting problem while building a local module

2009-09-01 Thread Murodullo Latifov
Hi, Error message clearly says one dependency is missing and it is transitive dependency of com.lowagie:itext:jar:1.4.8. Look at jasperreport and itext dependencies. murod From: Brajesh Murari brajesh2mur...@gmail.com To: DHIS 2 developers

Re: [Dhis2-devs] Getting problem while building a local module

2009-09-01 Thread bharath kumar
We checked in .m2 folder, there we found itext.jar file. Please look into content of pom.xml file, tell us if there is any wrong. !-- DHIS -- dependency groupIdorg.hisp.dhis/groupId artifactIddhis-api/artifactId /dependency dependency

Re: [Dhis2-devs] Getting problem while building a local module

2009-09-01 Thread Brajesh Murari
I have updated my pom.xml about these dependencies like dependency groupIdjasperreports/groupId artifactIdjasperreports/artifactId version2.0.2/version /dependency dependency groupIdjfree/groupId artifactIdjfreechart/artifactId version1.0.11/version