Re: Will HTTP Sesion be maintained in fop.jar for Image Requests??

2003-05-30 Thread J.Pietschmann
Raja wrote:
Hi All, We are trying to embbed dynamically generated image which is flushed
from servlet using jimi.jar's API and   . The src
attribute is set as http://localhost:8080/myComponent.
The problem we are facing is that this request to Image is not maintaining
the HTTP Session. Is there any way to do this ?
Encode the session id in the URL or modify the FOP source.

J.Pietschmann



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


Will HTTP Sesion be maintained in fop.jar for Image Requests??

2003-05-29 Thread Raja



 
Hi All,
    We are trying to embbed 
dynamically generated image which is flushed from servlet using jimi.jar's 
API and   . The src attribute is set as http://localhost:8080/myComponent.
 
 The problem we are facing is that this 
request to Image is not maintaining the HTTP Session. Is there any way to do 
this ?
 
 Also, Is there any way to embed Images in the 
server side itself as in iText.jar PDF library?
 
We are using tomcat 4.0.6 and IE 6.0
 
Thanks in advance
 
Raja.j 
 
 
 


SV: Difference between fop.jar in distribution and after a new build.

2002-03-20 Thread Klosa Uwe

Thanks Christian,

I added jimi.jar, jai_core.jar and jai_codec.jar to the classpath 
and I removed the build map. Then it worked. But I'm not using
any images in all files. The described error was for all files the same.


Uwe

-Ursprungligt meddelande-
Från: Christian Geisert [mailto:[EMAIL PROTECTED]]
Skickat: den 20 mars 2002 12:44
Till: [EMAIL PROTECTED]
Ämne: Re: Difference between fop.jar in distribution and after a new
build.


Klosa Uwe wrote:
> Hi,
> 
> I've got following problem:
> 
> If I use the fop.jar, which is included in the distribution 20.0.3, my
> pdf-generation is working fine.
> When I run build.sh (with no errors), the resulting fop.jar is creating an
> error. The output contains 
> only %PDF-1.3 %ª«¬­. In log contains no error description. It contains
only:
> 
>   [INFO]: building formatting object tree
>   [INFO]: [1]
> 
> But line with stopping renderer is missing.
> 
> Has anyone an idea?

Try running with debug mode (-d switch) which will hopefully provide
some error message.

> Uwe 
Christian


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

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




Re: Difference between fop.jar in distribution and after a new build.

2002-03-20 Thread Christian Geisert

Klosa Uwe wrote:
> Hi,
> 
> I've got following problem:
> 
> If I use the fop.jar, which is included in the distribution 20.0.3, my
> pdf-generation is working fine.
> When I run build.sh (with no errors), the resulting fop.jar is creating an
> error. The output contains 
> only %PDF-1.3 %ª«¬­. In log contains no error description. It contains only:
> 
>   [INFO]: building formatting object tree
>   [INFO]: [1]
> 
> But line with stopping renderer is missing.
> 
> Has anyone an idea?

Try running with debug mode (-d switch) which will hopefully provide
some error message.

> Uwe 
Christian


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




Difference between fop.jar in distribution and after a new build.

2002-03-20 Thread Klosa Uwe

Hi,

I've got following problem:

If I use the fop.jar, which is included in the distribution 20.0.3, my
pdf-generation is working fine.
When I run build.sh (with no errors), the resulting fop.jar is creating an
error. The output contains 
only %PDF-1.3 %ª«¬­. In log contains no error description. It contains only:

[INFO]: building formatting object tree
[INFO]: [1]

But line with stopping renderer is missing.

Has anyone an idea?

Uwe 

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




Re: Differences between fop.jar and Fop-0.20.2\src

2001-11-21 Thread Jeremias Maerki

They are generated in the ant build script. Try using the build/src
directory instead of src.

On Wed, 21 Nov 2001 12:46:24 +0100 jean-guillaume.battaglia wrote:
> Hi people.
> 
> 
> I am trying to run FOP with Visual Age.
> To see how FOP works, i have chosen to use the .java files present in the "src" 
>directory.
> But some classes are missing : all the classes from the package 
>"org.apache.fop.fo.properties".
> 
> I've found these classes in the file fop.jar.
> So I don't really have a problem but I was wondering why these classes are only 
>available inthe .jar.
> 
> Thanks in advance for your answer.
> 
> 
> Jean-Guillaume.
> -To unsubscribe, 
>e-mail: [EMAIL PROTECTED] additional commands, email: 
>[EMAIL PROTECTED]

Cheers,
Jeremias Märki

mailto:[EMAIL PROTECTED]

OUTLINE AG
Postfach 3954 - Rhynauerstr. 15 - CH-6002 Luzern
Fon +41 (41) 317 2020 - Fax +41 (41) 317 2029
Internet http://www.outline.ch


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




Differences between fop.jar and Fop-0.20.2\src

2001-11-21 Thread jean-guillaume . battaglia
Hi people.  I am trying to run FOP with Visual Age.To see how FOP works, i have chosen to use the .java files present in the "src" directory.But some classes are missing : all the classes from the package "org.apache.fop.fo.properties". I've found these classes in the file fop.jar.So I don't really have a problem but I was wondering why these classes are only available inthe .jar. Thanks in advance for your answer.  Jean-Guillaume. 
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]



Re: fop.jar

2001-09-05 Thread Duncan Hull

Arved Sandstrom wrote:

>Did you check inside the build/ directory? 
>
Hi Arved, thanks for your reply. Found it!



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




Re: fop.jar

2001-09-05 Thread Arved Sandstrom

At 11:11 AM 9/5/01 +0100, Duncan Hull wrote:
>
>The latest fop distribution (020) in http://xml.apache.org/dist/fop/
>does not contain a fop.jar file (as with previous versions). I would 
>like to use the latest version of FOP but don't want to build it myself
>
>Is there a reason why the fop.jar is not included in the distribution 
>any more?

Hi, Duncan

Did you check inside the build/ directory? I deliberately moved the fop.jar 
into that directory, even for the binary distribution, so that the JAR would 
be in the same place as for builds from source.

Regards,
Arved Sandstrom

Fairly Senior Software Type
e-plicity (http://www.e-plicity.com)
Wireless * B2B * J2EE * XML --- Halifax, Nova Scotia


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




fop.jar

2001-09-05 Thread Duncan Hull


The latest fop distribution (020) in http://xml.apache.org/dist/fop/
does not contain a fop.jar file (as with previous versions). I would 
like to use the latest version of FOP but don't want to build it myself

Is there a reason why the fop.jar is not included in the distribution 
any more?

Duncan Hull



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




RTF backend status (was: where is fop.jar?)

2001-06-08 Thread Bertrand Delacretaz

> What happened to the rtf backend which Mr Bertarnd submitted? 

Actually I didn't submit the RTF backend yet, only made it available as a 
hacked version of fop on our own CVS server 
(:pserver:[EMAIL PROTECTED]:/usr/local/cvsroot, password is 
"anoncvs", module name is xml-fop, cvsweb at 
http://codeconsult.dsvr.co.uk/cgi-bin/cvsweb.cgi). 

It's not there yet RTF-wise, and I realized this week that the code 
has major flaws which would need too much messy code to be added for it to be 
usable. So I don't feel good about submitting this version which 
I hope to replace with very different (better :-) code in a short while.

I'm currently working on redesign it, but as for others it's not a full-time 
job, so I can't really give a release date. My plan now is to redesign, get 
the basics working with the new structure and then submit it for inclusion in 
fop.

-- 
 -- Bertrand Delacrétaz, www.codeconsult.ch
 -- web technologies consultant - OO, Java, XML, C++



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




where is fop.jar?

2001-06-07 Thread Seshadri G.K.

the latest fop distribution, doesnt come with the fop.jar?? It is painful
building it all over again just to make some fixes in the code. What
happened to the rtf backend which Mr Bertarnd submitted? There are plenty of
people who use Word, but will the masses use it for editing xml content??

seshadri



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