Hello,
Recently I posted about image order in mosaics, since then, I've written the
ability for the ImageMosaicReader to respect the order of the images in the
.dbf using a comparator and Feature.getId().
I am now trying to add an input to MosaicIndexBuilder that will allow the
user to specify the order in which to put the images in the .dbf.
After following the instructions in the Developer's Guide for compiling
single modules, as well as adding <module>coveragetools<module> in the
proper place in modules/unsupported/pom.xml, I can not get a working .jar.
This is likely due to my non-familiarity with the nuances of Maven, I'm
getting a .jar file for coveragetools, however they contain no classes or
methods.
Has anyone run in to this before? Is there any specific way to get a proper
.jar?
Thanks,
-Sam
--
View this message in context: http://www.nabble.com/MosaicIndexBuilder-tp16574989p16574989.html
Sent from the GeoServer - User mailing list archive at Nabble.com.
SamuelToepke ha scritto:
Hello,
Recently I posted about image order in mosaics, since then, I've written the
ability for the ImageMosaicReader to respect the order of the images in the
.dbf using a comparator and Feature.getId().
I am now trying to add an input to MosaicIndexBuilder that will allow the
user to specify the order in which to put the images in the .dbf.
Patches welcomed 
After following the instructions in the Developer's Guide for compiling
single modules, as well as adding <module>coveragetools<module> in the
proper place in modules/unsupported/pom.xml, I can not get a working .jar.
This is likely due to my non-familiarity with the nuances of Maven, I'm
getting a .jar file for coveragetools, however they contain no classes or
methods.
Has anyone run in to this before? Is there any specific way to get a proper
.jar?
Nope, 2maven clean install" should be all you need to do in order to get
a jar in your "target" directory
Cheers
Andrea
Hello,
I figured it out this morning, the path:
gt2-2.4.1/modules/unsupported/coveragetools/src/it/geosolutions/utils/
actually needs to be:
gt2-2.4.1/modules/unsupported/coveragetools/src/main/java/it/geosolutions/utils/
as is in the other compiling unsupported modules. Running 'mvn compile' and
'mvn install' from /coveragetools/ will result in the proper .jar.
Thanks,
-Sam
aaime wrote:
SamuelToepke ha scritto:
Hello,
Recently I posted about image order in mosaics, since then, I've written
the
ability for the ImageMosaicReader to respect the order of the images in
the
.dbf using a comparator and Feature.getId().
I am now trying to add an input to MosaicIndexBuilder that will allow the
user to specify the order in which to put the images in the .dbf.
Patches welcomed 
After following the instructions in the Developer's Guide for compiling
single modules, as well as adding <module>coveragetools<module> in the
proper place in modules/unsupported/pom.xml, I can not get a working
.jar.
This is likely due to my non-familiarity with the nuances of Maven, I'm
getting a .jar file for coveragetools, however they contain no classes or
methods.
Has anyone run in to this before? Is there any specific way to get a
proper
.jar?
Nope, 2maven clean install" should be all you need to do in order to get
a jar in your "target" directory
Cheers
Andrea
-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference
Don't miss this year's exciting event. There's still time to save $100.
Use priority code J8TL2D2.
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users
--
View this message in context: http://www.nabble.com/MosaicIndexBuilder-tp16574989p16588409.html
Sent from the GeoServer - User mailing list archive at Nabble.com.