Re: help on error required?

2003-03-09 Thread Asim Nazir
thanks alot,
yes same was the problem.
THANKS.
ASIM

From: Jeremias Maerki [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: Re: help on error required?
Date: Sat, 08 Mar 2003 10:44:07 +0100
Looks like you have copied together the sources without paying attention
to package names. You've even got the same file twice in different
directories. Don't do that. Just extract the source distribution to a
new directory and specify multiple source directories (assuming you want
to compile within JBuilder).
If you just want to use FOP (not develop in FOP) it's probably easier
only to add fop.jar to your classpath and maybe copy the servlet sources
to your project so you can customize them.
On 08.03.2003 02:37:11 Asim Nazir wrote:
 hello,
 i am trying to use fop libaray for converting my fo document to pdf.
 i am using java and jbuilder7, i have added all the required libraries , 
but
 now these are the three error.
 CAN SOMEONE GUIDE ME ON THIS.
 here are the error msgs.

 FopServlet.java: Error #: 901 : package . stated in source
 D:\ASIM\fopapp\src\fop\contrib\servlet\src\FopServlet.java does not 
match
 directory fop.contrib.servlet.src

 FopPrintServlet.java: Error #: 901 : package . stated in source
 D:\ASIM\fopapp\src\fop\contrib\servlet\src\FopPrintServlet.java does not
 match directory fop.contrib.servlet.src

 StreamRenderer.java: Error #: 482 : duplicate definition of class
 org.apache.fop.apps.StreamRenderer$RenderQueueEntry, defined in
 D:\ASIM\fopapp\src\fop\src\org\apache\fop\apps\StreamRenderer.java and 
also
 defined in D:\ASIM\fopapp\src\org\apache\fop\apps\StreamRenderer.java

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

AsIm NaZiR JaNjUa
_
Help STOP SPAM with the new MSN 8 and get 2 months FREE*  
http://join.msn.com/?page=features/junkmail

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


Re: what is the difference b/w fop-0.20.5rc2-bin.tar.gz fop-0.20.5rc2-src.tar.gz

2003-03-09 Thread Asim Nazir
THANKS ALOT SIR
it has vanished all confusion.
thanks.
ASIM
From: [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: Re: what is the difference b/w fop-0.20.5rc2-bin.tar.gz
fop-0.20.5rc2-src.tar.gz
Date: Sat, 8 Mar 2003 09:20:56 +0100

Hi
fop-0.20.5rc2-bin.tar.gz is the binary distribution which means that
is already compiled and no source code is included.
fop-0.20.5rc2-src.tar.gz is what you are looking for. This is version
0.20.5 Release Candidate 2 of the FOP source code.
Regards
Chris
 Originalnachricht 
Von: [EMAIL PROTECTED]
An: [EMAIL PROTECTED]
Betreff: Re: what is the difference b/w fop-0.20.5rc2-bin.tar.gz  
fop-0.20.5rc2-src.tar.gz
Datum: Sat, 08 Mar 2003 03:05:44 +
hello,
can someone guide me on what is the difference b/w
fop-0.20.5rc2-bin.tar.gz
  fop-0.20.5rc2-src.tar.gz. as i want to use fop in my application,
so
which one i should add as library for compilation.
HELP required plz.
looking for help

AsIm NaZiR JaNjUa

_
Add photos to your e-mail with MSN 8. Get 2 months FREE*.
http://join.msn.com/?page=features/featuredemail


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

AsIm NaZiR JaNjUa
_
MSN 8 with e-mail virus protection service: 2 months FREE* 
http://join.msn.com/?page=features/virus

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


help on error required?

2003-03-08 Thread Asim Nazir
hello,
i am trying to use fop libaray for converting my fo document to pdf.
i am using java and jbuilder7, i have added all the required libraries , but 
now these are the three error.
CAN SOMEONE GUIDE ME ON THIS.
here are the error msgs.

FopServlet.java: Error #: 901 : package . stated in source 
D:\ASIM\fopapp\src\fop\contrib\servlet\src\FopServlet.java does not match 
directory fop.contrib.servlet.src

FopPrintServlet.java: Error #: 901 : package . stated in source 
D:\ASIM\fopapp\src\fop\contrib\servlet\src\FopPrintServlet.java does not 
match directory fop.contrib.servlet.src

StreamRenderer.java: Error #: 482 : duplicate definition of class 
org.apache.fop.apps.StreamRenderer$RenderQueueEntry, defined in 
D:\ASIM\fopapp\src\fop\src\org\apache\fop\apps\StreamRenderer.java and also 
defined in D:\ASIM\fopapp\src\org\apache\fop\apps\StreamRenderer.java

looking for reply
AsIm NaZiR JaNjUa
_
Add photos to your e-mail with MSN 8. Get 2 months FREE*. 
http://join.msn.com/?page=features/featuredemail

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


Re: help plz

2003-03-08 Thread Asim Nazir
ok, thanks sir.
ASIM

From: Jeremias Maerki [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: Re: help plz
Date: Fri, 07 Mar 2003 08:03:31 +0100
The following page contains everything you need:
http://xml.apache.org/fop/embedding.html
You will want to check out FOP version 0.20.5rc2 which contains the
examples described at the bottom of the above page. See directory
examples/embedding.
(by the way, writing in uppercase won't give you more attention, only
raised eyebrows)
On 07.03.2003 04:01:16 Asim Nazir wrote:
 hello,
 i have problem in starting my work with fop,
 i want to use it in my application BUT THERE IS PROBLEM WITH THE TWO
 ARGUMENTS DRIVER IS INNEED OF, can someone give me a program in which 
it's
 taking a file xml or fo and coverting it to pdf, programatically. so 
that i
 can start moving.
 LOOKING FOR HELP .

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

AsIm NaZiR JaNjUa
_
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]


what is the difference b/w fop-0.20.5rc2-bin.tar.gz fop-0.20.5rc2-src.tar.gz

2003-03-08 Thread Asim Nazir
hello,
can someone guide me on what is the difference b/w fop-0.20.5rc2-bin.tar.gz  
  fop-0.20.5rc2-src.tar.gz. as i want to use fop in my application, so 
which one i should add as library for compilation.
HELP required plz.
looking for help

AsIm NaZiR JaNjUa
_
Add photos to your e-mail with MSN 8. Get 2 months FREE*. 
http://join.msn.com/?page=features/featuredemail

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


help plz

2003-03-07 Thread Asim Nazir
hello,
i have problem in starting my work with fop,
i want to use it in my application BUT THERE IS PROBLEM WITH THE TWO 
ARGUMENTS DRIVER IS INNEED OF, can someone give me a program in which it's 
taking a file xml or fo and coverting it to pdf, programatically. so that i 
can start moving.
LOOKING FOR HELP .

AsIm NaZiR
_
Help STOP SPAM with the new MSN 8 and get 2 months FREE*  
http://join.msn.com/?page=features/junkmail

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


Re: page break or paper size ?

2003-03-06 Thread Asim Nazir
read a word document paragraph by paragraph and write it to a file .xml 
nothing else.
IS IT CLEAR?
ASIM


From: MARTIN Franck [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: Re: page break or paper size ?
Date: Wed, 5 Mar 2003 13:38:09 +0100
I know my contribution won't help you much but how did you convert a word
document to an xsl:fo??
- Original Message -
From: Asim Nazir [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Wednesday, March 05, 2003 6:12 AM
Subject: page break or paper size ?

 hello , i have converted word to xsl:fo, now while converting it to pdf,
the
 contents of second page are displayed on first page as well. i have to
 mention the paper size or page break or ?
 looking for help
 AsIm NaZiR JaNjUa

 _
 MSN 8 with e-mail virus protection service: 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]

AsIm NaZiR JaNjUa
_
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]


page break or paper size ?

2003-03-05 Thread Asim Nazir
hello , i have converted word to xsl:fo, now while converting it to pdf, the 
contents of second page are displayed on first page as well. i have to 
mention the paper size or page break or ?
looking for help
AsIm NaZiR JaNjUa

_
MSN 8 with e-mail virus protection service: 2 months FREE* 
http://join.msn.com/?page=features/virus

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