Status: New
Owner: ----
Labels: Type-Defect Priority-Medium

New issue 29 by [email protected]: Problems to build the smscgateway
http://code.google.com/p/smscgateway/issues/detail?id=29

What steps will reproduce the problem?
1. Just download the master branch and try to build it

What is the expected output? What do you see instead?
The expected output is SUCCESSFULL, but we got an ERROR.

What version of the product are you using? On what operating system?
1.0.0.ALPHA1. Linux, Ubuntu 11.04.

The problems is inside two pom.xml. Below is how I fixed it.

   /core/bootstrap/pom.xml
   Remove: <artifactId>oam</artifactId>
   Add:    <artifactId>smsc-cli</artifactId>

   /core/slee/smpp-server-ra/ratype/pom.xml
   Remove: <artifactId>events</artifactId>
   Add:    <artifactId>smpp-server-ra-events</artifactId>


Reply via email to