Folks,
Today I could not build GeoServer, since it lamented that:
[ERROR]
/home/lmorandini/git/geoserver/src/main/src/main/java/org/geoserver/config/impl/JAIEXTInfoImpl.java:[7,57]
error: package it.geosolutions.jaiext.ConcurrentOperationRegistry does not exist
After a bit of googling around, I fixed it by adding a dependency to the main
module POM:
<dependency>
<groupId>it.geosolutions.jaiext.utilities</groupId>
<artifactId>jt-utilities</artifactId>
<version>1.0.3</version>
</dependency>
Is this a bug in the POM, or did I miss something in the build process?
Cheers,
Luca Morandini
Data Architect - AURIN project
Melbourne eResearch Group
Department of Computing and Information Systems
University of Melbourne
Tel. +61 03 903 58 380
Skype: lmorandini
------------------------------------------------------------------------------
_______________________________________________
Geoserver-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geoserver-devel