Berin,
Either you reapplied patch incorrectly (to *Pipeline.java):
It was:
} catch ( ProcessingException e ) {
throw e;
} catch ( Exception e ) {
getLogger().debug("Exception in process", e);
throw new ProcessingException(
"Failed to execute pipeline.",
e
);
}
Now it is:
} catch ( Exception e ) {
throw e;
}
Or there is no need for the whole try{}.
Vadim
> -----Original Message-----
> From: Berin Loritsch [mailto:[EMAIL PROTECTED]]
> Sent: Friday, June 08, 2001 11:06
> To: [EMAIL PROTECTED]
> Subject: I accidentally committed a change I didn't mean to.
>
>
> I committed a change in Cocoon that was not complete. I have reverted
> the change, and reapplied the patches that were done post mistake.
> Current CVS will work again--though I am still working on subsitemaps.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, email: [EMAIL PROTECTED]
>
>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]