Re: [Geoserver-devel] make an eclipse projet from source with maven

2009-08-15 Thread Andrea Aime
David Winslow ha scritto: > > Actually, as of about a month ago, geotools and geoserver have built > fine for me on OpenJDK (actually I forgot to switch to Sun Java after a > system reinstall and didn't notice I was using it for a week or two.) > Both mvn install and mvn eclipse:eclipse work fine

Re: [Geoserver-devel] make an eclipse projet from source with maven

2009-08-15 Thread David Winslow
On Sat, 2009-08-15 at 19:23 +0200, Andrea Aime wrote: > Jimmy Aumard ha scritto: > > Thanks, > ... > > org.geoserver.platform.GeoServerExtensionsTest not found in > > gnu.gcj.runtime.SystemClassLoader{urls=[file:/tmp/surefirebooter219rxz.jar], > > > > parent=gnu.gcj.runtime.ExtensionClassLoader{

Re: [Geoserver-devel] make an eclipse projet from source with maven

2009-08-15 Thread Andrea Aime
Jimmy Aumard ha scritto: > Thanks, ... > org.geoserver.platform.GeoServerExtensionsTest not found in > gnu.gcj.runtime.SystemClassLoader{urls=[file:/tmp/surefirebooter219rxz.jar], > parent=gnu.gcj.runtime.ExtensionClassLoader{urls=[], parent=null}} >at java.net.URLClassLoader.findClass(libgcj

Re: [Geoserver-devel] make an eclipse projet from source with maven

2009-08-13 Thread Jimmy Aumard
Thanks that's work! I have eclipse's projects now but they have errors and I don't find where :s I have put M2_REPO in the classpath and it's good but all the projects have errors (not on files but on repositories) I don't understand sorry Cheers Jim 2009/8/12 Chris McMillan > Jimmy, > >

Re: [Geoserver-devel] make an eclipse projet from source with maven

2009-08-12 Thread Chris McMillan
Jimmy, It looks like you have two problems. First make sure you are in the /src directory. Second to make the eclipse project which is what your first error is, its mvn eclipse:eclipse Your missing the second L. Chris McMillan -Original Message- From: Jimmy Aumard Date: Wed, 12 Aug

Re: [Geoserver-devel] make an eclipse projet from source with maven

2009-08-12 Thread Jimmy Aumard
Thanks, The mvn install start but after a long moment I have this :s Downloading: http://lists.refractions.net/m2//junit/junit/3.8.1/junit-3.8.1.jar 118K downloaded [INFO] Surefire report directory: /home/jim/Desktop/src_Geoserver/1.7.x/src/platform/target/surefire-reports org.apache.maven.surefi

Re: [Geoserver-devel] make an eclipse projet from source with maven

2009-08-12 Thread Justin Deoliveira
You may also find some of the developer docs useful if you have not found them yet: http://docs.geoserver.org/1.7.x/en/developer/quickstart/index.html http://docs.geoserver.org/1.7.x/en/developer/maven-guide/index.html http://docs.geoserver.org/1.7.x/en/developer/eclipse-guide/index.html -Justin

Re: [Geoserver-devel] make an eclipse projet from source with maven

2009-08-12 Thread Justin Deoliveira
It looks like you are not in the "src" directory. If the root of your checkout looks like: data/ doc/ src/ cd into "src" and try the commands again. The directory you execute the maven command from should have a pom.xml file. Hope that helps. -Justin Jimmy Aumard wrote: > Hello, > > I have