[Geotools-devel] Maven Build

2006-01-26 Thread Clint Lewis
Hi, Glad to be part of this mailing list for developers.. I have just completed my first Maven build for j2ee... Still needs some work but I will iron out the problems over the next few days.. What I did? Maven ejb:install Maven jar:install (This will copy the jar into local respository) maven

[Geotools-devel] Maven Install not working

2006-03-13 Thread Clint Lewis
Hi, I am trying to build geotools, did an SVN up this morning so I have the latest file. Typed "mvn clean" Maven version: 2.0.2 Typed "mvn install" Trying to download some dependency "wagon-ssh-external-1.0-alpha-6.pom" so the "mvn clean" does not complete neither does the "mvn install" (see

[Geotools-devel] JScience 3

2006-03-13 Thread Clint Lewis
Hi Martin, Just looked at the JScience3 http://jscience.org/ site now, do you know if we will be upgrading this project to use some of the JScience3 stuff. Clint --- This SF.Net email is sponsored by xPML, a groundbreaking scripting languag

[Geotools-devel] Re: JScience 3

2006-03-14 Thread Clint Lewis
out what is there for my example. Martin Desruisseaux wrote: Clint Lewis a écrit : Just looked at the JScience3 http://jscience.org/ site now, do you know if we will be upgrading this project to use some of the JScience3 stuff. This is not planned in the near future, except the javax.units

[Geotools-devel] Maven 2.0

2006-03-23 Thread Clint Lewis
Hi, I have a question? Does Maven 2.0 support custom scripts? I have read on their site that they don't support custom scripts, you should create a plugin and submit that plugin if a custom script is needed, there is quite a few custom scripts in geoserver? How does geotools handle this? Th

Re: [Geotools-devel] Maven 2.0

2006-03-24 Thread Clint Lewis
Martin Desruisseaux wrote: Clint Lewis a écrit : Does Maven 2.0 support custom scripts? I have read on their site that they don't support custom scripts, you should create a plugin and submit that plugin if a custom script is needed, there is quite a few custom scripts in geoserver? How

[Geotools-devel] Maven 1.0 Dependancies vs Maven 2.0

2006-03-24 Thread Clint Lewis
Hi, I have a dependancy in Geoserver in the ki group, but these dependancies are not in http://www.ibiblio.org/maven2/, Do I download these dependancies from http://www.ibiblio.org/maven/geoserver/ki/jars/ or remove the dependancies.. I noticed that these dependancies are not in geotools?

[Geotools-devel] Website not work

2006-03-31 Thread Clint Lewis
Hi, This website also seems not to be working?? http://www.geotools.org/display/GEOT/Home Can anyone else confirm this with me, maybe there is something wrong on my side? Cheers Clint --- This SF.Net email is sponsored by xPML, a groundbr

[Geotools-devel] Maven Exception

2006-04-03 Thread Clint Lewis
Hi, I am getting this Maven 2.0 exception, can anyone help with my problem... [INFO] Scanning for projects... [INFO] [ERROR] FATAL ERROR [INFO] --

[Geotools-devel] Re: Maven Exception

2006-04-03 Thread Clint Lewis
Ok solved this one, the parent's pom in the repository has to be the same as the pom in root of the project.. Clint Lewis wrote: Hi, I am getting this Maven 2.0 exception, can anyone help with my problem... [INFO] Scanning for projects...

[Geotools-devel] Maven 2.0 Dependancy look up

2006-04-03 Thread Clint Lewis
Hi Martin, Quick question: Is there anyway I could turn off these lookup for the pom files that are associated with the jars? I have put the jars into the correct place but I have not yet created the poms, so when I do a mvn compile it takes for ever looking for a few hundred pom's Download

[Geotools-devel] mvn 2.0 build repositories

2006-04-06 Thread Clint Lewis
Hi, I have a concern that I would like to mention and ask if anyone has had this problem before for does someone know a work around? We are running on a Internet line that has a cap, so when we doing the build we want to minimize the use of the internet (downloading poms & jars) because it i

[Geotools-devel] Branch 2.2.x compiling

2006-04-06 Thread Clint Lewis
Hi, I have got geotools branch 2.2.x to compile and build successfully with Maven 2.0. Thanks to all who made this possible. Kind Regards, Clint Lewis --- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that

Re: [Geotools-devel] mvn 2.0 build repositories

2006-04-06 Thread Clint Lewis
Thanks Martin, Oliver is on it as I am typing this email.. Martin Desruisseaux wrote: Clint Lewis a écrit : We are running on a Internet line that has a cap, so when we doing the build we want to minimize the use of the internet (downloading poms & jars) because it is literally costin

Re: [Geotools-devel] Maven 2 is back in the game

2006-04-06 Thread Clint Lewis
Thanks Martin you have helped us here again.. Thanks again Martin Desruisseaux wrote: Jody Garnett a écrit : We found that the number of dependencies in the "parent" pom actually masks the real needs of a module like referencing. According to the current sturcture, referencing needs batik for

[Geotools-devel] ListenerList Not serializable

2006-05-08 Thread Clint Lewis
Hi, I am getting a error that ListenerList needs to be serialized, what would the impact be if I make this class implement serializable? org.springframework.remoting.RemoteAccessException: Cannot access HTTP invoker r emote service at [http://localhost:8080/webapp-0.1/remoting/http-labelTa

[Geotools-devel] Test Failure

2006-06-02 Thread Clint Lewis
r more information, run Maven with the -e switch [INFO] [INFO] Total time: 1 minute 57 seconds [INFO] Finished at: Fri Jun 02 10:45:48 CAT 2006 [INFO] Final Memory: 22M/40M [INFO] ----

[Geotools-devel] Mvn 2 with Overview.html

2006-06-16 Thread Clint Lewis
place. Thanks -- Kind Regards Clint Lewis ___ Geotools-devel mailing list Geotools-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/geotools-devel

[Geotools-devel] Return of StyledMapLayer

2006-06-22 Thread Clint Lewis
Hi Ian, I am going to try out JMapPane, will let you know what is happening? Kind Regards Clint Lewis All the advantages of Linux Managed Hosting--Without the Cost and Risk! Fully trained technicians. The highest number of Red Hat certifications in the hosting industry. Fanatical Support

[Geotools-devel] StyledMapLayer Import Problem

2006-06-22 Thread Clint Lewis
Hi, I need this library org.geowidgets.framework.ui.CRS_SwingUIFactory, there is a problem with my import. Where could I get this library. -- Kind Regards Clint Lewis Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated

Re: [Geotools-devel] m2 moved, lets pick up the bits

2006-06-22 Thread Clint Lewis
I found the code that I was looking for.. I am just busy trying to build it now.. http://svn.geotools.org/geotools/trunk/spike/geowidgets/trunk/stable Kind Regards Clint Lewis Clint Lewis wrote: > Hi there seems to be some confusion here. > > Let clarify: > Inside ~\ian\src\edu\

Re: [Geotools-devel] m2 moved, lets pick up the bits

2006-06-22 Thread Clint Lewis
t an Ant bug. Total time: 7 minutes 1 second C:\projects\geotools\geowidgets\stable> Kind Regards Clint Lewis Clint Lewis wrote: > I found the code that I was looking for.. I am just busy trying to > build it now.. > http://svn.geotools.org/geotools/trunk/spike/geowidgets/trunk/s

Re: [Geotools-devel] m2 moved, lets pick up the bits

2006-06-22 Thread Clint Lewis
led around? Kind Regards Clint Lewis Jody Garnett wrote: > Clint Lewis wrote: >> Hi, >> >> I need this library org.geowidgets.framework.ui.CRS_SwingUIFactory, >> there is a problem with my import. Where could I get this library. >> > Clint - Cory sen

[Geotools-devel] geotools 2.2.x build

2006-06-22 Thread Clint Lewis
Hi Cory and Jesse is working hard on getting the geotools 2.2.x build going, they are confident we will have a build tommorrow morning.. Thanks guys, I am off for the evening. -- Kind Regards Clint Lewis Using Tomcat but need to do more? Need to support web services, security? Get stuff

[Geotools-devel] [Fwd: Jalopy plugin status (and format question)]

2006-06-26 Thread Clint Lewis
acting as a router. -- Kind Regards Clint Lewis --- Begin Message --- Sorry Jody, the message below was inteded for geotools-devel but I cannot post because my smpt is blacklisted... can you act as a router? Cheers Andrea Hi

Re: [Geotools-devel] geotools failing to build

2006-07-05 Thread Clint Lewis
Hi, The maven repo seems down. I am trying to access it but no luck. http://repo1.maven.org/maven2/org Kind Regards Clint Lewis Martin Desruisseaux wrote: > Gerhard Goosen a écrit : > >> I need some help, I am trying to “mvn install” on geotools 2.2.x and I >> get

[Geotools-devel] Version Change of Geotools

2006-08-14 Thread Clint Lewis
short term I am going to change our application to 2.2.0, this is the new production of Geotools. -- Kind Regards Clint Lewis - Using Tomcat but need to do more? Need to support web services, security? Get stuff done

[Geotools-devel] GEOT-922 java.util.MissingResourceException: Can't find org.geotools.feature.collections bundle

2006-08-14 Thread Clint Lewis
wp.service.dispatcher.SmallworldDispacher.listen(SmallworldDispacher.java:94) at za.co.bluesphere.sens.punt.PuntGenerator.main(PuntGenerator.java:66) -- Kind Regards Clint Lewis - Using Tomcat but need to do more? Need to support web ser

Re: [Geotools-devel] Version Change of Geotools

2006-08-14 Thread Clint Lewis
Well as I have said I changed it to 2.2.0 and all looks well I have reported a bug and in JIRA... but that is another issue Kind Regards Clint Lewis Justin Deoliveira wrote: > Just following instructions, I know that every release that gets put out > of geotools 2.2.x, i am forced to

Re: [Geotools-devel] Are we still java 1.4?

2006-08-17 Thread Clint Lewis
I tried doing a build on 1.5 2 days ago and it does not complete all the test. I have to revert back to 1.4 to make the test pass. Kind Regards Clint Lewis Justin Deoliveira wrote: > There also appears to be issues in ext/shaprenderer as well, some dom > classes also included in java 1

[Geotools-devel] Source Code 2.2.1-SNAPSHOT

2006-09-15 Thread Clint Lewis
Hi, I am looking for the source 2.2.1-SNAPSHOT, is there a tag for this or should I just use 2.2.x ? -- Kind Regards Clint Lewis - Using Tomcat but need to do more? Need to support web services, security? Get stuff done

[Geotools-devel] [jira] Created: (GEOT-891) FeatureReader Null Geometry Error

2006-07-12 Thread Clint Lewis (JIRA)
FeatureReader Null Geometry Error - Key: GEOT-891 URL: http://jira.codehaus.org/browse/GEOT-891 Project: GeoTools Type: Bug Components: core main Versions: 2.2-RC3 Environment: Windows XP, Java 1.4 Reporter: Clint

[Geotools-devel] [jira] Created: (GEOT-922) java.util.MissingResourceException

2006-08-14 Thread Clint Lewis (JIRA)
Reporter: Clint Lewis Assigned To: James Macgill Hi, I found a bug that caused some problems. Apparently the Logger is calling the incorrect method, it should call getLogger(String name) instead of getAnonymousLogger(String resourceBundleName) since the resouceBundle of