On 19 Dec 2003, at 11:02, Reinhard Poetz wrote:
-----Original Message----- From: Jeremy Quinn [mailto:[EMAIL PROTECTED] Sent: Friday, December 19, 2003 11:51 AM To: [EMAIL PROTECTED] Subject: Re: cvs commit: cocoon-2.1/src/blocks/cron/samples cron.js cron.xml
On 19 Dec 2003, at 09:01, [EMAIL PROTECTED] wrote:
import org.apache.cocoon.environment.background.BackgroundEnvironment; import org.apache.cocoon.util.NullOutputStream;
/** * An abstract CronJob implementation that provides a <code>process()</code> * method which calls a Cocoon pipeline internally. It uses the *
<code>org.apache.cocoon.environment.background.BackgroundEnvir onment</code> * to avoid an external call.
Hi Reinhard
Did you commit org.apache.cocoon.environment.background.BackgroundEnvironment?
I am getting this error compiling this morning's checkout:
Compiling 10 source files to /Users/jerm/Development/Checkouts/Apache/cocoon-2.1/build/coco on-2.1.4- dev/blocks/cron/dest /Users/jerm/Development/Checkouts/Apache/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; ^ /Users/jerm/Development/Checkouts/Apache/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 = ^ /Users/jerm/Development/Checkouts/Apache/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
org/apache/cocoon/environment/background is missing from my sandbox.
Thanks! Our build system is not as smart as Eclipse ;-) It should be fixed now - I've just tried it on my command line.
My apologies ... I forgot to look in the scratchpad ....
I could only get this to compile with the scratchpad and cron excluded .....
Will try again with your new commits.
regards Jeremy
smime.p7s
Description: S/MIME cryptographic signature
