SVG LinearGradient

2002-11-13 Thread marco scotoni
Hi!

i'm using on Windows 2000, Cocoon 2.0.3, Fop 0.20.4 , batik 1.5b4.

I have to generate PDF file from FO and  SVG code within.
All is ok , except lineargradient that render a unicolor block.

I've red FAQ on FOP and that's a problem of URI. but i cant be able to make
it functionally.

Someone has any suggest or better an example???

Thx Much

Marco Scotoni
__
Dark Schneider
ICQ#: 13815557
Current ICQ status:
+  More ways to contact me
__



Re: SVG LinearGradient

2002-11-14 Thread marco scotoni
i'm recompling cocoon 2.0.3 with FOP.Jar CVS and Batik 1.5b4.jar in optional
library...
i launch only build.bat

but i have got that's error:

compile:
 [copy] Copying 28 files to C:\cocoon-2.0.3\build\cocoon\classes
 [echo] Compiling with Java 1.4, debug on, optimize off, deprecation off
[javac] Compiling 607 source files to
C:\cocoon-2.0.3\build\cocoon\classes
[javac]
C:\cocoon-2.0.3\build\cocoon\src\org\apache\cocoon\serialization\FOP
Serializer.java:199: setLogger(org.apache.avalon.framework.logger.Logger) in
org
.apache.fop.apps.Driver cannot be applied to (org.apache.log.Logger)
[javac] driver.setLogger(getLogger().getChildLogger(fop));
[javac]   ^
[javac] 1 error

BUILD FAILED

C:\cocoon-2.0.3\build.xml:954: Compile failed, messages should have been
provide
d.

- Original Message -
From: Oleg Tkachenko [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, November 14, 2002 12:10 PM
Subject: Re: SVG LinearGradient


 Jeremias Maerki wrote:

  Keiron, I've upgraded FOP branch CVS to Batik 1.5b4. You may have missed
  that mail yesterday. :-)

 btw, fop.bat/fop.sh have to be fixed according to new xalan/xerces
versions,
 but I'm still trying to set up my IDE (I'm using IDEA) to work with cvs
over ssh.

 --
 Oleg Tkachenko
 eXperanto team
 Multiconn Technologies, Israel



Re: SVG LinearGradient

2002-11-14 Thread marco scotoni
I wanna try with J2SDK 1.4.1



- Original Message -
From: Oleg Tkachenko [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, November 14, 2002 12:35 PM
Subject: Re: SVG LinearGradient


 marco scotoni wrote:

 
  C:\cocoon-2.0.3\build\cocoon\src\org\apache\cocoon\serialization\FOP
  Serializer.java:199:
setLogger(org.apache.avalon.framework.logger.Logger) in
  org
  .apache.fop.apps.Driver cannot be applied to (org.apache.log.Logger)
  [javac]
driver.setLogger(getLogger().getChildLogger(fop));
  [javac]   ^
  [javac] 1 error
 
  BUILD FAILED



Re: Latest and future fop release

2002-11-25 Thread marco scotoni
Great news!!!

0.20.5rc has support for lineargradient , is it so?

Marco Scotoni

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



Columns

2002-11-25 Thread marco scotoni
Hi,

it's possible to use an tag or property to divide in column my text,except
column-count on body-region??


Ex:

Original:

BlaBlaBlaBlaBlaBlaBlaBlaBlaBlaBlaBlaBlaBlaBlaBlaBlaBlaBlaB
BlaBlaBlaBlaBlaBlaBlaBlaBlaBlaBlaBlaBlaBlaBlaBlaBlaBlaBlaB
BlaBlaBlaBlaBlaBlaBlaBlaBlaBlaBlaBlaBlaBlaBlaBlaBlaBlaBlaB

as i want:

blablablablablablablablablabla
blablablablablablablablablabla
blablablablablablablablablabla
blablablablablablablablablabla
blablablablablablablablablabla

Any trick?

Marco Scotoni



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



Re: Column in a block

2002-12-06 Thread marco scotoni
use table is not like to use column if your text fill the first column
of table doesnt write automatically in the next to his left..(for
european)

understand what's my problem =) ?


thx


- Original Message -
From: Chris Bowditch [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, December 05, 2002 5:34 PM
Subject: Re: Column in a block


 
 Hi all
 
 I know that it's possible work with columns on FO using the property on
tag
 Region-Body.
 
 I need to use column on a Block...any idea how could i do?
 
 Use a fo:table

 _
 MSN 8 helps eliminate e-mail viruses. Get 2 months FREE*.
 http://join.msn.com/?page=features/virus


 -
 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]



Re: Column in a block

2002-12-09 Thread marco scotoni
Hello,
i'm using a complex stylesheet with svg,jpg, and many blocks...so i want to
format a text inside one of these block in two columns automatically...

I hope to be clear


- Original Message -
From: Oleg Tkachenko [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Saturday, December 07, 2002 10:48 PM
Subject: Re: Column in a block


 marco scotoni wrote:

  I know that it's possible work with columns on FO using the property on
tag
  Region-Body.
 
  I need to use column on a Block...any idea how could i do?
 You cannot, that's region-body property. What's a problem are you trying
 to solve this way?


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



Fop 0.20.5rc

2002-12-11 Thread marco scotoni

Hi,

I thought that problem of URI in SVG ..about gradients should be resolved in
this version


=(  buah buah
__
Dark Schneider
ICQ#: 13815557
Current ICQ status:
+  More ways to contact me
__


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



It's a bug?

2002-12-11 Thread marco scotoni
Cocoon 2.0.4 and Fop 0.20.5rc

Error:
The server encountered an internal error () that prevented it from
fulfilling this request


when i try to load an image:

http://localhost:8080/cocoon/mount/html-pdf/qual.jpg


Sitemap.xmap:
map:match pattern=*.jpg

map:read mime-type=image/jpg src={1}.jpg/

/map:match



thx

Marco Scotoni


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



Re: Fop 0.20.5rc

2002-12-12 Thread marco scotoni
Hi,

Could explain please what mean this below?
I try to search infos but i didnt find anythin that explain to me...


 Probably not. Did you try CVS HEAD or the maintenance branch before?


Thx very much


- Original Message -
From: J.Pietschmann [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Wednesday, December 11, 2002 10:13 PM
Subject: Re: Fop 0.20.5rc


 marco scotoni wrote:
  I thought that problem of URI in SVG ..about gradients should be
resolved in
  this version

 Probably not. Did you try CVS HEAD or the maintenance branch before?



 J.Pietschmann



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



Help CVS HEAD and Maintenance

2002-12-13 Thread marco scotoni



Hi,
i'm trying to install CVS Head but i got ever some 
servlet exception,

i dunno the exact way to install CVS...and 
compiling from maintenance branch...

plz help 

Marco