Seems like we have found the problem. Main was dependent on referencing and referencing was depedent on api, but main was also dependent on api, so there were 2 dependencies on api, causing a conflict. Seems like you cannot have more than one dependency over multiple dependencies.
Oliver
On 4/6/06, Jody Garnett <[EMAIL PROTECTED]> wrote:
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
-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Geotools-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geotools-devel
