hello everyone:
I have tried to build GeoServer1.5 under the steps in the doucuments.
first :check out from https://svn.codehaus.org/geoserver/trunk
then :mvn install (the client terminal showed all the moudles were
successfully builded)
mvn eclipse:eclipse;
set the variarable M2_REPO
after import existing projects into the workspace there are server projects
not only one in the workspace,and there are errors like Project Issues is
missing required library: 'C:\Documents and
Settings\Administrator\.m2\repository\antlr\antlr\2.7.6\antlr-2.7.6.jar'
I tried to setup a new project first and then import all the source code but
i got more errors.
I am expecting your help thank you !
--
View this message in context: http://www.nabble.com/problems-in-building-GeoServer1.5-in-eclipse-tf3610882.html#a10090590
Sent from the GeoServer - Dev mailing list archive at Nabble.com.
Hi,
The Issues project you can safely ignore. It is a "community" module which means it is experimental and not really part of the core. If you want something more stable to build i suggest you check out the 1.5.x branch instead of trunk (1.6.x). The svn url is:
https://svn.codehaus.org/geoserver/branches/1.5.x
But if you want to continue on trunk then I suggest you just delete the "Issues" project from your workspace.
-Justin
cy wrote:
hello everyone: I have tried to build GeoServer1.5 under the steps in the doucuments. first :check out from https://svn.codehaus.org/geoserver/trunk then :mvn install (the client terminal showed all the moudles were
successfully builded) mvn eclipse:eclipse; set the variarable M2_REPO after import existing projects into the workspace there are server projects
not only one in the workspace,and there are errors like Project Issues is
missing required library: 'C:\Documents and
Settings\Administrator\.m2\repository\antlr\antlr\2.7.6\antlr-2.7.6.jar' I tried to setup a new project first and then import all the source code but
i got more errors. I am expecting your help thank you !
--
Justin Deoliveira
The Open Planning Project
http://topp.openplans.org
Justin Deoliveira ha scritto:
Hi,
The Issues project you can safely ignore. It is a "community" module which means it is experimental and not really part of the core. If you want something more stable to build i suggest you check out the 1.5.x branch instead of trunk (1.6.x). The svn url is:
https://svn.codehaus.org/geoserver/branches/1.5.x
But if you want to continue on trunk then I suggest you just delete the "Issues" project from your workspace.
Umpf, this Issues project is there to cause issues to people trying
to develop against Geoserver. Community modules are out of build,
but I guess this module has Eclipse project files committed... we
shall remove them at once (not on my computer today, but I'll obliterate
them as soon as possible when I get back home, provided no-one else
does it before).
Cheers
Andrea
thank you very much for your help
I have tried to build from https://svn.codehaus.org/geoserver/branches/1.5.x
follow the Justin"s advice,i have build the geoserver by maven successfully
but I also get problems in eclipse:Cannot find the class file for
org.geotools.catalog.ResolveAdapterFactory.
It seems that some jar are needed .Please help me .thank you very much!
--
View this message in context: http://www.nabble.com/problems-in-building-GeoServer1.5-in-eclipse-tf3610882.html#a10102988
Sent from the GeoServer - Dev mailing list archive at Nabble.com.
Hi,
Do you get this error when you try to run GeoServer? Or is it another
compile error?
cy wrote:
thank you very much for your help
I have tried to build from https://svn.codehaus.org/geoserver/branches/1.5.x
follow the Justin"s advice,i have build the geoserver by maven successfully
but I also get problems in eclipse:Cannot find the class file for
org.geotools.catalog.ResolveAdapterFactory.
It seems that some jar are needed .Please help me .thank you very much!
--
Justin Deoliveira
The Open Planning Project
jdeolive@anonymised.com