Hi Luca,
I think that you are using some old dependencies.
Are you building a GS snapshot? Are you using offline build?
As far as I know, GS main depends on GT-coverage which depends on JAI-EXT.
Therefore, as part of this dependency inheritance, you should automatically
get that.

See main's pom.xml
 <parent>
  <groupId>org.geoserver</groupId>
  <artifactId>geoserver</artifactId>
  <version>2.8-SNAPSHOT</version>
 </parent>

 <groupId>org.geoserver</groupId>
 <artifactId>gs-main</artifactId>
 <packaging>jar</packaging>
 <name>Main Module</name>

 <dependencies>
......
......
  <dependency>
   <groupId>org.geotools</groupId>
   <artifactId>gt-coverage</artifactId>
  </dependency>


And see the maven dependency:tree output:
*[INFO] org.geoserver:gs-main:jar:2.8-SNAPSHOT*
[INFO] +- org.geoserver:gs-ows:jar:2.8-SNAPSHOT:compile
[INFO] |  +- commons-lang:commons-lang:jar:2.6:compile
...
*[INFO] +- org.geotools:gt-coverage:jar:14-SNAPSHOT:compile*
[INFO] |  +- org.geotools:gt-referencing:jar:14-SNAPSHOT:compile
[INFO] |  |  +-
com.googlecode.efficient-java-matrix-library:core:jar:0.26:compile
[INFO] |  |  +- commons-pool:commons-pool:jar:1.5.3:compile
[INFO] |  |  \- jgridshift:jgridshift:jar:1.0:compile
...
*[INFO] |  |  +-
it.geosolutions.jaiext.utilities:jt-utilities:jar:1.0.3:compile*
[INFO] |  |  \- it.geosolutions.jaiext.scale:jt-scale:jar:1.0.3:compile
[INFO] |  |     \-
it.geosolutions.jaiext.translate:jt-translate:jar:1.0.3:compile


Do you have any chance to check it again?
Please, let us know.
Best Regards,
Daniele


On Mon, Jun 8, 2015 at 3:01 PM, Luca Morandini <[email protected]> wrote:

> 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
>



-- 
==
GeoServer Professional Services from the experts! Visit
http://goo.gl/it488V for more information.
==

Ing. Daniele Romagnoli
Senior Software Engineer

GeoSolutions S.A.S.
Via Poggio alle Viti 1187
55054  Massarosa (LU)
Italy
phone: +39 0584 962313
fax:      +39 0584 1660272

http://www.geo-solutions.it
http://twitter.com/geosolutions_it

-------------------------------------------------------

*AVVERTENZE AI SENSI DEL D.Lgs. 196/2003*

Le informazioni contenute in questo messaggio di posta elettronica e/o
nel/i file/s allegato/i sono da considerarsi strettamente riservate. Il
loro utilizzo è consentito esclusivamente al destinatario del messaggio,
per le finalità indicate nel messaggio stesso. Qualora riceviate questo
messaggio senza esserne il destinatario, Vi preghiamo cortesemente di
darcene notizia via e-mail e di procedere alla distruzione del messaggio
stesso, cancellandolo dal Vostro sistema. Conservare il messaggio stesso,
divulgarlo anche in parte, distribuirlo ad altri soggetti, copiarlo, od
utilizzarlo per finalità diverse, costituisce comportamento contrario ai
principi dettati dal D.Lgs. 196/2003.



The information in this message and/or attachments, is intended solely for
the attention and use of the named addressee(s) and may be confidential or
proprietary in nature or covered by the provisions of privacy act
(Legislative Decree June, 30 2003, no.196 - Italy's New Data Protection
Code).Any use not in accord with its purpose, any disclosure, reproduction,
copying, distribution, or either dissemination, either whole or partial, is
strictly forbidden except previous formal approval of the named
addressee(s). If you are not the intended recipient, please contact
immediately the sender by telephone, fax or e-mail and delete the
information in this message that has been received in error. The sender
does not give any warranty or accept liability as the content, accuracy or
completeness of sent messages and accepts no responsibility  for changes
made after they were sent or for other risks which arise as a result of
e-mail transmission, viruses, etc.
------------------------------------------------------------------------------
_______________________________________________
Geoserver-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geoserver-devel

Reply via email to