From: Jody G. <jga...@re...> - 2006-04-06 15:58:53
|
Hi Clint, I am trying to commit some of your hacking today and am running into some consistency issues - as an example the vpf module failes when I do a: - 2.2.x/> mvn clean - 2.2.x/> mvn install The problem seems to be an inability to find - JTS. Please see the logs at the end of this message. - it should be able to find JTS as it depends on main and main depends on api and api depnds on jts Any help would be cool. Jody > [INFO] > ---------------------------------------------------------------------------- > [INFO] Building VPF Plugin > [INFO] task-segment: [install] > [INFO] > ---------------------------------------------------------------------------- > [INFO] [resources:resources] > [INFO] Using default encoding to copy filtered resources. > [INFO] [compiler:compile] > Compiling 50 source files to > C:\java\geotools\2.2.x\plugin\vpf\target\classes > [INFO] > ---------------------------------------------------------------------------- > [ERROR] BUILD FAILURE > [INFO] > ---------------------------------------------------------------------------- > [INFO] Compilation failure > > C:\java\geotools\2.2.x\plugin\vpf\src\org\geotools\data\vpf\readers\LineGeometryFactory.java:[34,35] > package com.vividso > lutions.jts.geom does not exist |