Re: [Geotools-gt2-users] Finding jar file

2008-11-23 Thread Michael Bedward
You seem to have done all the right things. If you'd like to send me your project off the list I'll have a quick look later today and see if I can spot anything Michael 2008/11/24 fx5900 <[EMAIL PROTECTED]>: > > Yes, i have checked to see that the gt-render-2.5-RC1 manually, and also i > can see

Re: [Geotools-gt2-users] Finding jar file

2008-11-23 Thread fx5900
Yes, i have checked to see that the gt-render-2.5-RC1 manually, and also i can see the jar file in the project window. Michael Bedward wrote: > > Hi Luong, > > I just looking in gt-render-2.5-RC1.jar and the classes MapContext and > DefaultMapContext are definitely in there. > > Your depend

Re: [Geotools-gt2-users] Finding jar file

2008-11-23 Thread Michael Bedward
Hi Luong, I just looking in gt-render-2.5-RC1.jar and the classes MapContext and DefaultMapContext are definitely in there. Your dependency entry looks fine. Has the jar been downloaded yet ? You can check this either by looking in your local repository manually or looking at the jar in the Libr

Re: [Geotools-gt2-users] Finding jar file

2008-11-23 Thread fx5900
Hi, i managed to download the gt-render jar file, but i still seem seem to get the error message of "Cannot find symbol MapContex". The same goes for when i do DefaultMapContext. Here is my pom.xml code: org.geotools gt-render 2.5-RC1 are there an

Re: [Geotools-gt2-users] Finding jar file

2008-11-20 Thread Michael Bedward
2008/11/21 fx5900 <[EMAIL PROTECTED]>: > > Hi, > in my app i have created a second file called buildmap.java which is > empty and i'm trying to create the mapcontext object but i can't seem to > find the jar file Hi Luong, The jar you need is gt-render - just add this to your pom.xml and it w

[Geotools-gt2-users] Finding jar file

2008-11-20 Thread fx5900
Hi, in my app i have created a second file called buildmap.java which is empty and i'm trying to create the mapcontext object but i can't seem to find the jar file on the repository site because i keep getting errors can't find symbol DefaultMapContext even when add the package code package c