Jörn Nettingsmeier wrote:
[email protected] wrote:

At lenya.zones.apache.org
[lenya.trunk.update] lenya-trunk build failed


in both trunk and 1.2, it's an upstream cocoon problem:

cocoon-block-forms-compile:
Compiling 379 source files to /export/home/lenya/src/lenya-trunk/externals/cocoon_2_1_x/build/cocoon-2.1.10-dev/blocks/forms/dest /export/home/lenya/src/lenya-trunk/externals/cocoon_2_1_x/src/blocks/forms/java/org/apache/cocoon/forms/util/JavaScriptHelper.java:213: cannot resolve symbol
symbol  : method unwrap (java.lang.Object)
location: class org.apache.cocoon.components.flow.util.PipelineUtil
            return PipelineUtil.unwrap(result);
                               ^
/export/home/lenya/src/lenya-trunk/externals/cocoon_2_1_x/src/blocks/forms/java/org/apache/cocoon/forms/util/JavaScriptHelper.java:243: cannot resolve symbol
symbol  : method unwrap (java.lang.Object)
location: class org.apache.cocoon.components.flow.util.PipelineUtil
            return PipelineUtil.unwrap(result);
                               ^
2 errors

BUILD FAILED


what to do? wait until it fixes itself?
i'm not on cocoon-dev, perhaps someone could forward this problem?
Renaud brought this issue up on the cocoon dev list.

On 10/4/06, Daniel Fagerstrom <[EMAIL PROTECTED]> wrote:

> Antonio Gallardo skrev:
> > Renaud Richardet escribió:
> >> I get the following errors:
> >>
> >> cocoon-block-forms-compile:
> >> Compiling 379 source files to
> >> /home/ren/cocoon-2.1.10-dev/blocks/forms/dest
> >> /home/ren/cocoon_2_1_x/src/blocks/forms/java/org/apache/cocoon/forms/util/JavaScriptHelper.java:213:
> >>
> >> cannot find symbol
> >> symbol  : method unwrap(java.lang.Object)
> >> location: class org.apache.cocoon.components.flow.util.PipelineUtil
> >>            return PipelineUtil.unwrap(result);
> >>                               ^
> >> /home/ren/cocoon_2_1_x/src/blocks/forms/java/org/apache/cocoon/forms/util/JavaScriptHelper.java:243:
> >>
> >> cannot find symbol
> >> symbol  : method unwrap(java.lang.Object)
> >> location: class org.apache.cocoon.components.flow.util.PipelineUtil
> >>            return PipelineUtil.unwrap(result);
> >>                               ^
> >>
> >> can anyone reproduce?
> > I can reproduce it.
>
> It is because of the factoring out of flowscripts from core that I did.
> I forgot that the same cforms implementation is used in 2.1.
>
> Unfortunately we cannot access the SVN from the conference :/ So I can't
> fix it right now. The fix is simple, just copy the FlowHelper.unwrap
> method to PipelineUtil. It would be great if anyone with working SVN
> access could fix it.
>
> /Daniel

For what it is worth, I tried the fix, which led to other errors, didn't have time to look further.

--Doug

regards,

jörn


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to