Andrea Aime wrote: > Hi, > my GeoTools build is broken even after trying a -U build with > the following error message: > > /home/aaime/devel/gt2-trunk/modules/library/main/src/main/java/org/geotools/styling/StyleFactoryImpl.java:[40,25] > > cannot find symbol > symbol : class ExtensionSymbolizer > location: package org.opengis.style > > /home/aaime/devel/gt2-trunk/modules/library/main/src/main/java/org/geotools/styling/StyleFactoryImpl.java:[938,11] > > cannot find symbol > symbol : class ExtensionSymbolizer > location: class org.geotools.styling.StyleFactoryImpl > > Hum.... we should do something about this. From what I see whoever > is working on GeoApi changes is not making the corresponding > GeoTools changes.
Actually, it's the other way around. The changes in gt2 are breaking the build because geoapi was not deployed or we're depending on the wrong version of it. Cheers Andrea ------------------------------------------------------------------------------ Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise -Strategies to boost innovation and cut costs with open source participation -Receive a $600 discount off the registration fee with the source code: SFAD http://p.sf.net/sfu/XcvMzF8H _______________________________________________ Geotools-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geotools-devel
