Hi First time on list.
Not sure if this post should be here or in Dev. I am a User but we add a
little code to integrate with some other systems so we build from source.
I Downloaded geoserver-1.6.0-RC1-src.zip, unzipped and tried to build with
maven2 (have been successfully building 1.5.X, but I am still a bit of a
maven/build newb).
% cd geoserver
% mvn install
But the build failed looking for a ./maven subdirectory.
The main pom.xml seems to have 3 extra modules that are not in the source
distribution.
Am I missing something...Or should I just comment them out?
<modules>
<!-- <module>maven</module> -->
<module>platform</module>
<module>data</module>
<module>main</module>
<module>wcs</module>
<module>wfs</module>
<!-- <module>wfsv</module> -->
<module>wms</module>
<module>validation</module>
<module>web</module>
<module>test</module>
<module>ows</module>
<module>net.opengis.ows</module>
<module>net.opengis.wfs</module>
<!-- <module>net.opengis.vwfs</module> -->
</modules
Thanks,
-Steve
--
View this message in context: http://www.nabble.com/Trouble-Building-1.6.0-RC1---Missing-Modules--tf4882735.html#a13973886
Sent from the GeoServer - User mailing list archive at Nabble.com.
bvader ha scritto:
Hi First time on list.
Not sure if this post should be here or in Dev. I am a User but we add a
little code to integrate with some other systems so we build from source.
I Downloaded geoserver-1.6.0-RC1-src.zip, unzipped and tried to build with
maven2 (have been successfully building 1.5.X, but I am still a bit of a
maven/build newb).
% cd geoserver
% mvn install
But the build failed looking for a ./maven subdirectory.
The main pom.xml seems to have 3 extra modules that are not in the source
distribution. Am I missing something...Or should I just comment them out?
<modules>
<!-- <module>maven</module> -->
<module>platform</module>
<module>data</module>
<module>main</module>
<module>wcs</module>
<module>wfs</module>
<!-- <module>wfsv</module> -->
<module>wms</module>
<module>validation</module>
<module>web</module>
<module>test</module>
<module>ows</module>
<module>net.opengis.ows</module>
<module>net.opengis.wfs</module>
<!-- <module>net.opengis.vwfs</module> -->
</modules
Ah, there must be an issue in the script used to put together
the sources. I've opened a jira issue for this, hopefully it
would be fixed by rc2:
http://jira.codehaus.org/browse/GEOS-1553
If you're using the source, the recommended way would
be to checkout from svn.
For the 1.6.x branch the command would be:
svn co http://svn.codehaus.org/geoserver/branches/1.6.x/
Also remember that every bit of source code you're including in
your GeoServer copy is bound to the GPL, so to be compliant you
should remember to distribute the sources of your changes along
with the GeoServer binary (you don't have to give them to us,
but to your customers).
Cheers
Andrea
aaime wrote:
Ah, there must be an issue in the script used to put together
the sources. I've opened a jira issue for this, hopefully it
would be fixed by rc2:
http://jira.codehaus.org/browse/GEOS-1553
If you're using the source, the recommended way would
be to checkout from svn.
For the 1.6.x branch the command would be:
svn co http://svn.codehaus.org/geoserver/branches/1.6.x/
Also remember that every bit of source code you're including in
your GeoServer copy is bound to the GPL, so to be compliant you
should remember to distribute the sources of your changes along
with the GeoServer binary (you don't have to give them to us,
but to your customers).
Cheers
Andrea
Thanks I will checkout from svn...
And as to our code it is our every intention to be good Open Source / GPL
citizens. We don't distribute geoserver binaries in any form it is purely
used in-house. The code I am speaking basically just does an auth check
against our internal auth server (I noticed there is new Auth stuff in 1.6
maybe we will look into that), if we ever develop any "useful" code I would
like/plan to contribute back to Geoserver....but you folks are so far ahead
of us in the GIS world...and if we were ever to distribute we would
distribute the source as well per GPL.
--
View this message in context: http://www.nabble.com/Trouble-Building-1.6.0-RC1---Missing-Modules--tf4882735.html#a13975131
Sent from the GeoServer - User mailing list archive at Nabble.com.