Re: [ERROR]: Don't know what to do with

2002-05-04 Thread Carlos Araya
Because of a licensing issue, you now need to download jimi-1.0.jar from the
sun website. Check the fop website for more information

Carlos
On 05/02/02 1:55, L'eau [EMAIL PROTECTED] wrote:

 Ok, so I had the time to download an old FOP version, and was
 glad to see it had a jimi-1.0.jar in it! It works to a degree. I
 did this:
 
 C:\xsl\buildFop list.fo list.pdf
 
 Now I get the following error message now:
 
 [ERROR]: Don't know what to do with
 
 .and that's it. It doesn't even tell me what it doesn't know
 what to do with. I'm stumped and baffled.
 
 Devon
 
 PS. who would I write to, to let Apache know that their latest
   FOP package is missing a jimi-1.0.jar? I can only imagine
   how many other people are having a problem and giving up.
 
 __
 Do You Yahoo!?
 Yahoo! Health - your guide to health and wellness
 http://health.yahoo.com




Problems compiling CVS

2002-03-13 Thread Carlos Araya
I've tried the following on my CVS tree

Cvs -z3 update
./build.sh clean
./build.sh all


I get the following errors:

[javac] 
/usr/local/java/xml-fop/build/src/org/apache/fop/fo/FONode.java:14: Class
org.apache.fop.util.CharUtilities not found in import.
[javac] import org.apache.fop.util.CharUtilities;
[javac]^
[javac] 
/usr/local/java/xml-fop/build/src/org/apache/fop/fo/flow/Block.java:18:
Class org.apache.fop.util.CharUtilities not found in import.
[javac] import org.apache.fop.util.CharUtilities;
[javac]^
[javac] 
/usr/local/java/xml-fop/build/src/org/apache/fop/fo/InlineCharIterator.java:
4: Class org.apache.fop.util.CharUtilities not found in import.
[javac] import org.apache.fop.util.CharUtilities;
[javac]^
[javac] 
/usr/local/java/xml-fop/build/src/org/apache/fop/layoutmgr/TextLayoutManager
.java:16: Class org.apache.fop.util.CharUtilities not found in import.
[javac] import org.apache.fop.util.CharUtilities;
[javac]^
[javac] 
/usr/local/java/xml-fop/build/src/org/apache/fop/fo/flow/Block.java:507:
Class org.apache.fop.util.CharUtilities not found.
[javac] else if (CharUtilities.classOf(c) !=
[javac]  ^
[javac] 
/usr/local/java/xml-fop/build/src/org/apache/fop/fo/flow/Block.java:507:
Undefined variable or class name: CharUtilities
[javac] else if (CharUtilities.classOf(c) !=
[javac]  ^
[javac] 
/usr/local/java/xml-fop/build/src/org/apache/fop/fo/flow/Block.java:508:
Class org.apache.fop.util.CharUtilities not found.
[javac]  CharUtilities.XMLWHITESPACE) {
[javac]  ^
[javac] 
/usr/local/java/xml-fop/build/src/org/apache/fop/fo/flow/Block.java:508:
Undefined variable or class name: CharUtilities
[javac]  CharUtilities.XMLWHITESPACE) {
[javac]  ^
[javac] 8 errors

BUILD FAILED

Any suggestions?
-- 
Carlos E. Araya
---+ WebCT Administrator/Trainer
 P | California Virtual Campus
 - | C/O De Anza College
 G | 21250 Stevens Creek Blvd
---+ Cupertino, CA 95014

email   [EMAIL PROTECTED]
web http://www.cvc1.org/ (work)
http://www.silverwolf-net.net (personal)
phone   408 257 0420 (work)
PGP Fingerprint:E629 5DFD 7EAE 4995 E9D7  3D2F 5A9F 0CE7 DFE7 1756

Hey! It compiles! Ship it!



Re: FOP Update in Cocoon?

2002-03-12 Thread Carlos Araya
Not without a lot of headaches. Ask the question on the cocoon-users list.

Carlos

On 03/12/02 7:53, Skladov, Victor [EMAIL PROTECTED] wrote:

 Hi to all!
 
 Can anybody tell me whether it is possible to update FOP Version in
 Cocoon without downloading the new version of Cocoon itself?
 At the moment I'm using Cocoon2 and all FO archives stand in WEB-INF/lib
 directory.
 
 Thanx in advance,
 Viktor

-- 
Carlos E. Araya
---+ WebCT Administrator/Trainer
 P | California Virtual Campus
 - | C/O De Anza College
 G | 21250 Stevens Creek Blvd
---+ Cupertino, CA 95014

email   [EMAIL PROTECTED]
web http://www.cvc1.org/ (work)
http://www.silverwolf-net.net (personal)
phone   408 257 0420 (work)
PGP Fingerprint:E629 5DFD 7EAE 4995 E9D7  3D2F 5A9F 0CE7 DFE7 1756

We cannot put off living until we are ready. The most salient
characteristic of life is its  coerciveness: it is always urgent,  'here and
now' without any possible postponement. Life is  fired at us point blank.
Jose Ortega Y Gasset




What does this error mean?

2002-02-17 Thread Carlos Araya

I'm using 0.20.3rc and am getting the following error:

 [exec] [ERROR]: Error in XObject : Error while loading image
file:appleimages/wgbh1.png : class java.lang.Exception - Image error

The image is a .png image at 24 bits. I had a similar image working on the
same document

Any idea what the problem is?

Carlos
-- 
Carlos E. Araya
---+ WebCT Administrator/Trainer
 P | California Virtual Campus
 - | C/O De Anza College
 G | 21250 Stevens Creek Blvd
---+ Cupertino, CA 95014

email   [EMAIL PROTECTED]
web http://www.cvc1.org/ (work)
http://www.silverwolf-net.net (personal)
phone   408 257 0420 (work)
PGP Fingerprint:E629 5DFD 7EAE 4995 E9D7  3D2F 5A9F 0CE7 DFE7 1756

Come to think of it, there already are a million monkeys at a
million typewriters, and usenet is _NOTHING_ like Shakespeare. -
Blair Houghton.



Re: Lock generated PDF was Re: Security on FOP

2002-02-05 Thread Carlos Araya
On 02/05/02 3:08, ewitness - Ben Fowler [EMAIL PROTECTED] wrote:

 I have a question:
 with FOP, Is possible to lock with a password
 the PDF Document generated???
 
 No.
 
 [ snip ]
 You will have to do some post-processing with other software.
 
 Is this something that is not implemented? Or something
 that is thought to be not possible or not desirable?
As far as I know it's something that is beyond the capabilities of FOP and
something that should stay there.
 
 My understanding is that is is possible to both digitally
 sign and encrypt PDF files.
Using Acrobat you can do that and a lot more. However I don't think that's
what Fop was designed for. You can always use Acrobat to polish a document
produced with Fop. 

 
 This is described in the 'ppk_pdfspec.pdf' downloadable.
The fact that it is on the spec doesn't mean that it has to be implemented
by Fop. Before worrying about encryption and digital signatures, Fop needs
to achieve full conformance to the basic FO specification. Remember, Fop
deals primarily with XSL:Fo and PDF is only one of the output methods.

 
 Is it known that digital signing needs some form of authorit
 not available to authors of FOP/Apache?
No. If I understand it correctly you can sign your documents with any
public/private key pair. Any cryptographic code may be subject to export
restrictions from the US and maybe other restrictions from other countries

 
 If so, it should surely be still possible to encrypt/lock
 a document.
Do I hear you volunteering to write the code to do it?


 
 Ben.

-- 
Carlos E. Araya
---+ WebCT Administrator/Trainer
 P | California Virtual Campus
 - | C/O De Anza College
 G | 21250 Stevens Creek Blvd
---+ Cupertino, CA 95014

email   [EMAIL PROTECTED]
web http://www.cvc1.org/ (work)
http://www.silverwolf-net.net (personal)
phone   408 257 0420 (work)
PGP Fingerprint:E629 5DFD 7EAE 4995 E9D7  3D2F 5A9F 0CE7 DFE7 1756


Do not meddle in the affairs of dragonsfor you are crunchy and  taste
good with ketchup and mayonnaise..





Re: Why used FOP instead of...

2002-02-01 Thread Carlos Araya
When I started working with Docbook, Passivetex was a mistery to me and
RenderX was not on the map yet. I've set up all my tool chains to work with
Fop as the PDF/PS/PCL rederer so I don't see a reason to change. However
there are still times when I'm about to shell out money and spend it on
RenderX because of their more complete support of the FO specification, but
I'd rather wait and see where FOP goes from where we are right now.

Carlos

On 01/30/02 6:42, Patrick Andries [EMAIL PROTECTED] wrote:

 I would like to know why FOP enthousiast (I am one) are using FO rather
 than products such as Crystal Reports or other such software (anyone
 Jetfoms ?). Just for the fun of playing with new technology ?
 
 Thanks for any hints (in private since this is off-topic)
 
 Patrick Andries
 

-- 
Carlos E. Araya
---+ WebCT Administrator/Trainer
 P | California Virtual Campus
 - | C/O De Anza College
 G | 21250 Stevens Creek Blvd
---+ Cupertino, CA 95014

email   [EMAIL PROTECTED]
web http://www.cvc1.org/ (work)
http://www.silverwolf-net.net (personal)
phone   408 257 0420 (work)
PGP Fingerprint:E629 5DFD 7EAE 4995 E9D7  3D2F 5A9F 0CE7 DFE7 1756

We cannot put off living until we are ready. The most salient
characteristic of life is its  coerciveness: it is always urgent,  'here and
now' without any possible postponement. Life is  fired at us point blank.
Jose Ortega Y Gasset




Re: Speed problem

2002-01-29 Thread Carlos Araya
Can you set up your own classpath on your shell's profile?

Carlos

On 01/29/02 9:12, seb dupont [EMAIL PROTECTED] wrote:

 I can't do it because my xalan jar are named
 xalan2.0.0.jar and xalan2.2.0-D13.jar
 
 
 
 
 --- Solange Desseignes [EMAIL PROTECTED] a
 écrit :  I use FOP 0.20.1 too.
 I have fop.jar and xalan.jar (and associated jars)
 separately...
 I don't rebuild anything to use another version of
 Xalan with my Fop version !
 I just change the xalan.jar...
 
 -Message d'origine-
 De : seb dupont [mailto:[EMAIL PROTECTED]
 Envoyé : mardi 29 janvier 2002 17:00
 À : [EMAIL PROTECTED]
 Objet : RE: Speed problem
 
 
 
 i use FOP 0.20.1 with Xalan 2.0.0
 but when i use cocoon2 (fop 0.20.1 and xalan 2.2D13)
 the result is the same, fastest time at 25 s.
 How can i change xalan for fop ? i have to rebuild
 it
 copying xalan in the lib ?
 
 
 
 - Solange Desseignes [EMAIL PROTECTED] a
 écrit :  Which version of Xalan do you use ???
 I had the same problem or speed whith the version
 2.1.0.
 With the version 2.2D11, it was faster !!!
 
 Solange Desseignes
 
 -Message d'origine-
 De : seb dupont [mailto:[EMAIL PROTECTED]
 Envoyé : mardi 29 janvier 2002 15:07
 À : [EMAIL PROTECTED]
 Objet : Speed problem
 
 
 Hi, 
 i use FOP to transform an xml file into PDF and
 the
 problem is the speed of the operation. I take
 25seconds for a final pdf file of 6 pages (with
 335
 row and 7 columns). Is it normal, can i do
 something
 to acelerate this ?
 
 Thanks
 
 
 
 ___
 Do You Yahoo!? -- Une adresse @yahoo.fr gratuite
 et
 en français !
 Yahoo! Mail : http://fr.mail.yahoo.fr
 
 
 ___
 Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et
 en français !
 Yahoo! Mail : http://fr.mail.yahoo.fr
 
 ___
 Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français !
 Yahoo! Mail : http://fr.mail.yahoo.fr

-- 
Carlos E. Araya
---+ WebCT Administrator/Trainer
 P | California Virtual Campus
 - | C/O De Anza College
 G | 21250 Stevens Creek Blvd
---+ Cupertino, CA 95014

email   [EMAIL PROTECTED]
web http://www.cvc1.org/ (work)
http://www.silverwolf-net.net (personal)
phone   408 257 0420 (work)
PGP Fingerprint:E629 5DFD 7EAE 4995 E9D7  3D2F 5A9F 0CE7 DFE7 1756


Do not meddle in the affairs of dragonsfor you are crunchy and  taste
good with ketchup and mayonnaise..





Weird problem with 0.20.3rc

2002-01-22 Thread Carlos Araya
Good morning

I'm using 0.20.3rc with docbook stylesheet and the following command

fop.sh -xsl xsl/fo/docbook.xsl -xml stories.xml -pdf stories.pdf

When I use it from the command line it works flawlessly but when I use it
from a Makefile, I get the following:

[ERROR]: you can only set one output method


What gives?
carlos
-- 
Carlos E. Araya
---+ WebCT Administrator/Trainer
 P | California Virtual Campus
 - | C/O De Anza College
 G | 21250 Stevens Creek Blvd
---+ Cupertino, CA 95014

email   [EMAIL PROTECTED]
web http://www.cvc1.org/ (work)
http://www.silverwolf-net.net (personal)
phone   408 257 0420 (work)
PGP Fingerprint:E629 5DFD 7EAE 4995 E9D7  3D2F 5A9F 0CE7 DFE7 1756

Paradoxically, a refusal to 'put a monetary value on life' means that life
is often undervalued.
-- Artificial Intelligence: A Modern Approach