Jonny Becker wrote:
Hi,

thanks for the quick response.

But:

It should help. did you exclude BSF block during cocoon build?

No. Should I?
I read a post some days ago that bsf relies on asm. If you remove bsf from your cocoon build you are free to put any asm version into cocoon lib directory and remove the current one.

BSF is the only block that needs asm:
 <project name="cocoon-block-bsf" status="stable" dir="src/blocks/bsf">
    <package>org.apache.cocoon</package>

    <ant target="gump-block">
      <property name="block-name" value="bsf"/>
      <property name="build" value="build/cocoon-@@DATE@@"/>
    </ant>

    <depend project="cocoon" inherit="all"/>
    <depend project="jakarta-bsf"/>

    <library name="bsf"/>
    <library name="groovy"/>
    <library name="asm"/>
    <library name="asm-util"/>

    <work nested="tools/anttasks"/>
    <home nested="build/cocoon-@@DATE@@"/>

    <jar name="blocks/bsf-block.jar"/>

    <nag from="Gump &lt;[email protected]&gt;" 
to="[email protected]"/>
  </project>


--
Leszek Gawron                                      [EMAIL PROTECTED]
IT Manager                                         MobileBox sp. z o.o.
+48 (61) 855 06 67                              http://www.mobilebox.pl
mobile: +48 (501) 720 812                       fax: +48 (61) 853 29 65

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



Reply via email to