Re: [Carbon-dev] Including a third part library

2012-02-15 Thread Sameera Jayasoma
Hi Maninda, I had a look at this geoip jar[1] . Its a very small jar with few java classes. Can't we simply create an orbit bundle out of this jar and use it? On Thu, Feb 16, 2012 at 10:43 AM, Maninda Edirisooriya wrote: > Yes. It is included as a resource to utils. i.e. > core/org.wso2.carbon.

Re: [Carbon-dev] Including a third part library

2012-02-15 Thread Maninda Edirisooriya
Yes. It is included as a resource to utils. i.e. core/org.wso2.carbon.utils/3.2.4/src/main/resources/GeoIP.dat On Wed, Feb 15, 2012 at 10:52 PM, Sameera Jayasoma wrote: > > > On Wed, Feb 15, 2012 at 12:48 PM, Maninda Edirisooriya > wrote: > >> Actually there are several Java files require for t

Re: [Carbon-dev] Including a third part library

2012-02-15 Thread Sameera Jayasoma
On Wed, Feb 15, 2012 at 12:48 PM, Maninda Edirisooriya wrote: > Actually there are several Java files require for the library. > "com.maxmind.geoip" is used as the package name. Is it ok to change it as > org.wso2.carbon.utils.geoip ? (Library is LGPL) > > Another problem I have is that the librar

Re: [Carbon-dev] Including a third part library

2012-02-14 Thread Maninda Edirisooriya
Actually there are several Java files require for the library. "com.maxmind.geoip" is used as the package name. Is it ok to change it as org.wso2.carbon.utils.geoip ? (Library is LGPL) Another problem I have is that the library needs the path of the database file as a path from the root. But with

Re: [Carbon-dev] Including a third part library

2012-02-08 Thread Afkham Azeez
How about adding that file to org.wso2.carbon.util jar with the proper attributions? On Wed, Feb 8, 2012 at 2:06 PM, Maninda Edirisooriya wrote: > I have to include a third party Java library with LGPL licences to convert > IP addresses to geographical locations in the BAM2. It is only source a >

[Carbon-dev] Including a third part library

2012-02-08 Thread Maninda Edirisooriya
I have to include a third party Java library with LGPL licences to convert IP addresses to geographical locations in the BAM2. It is only source a code file. (.java file) I have no idea where to add it. ___ Carbon-dev mailing list Carbon-dev@wso2.org http