On Mon, Aug 11, 2008 at 10:57 AM, [EMAIL PROTECTED] <
[EMAIL PROTECTED]> wrote:

> Hi All,
>
> I just tried to build core 1.2.x trunk, and got a failure due to a missing
> dependency:
>  org.apache.tomcat:catalina:6.0.10
> which is in the impl/pom.xml.
>
> The error is right: the available catalina versions in the main repos
> available start from 6.0.13. But I have been building this code regularly
> and not had this problem. Does anyone else have this?
>

I have this artifact on my local repo (6.0.10) (if does not exist on main
repo how that code compiles before?).

If the dependency is not found this compile error occurs

[INFO]
------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO]
------------------------------------------------------------------------
[INFO] Compilation failure

C:\GSOC\workspace\12\myfaces1_2_commit\impl\src\main\java\org\apache\myfaces\con
fig\annotation\TomcatAnnotationLifecycleProvider.java:[33,22] cannot find
symbol

symbol  : class AnnotationProcessor
location: package org.apache

C:\GSOC\workspace\12\myfaces1_2_commit\impl\src\main\java\org\apache\myfaces\con
fig\annotation\TomcatAnnotationLifecycleProvider.java:[62,46] cannot find
symbol

symbol  : class AnnotationProcessor
location: package org.apache

C:\GSOC\workspace\12\myfaces1_2_commit\impl\src\main\java\org\apache\myfaces\con
fig\annotation\TomcatAnnotationLifecycleProvider.java:[63,74] cannot find
symbol

symbol  : class AnnotationProcessor
location: package org.apache


>
> For now, I've modified the pom locally to point to 6.0.18 and it builds
> again. But I'm reluctant to commit this when I don't know what's
> happened...very puzzling.
>
> Cheers, Simon
>
>

Reply via email to