> From: Antonio Gallardo [mailto:[EMAIL PROTECTED] > > Thanks Reinhard! > > We are improving, now there are just 3 errors from the original 5! :-D > > Copied 5 empty directories to 1 empty directory under > /home/agallardo/workspace/cocoon-2.1/build/cocoon-2.1.4-dev/bl ocks/cron/dest > Compiling 10 source files to > /cocoon-2.1/build/cocoon-2.1.4-dev/blocks/cron/dest > /cocoon-2.1/src/blocks/cron/java/org/apache/cocoon/components/ > cron/AbstractPipelineCallingCronJob.java:64: > package org.apache.cocoon.environment.background does not > exist import > org.apache.cocoon.environment.background.BackgroundEnvironment; > ^ > /cocoon-2.1/src/blocks/cron/java/org/apache/cocoon/components/ > cron/AbstractPipelineCallingCronJob.java:97: > cannot resolve symbol > symbol : class BackgroundEnvironment > location: class > org.apache.cocoon.components.cron.AbstractPipelineCallingCronJob > BackgroundEnvironment env = > ^ > /cocoon-2.1/src/blocks/cron/java/org/apache/cocoon/components/ > cron/AbstractPipelineCallingCronJob.java:98: > cannot resolve symbol > symbol : class BackgroundEnvironment > location: class > org.apache.cocoon.components.cron.AbstractPipelineCallingCronJob > new BackgroundEnvironment(uri, "", c, os, > this.getLogger()); > ^ > 3 errors
Damn, I introduced a cross-dependency. I'm going to move the background-environment into the cron block for the first. I don't know any better way but we have to rethink this with real blocks because AFAIK they don't support environments. -- Reinhard