Peter D Sparkes | 10 Jul 2012 22:48

jars in Cocoon 2.1

Hi,

Is there any way of replacing the fop-0.20.5.jar in 2.1 with the one for fop version 1

Thanks

Peter Sparkes
Reyes, Rafael | 10 Jul 2012 22:56
Picon
Favicon

RE: jars in Cocoon 2.1

Hi, i don't know very well if this solution may help you but I have
Cocoon 2.1 from a  .war file on a apache's sever and you can replace
this jar in the file WEB-INF/lib, try it.

I hope that it may help you.

-----Mensaje original-----
De: Peter D Sparkes [mailto:peter.d <at> kitchencharisma.com] 
Enviado el: Tuesday, July 10, 2012 3:49 PM
Para: users <at> cocoon.apache.org
Asunto: jars in Cocoon 2.1

Hi,

Is there any way of replacing the fop-0.20.5.jar in 2.1 with the one for
fop version 1

Thanks

Peter Sparkes

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe <at> cocoon.apache.org
For additional commands, e-mail: users-help <at> cocoon.apache.org

Este mensaje (incluyendo cualquier anexo) contiene información confidencial que se encuentra
protegida por la ley. La información que contiene sólo puede ser utilizada por la persona o la compañía a la
cual está dirigido. Si usted no es un receptor autorizado, o por error recibe el mensaje, omita su
contenido y elimínelo inmediatamente. Cualquier retención, difusión, distribución y/o copia así como
la ejecución de cualquier acción basado en el contenido del mismo, se encuentra estrictamente
(Continue reading)

Peter D Sparkes | 11 Jul 2012 07:56

Re: jars in Cocoon 2.1

Unfortunately this does not work

Peter

On 10/07/2012 21:56, Reyes, Rafael wrote:
> Hi, i don't know very well if this solution may help you but I have
> Cocoon 2.1 from a  .war file on a apache's sever and you can replace
> this jar in the file WEB-INF/lib, try it.
>
> I hope that it may help you.
>
>
> -----Mensaje original-----
> De: Peter D Sparkes [mailto:peter.d <at> kitchencharisma.com]
> Enviado el: Tuesday, July 10, 2012 3:49 PM
> Para: users <at> cocoon.apache.org
> Asunto: jars in Cocoon 2.1
>
> Hi,
>
> Is there any way of replacing the fop-0.20.5.jar in 2.1 with the one for
> fop version 1
>
> Thanks
>
> Peter Sparkes
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe <at> cocoon.apache.org
> For additional commands, e-mail: users-help <at> cocoon.apache.org
(Continue reading)

Jasha Joachimsthal | 10 Jul 2012 22:58
Picon
Favicon
Gravatar

Re: jars in Cocoon 2.1

I've tried it 2 years ago but ran into NPEs in SVGSerializer which I couldn't solve. See http://markmail.org/thread/aqajh3euqinohbl2

On 10 July 2012 22:48, Peter D Sparkes <peter.d <at> kitchencharisma.com> wrote:
Hi,

Is there any way of replacing the fop-0.20.5.jar in 2.1 with the one for fop version 1

Thanks

Peter Sparkes

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe <at> cocoon.apache.org
For additional commands, e-mail: users-help <at> cocoon.apache.org


Peter D Sparkes | 16 Jul 2012 17:22

Re: jars in Cocoon 2.1

I given up and staying with C2.1 FOP

Thanks all

peter

On 10/07/2012 21:58, Jasha Joachimsthal wrote:
I've tried it 2 years ago but ran into NPEs in SVGSerializer which I couldn't solve. See http://markmail.org/thread/aqajh3euqinohbl2

On 10 July 2012 22:48, Peter D Sparkes <peter.d <at> kitchencharisma.com> wrote:
Hi,

Is there any way of replacing the fop-0.20.5.jar in 2.1 with the one for fop version 1

Thanks

Peter Sparkes

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe <at> cocoon.apache.org
For additional commands, e-mail: users-help <at> cocoon.apache.org




Huib Verweij | 17 Jul 2012 02:38
Picon
Favicon

Re: jars in Cocoon 2.1

Hi Peter,

did you see this earlier discussion about using FOP 0.9x?


It might work the same for v1.0.

Hartelijke groet,

Huib.

Verstuurd vanaf mijn iPhone

Op 16 jul. 2012 om 17:22 heeft "Peter D Sparkes" <peter.d <at> kitchencharisma.com> het volgende geschreven:

I given up and staying with C2.1 FOP

Thanks all

peter

On 10/07/2012 21:58, Jasha Joachimsthal wrote:
I've tried it 2 years ago but ran into NPEs in SVGSerializer which I couldn't solve. See http://markmail.org/thread/aqajh3euqinohbl2

On 10 July 2012 22:48, Peter D Sparkes <peter.d <at> kitchencharisma.com> wrote:
Hi,

Is there any way of replacing the fop-0.20.5.jar in 2.1 with the one for fop version 1

Thanks

Peter Sparkes

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe <at> cocoon.apache.org
For additional commands, e-mail: users-help <at> cocoon.apache.org




Nico Verwer | 17 Jul 2012 15:55
Picon

Re: jars in Cocoon 2.1

On 17-7-2012 2:38, Huib Verweij wrote:
> Hi Peter,
>
> did you see this earlier discussion about using FOP 0.9x?
>
> http://comments.gmane.org/gmane.text.xml.cocoon.user/62898
>
> It might work the same for v1.0.

I have had some success using FOP 1.0, using the Cocoon 2.1.12 
development branch.

Download FOP-1.0 from http://xmlgraphics.apache.org/fop/download.html

Update jars in %COCOON_HOME%\lib\*:
     -replace %COCOON_HOME%\lib\optional\batik-all-1.6.jar with 
%FOP_HOME%\lib\batik-all-1.7.jar
     -replace %COCOON_HOME%\lib\optional\fop-0.95.jar with 
%FOP_HOME%\build\fop.jar
     -replace %COCOON_HOME%\lib\optional\xmlgraphics-commons-1.3.1.jar 
with %FOP_HOME%\lib\xmlgraphics-commons-1.4.jar
     -copy %FOP_HOME%\lib\serializer-2.7.0.jar to %COCOON_HOME%\lib\optional
     -copy %FOP_HOME%\lib\xml-apis-ext-1.3.04.jar to 
%COCOON_HOME%\lib\endorsed

Update references to these jars in %COCOON_HOME%\lib\jars.xml 
(https://issues.apache.org/jira/secure/attachment/12450490/jars.patch)
     * %COCOON_HOME%\lib\optional\batik-all-1.7.jar
     * %COCOON_HOME%\lib\optional\fop.jar
     - %COCOON_HOME%\lib\optional\xmlgraphics-commons-1.4.jar
     - %COCOON_HOME%\lib\optional\serializer-2.7.0.jar
     * %COCOON_HOME%\lib\endorsed\xml-apis-ext-1.3.04.jar

Build Cocoon

This was some time ago, but I think it worked this way.

Good luck!
Nico
Peter D Sparkes | 23 Sep 2012 23:18

Re: jars in Cocoon 2.1

Thanks Nico,

Only just seen your email. I will give it a try

Peter

On 17/07/2012 14:55, Nico Verwer wrote:
> On 17-7-2012 2:38, Huib Verweij wrote:
>> Hi Peter,
>>
>> did you see this earlier discussion about using FOP 0.9x?
>>
>> http://comments.gmane.org/gmane.text.xml.cocoon.user/62898
>>
>> It might work the same for v1.0.
>
> I have had some success using FOP 1.0, using the Cocoon 2.1.12 development branch.
>
> Download FOP-1.0 from http://xmlgraphics.apache.org/fop/download.html
>
> Update jars in %COCOON_HOME%\lib\*:
>     -replace %COCOON_HOME%\lib\optional\batik-all-1.6.jar with %FOP_HOME%\lib\batik-all-1.7.jar
>     -replace %COCOON_HOME%\lib\optional\fop-0.95.jar with %FOP_HOME%\build\fop.jar
>     -replace %COCOON_HOME%\lib\optional\xmlgraphics-commons-1.3.1.jar with 
> %FOP_HOME%\lib\xmlgraphics-commons-1.4.jar
>     -copy %FOP_HOME%\lib\serializer-2.7.0.jar to %COCOON_HOME%\lib\optional
>     -copy %FOP_HOME%\lib\xml-apis-ext-1.3.04.jar to %COCOON_HOME%\lib\endorsed
>
> Update references to these jars in %COCOON_HOME%\lib\jars.xml 
> (https://issues.apache.org/jira/secure/attachment/12450490/jars.patch)
>     * %COCOON_HOME%\lib\optional\batik-all-1.7.jar
>     * %COCOON_HOME%\lib\optional\fop.jar
>     - %COCOON_HOME%\lib\optional\xmlgraphics-commons-1.4.jar
>     - %COCOON_HOME%\lib\optional\serializer-2.7.0.jar
>     * %COCOON_HOME%\lib\endorsed\xml-apis-ext-1.3.04.jar
>
> Build Cocoon
>
> This was some time ago, but I think it worked this way.
>
> Good luck!
> Nico
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe <at> cocoon.apache.org
> For additional commands, e-mail: users-help <at> cocoon.apache.org
>
>

Gmane