Phil, you can make a full local GeoTools 15.0 build in the geotools-15.0-project directory with:
mvn -Dall clean install You will still need to build gt-dxf individually because it is not in the main build: cd modules/unsupported/dxf Edit the gt-dxf pom.xml to add these four lines to fix the missing commons-logging dependency: https://github.com/geotools/geotools/commit/3f2a7e886a0807a14881c136b7d30665ec105c47 Then build gt-dxf: mvn clean install Now you should have your own gt-dxf 15.0 in your local repository. Kind regards, Ben On 13/09/16 09:40, Phil Scadden wrote: > Okay, found it in geotools-15.0-project. Was rather hoping to find just > the artifact, but I guess I can create a full geotools project and > compile it. > > > On 12/09/2016 5:28 p.m., Ben Caradoc-Davies wrote: >> Phil, >> >> where were you looking for the source? I see the source in >> modules/unsupported/dxf on master. It did not compile because it was >> missing a dependency on commons-logging; I just fixed this on master >> and 15.x. >> >> This unsupported module is not built or published by the community >> build servers. You can build it locally and then should be able to add >> it as a dependency. >> >> I wonder why it is not part of the build? If there is interest we >> could re-enable it. It has no tests and some odd test-skipping in the >> pom. >> >> Kind regards, >> Ben. >> >> On 12/09/16 16:35, Phil Scadden wrote: >>> The old unsupported DXF source seems to have gone awol???? >>> >>> I tried adding dependency to pom but it failed. Not in the binary >>> download either. How do I get this? >>> >>> >>> >>> Notice: This email and any attachments are confidential. >>> If received in error please destroy and immediately notify us. >>> Do not copy or disclose the contents. >>> >>> >>> ------------------------------------------------------------------------------ >>> >>> _______________________________________________ >>> GeoTools-Devel mailing list >>> [email protected] >>> https://lists.sourceforge.net/lists/listinfo/geotools-devel >>> >> > -- Ben Caradoc-Davies <[email protected]> Director Transient Software Limited <http://transient.nz/> New Zealand ------------------------------------------------------------------------------ What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic patterns at an interface-level. Reveals which users, apps, and protocols are consuming the most bandwidth. Provides multi-vendor support for NetFlow, J-Flow, sFlow and other flows. Make informed decisions using capacity planning reports. http://sdm.link/zohodev2dev _______________________________________________ GeoTools-Devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geotools-devel
