DO NOT REPLY [Bug 23861] New: - Invalid source code (javadoc fails for several reasons)

2003-10-16 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23861.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23861

Invalid source code (javadoc fails for several reasons)

   Summary: Invalid source code (javadoc fails for several reasons)
   Product: Fop
   Version: 0.20.5
  Platform: PC
OS/Version: Windows NT/2K
Status: NEW
  Severity: Normal
  Priority: Other
 Component: general
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]


It's not possible to generate a Javadoc API documentation from the FOP source 
code:

e.g. invalid code @jdk14codestart@ :

D:\Programme\Apache\XML\Fop\fop-0.20.5\src\.\org\apache\fop\svg\PDFGraphics2D.ja
va:1326: illegal character: \64
@jdk14codestart@
^
D:\Programme\Apache\XML\Fop\fop-0.20.5\src\.\org\apache\fop\svg\PDFGraphics2D.ja
va:1326: illegal character: \64
@jdk14codestart@
   ^
D:\Programme\Apache\XML\Fop\fop-0.20.5\src\.\org\apache\fop\svg\PDFGraphics2D.ja
va:1330: illegal character: \64
@jdk14codeend@
^
D:\Programme\Apache\XML\Fop\fop-0.20.5\src\.\org\apache\fop\svg\PDFGraphics2D.ja
va:1330: illegal character: \64
@jdk14codeend@
 ^
D:\Programme\Apache\XML\Fop\fop-0.20.5\src\.\org\apache\fop\svg\PDFGraphics2D.ja
va:1331: identifier expected
}
^

or package is empty:

D:\Programme\Apache\XML\Fop\fop-0.20.5\src\.\org\apache\fop\render\AbstractRende
rer.java:57: package org.apache.fop.fo.properties does not exist
import org.apache.fop.fo.properties.*;
^

or source does not exist:

D:\Programme\Apache\XML\Fop\fop-0.20.5\src\.\org\apache\fop\layout\FontState.jav
a:54: cannot resolve symbol
symbol  : class CodePointMapping
location: package pdf
import org.apache.fop.render.pdf.CodePointMapping;


DO NOT REPLY [Bug 23861] - Invalid source code (javadoc fails for several reasons)

2003-10-16 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23861.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23861

Invalid source code (javadoc fails for several reasons)

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||INVALID



--- Additional Comments From [EMAIL PROTECTED]  2003-10-16 14:43 ---
This is not a bug, but is designed behavior. Please see 
http://xml.apache.org/fop/dev/api-doc.html#self-built for instructions on how 
to build javadocs. There are many generated files in the build process, and 
those are the source of the errors you are seeing.


DO NOT REPLY [Bug 13310] - [PATCH] javadoc build errors warnings

2002-11-04 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13310.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13310

[PATCH] javadoc build errors  warnings

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED



--- Additional Comments From [EMAIL PROTECTED]  2002-11-05 07:55 ---
Patch applied. Thanks!

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




DO NOT REPLY [Bug 13310] - [PATCH] javadoc build errors warnings

2002-10-04 Thread bugzilla

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13310.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13310

[PATCH] javadoc build errors  warnings





--- Additional Comments From [EMAIL PROTECTED]  2002-10-04 19:40 ---
Created an attachment (id=3358)
patch for patch-bug 13310, misc javadoc fixes

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




DO NOT REPLY [Bug 13310] New: - [PATCH] javadoc build errors warnings

2002-10-04 Thread bugzilla

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13310.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13310

[PATCH] javadoc build errors  warnings

   Summary: [PATCH] javadoc build errors  warnings
   Product: Fop
   Version: 0.20.4
  Platform: All
OS/Version: All
Status: NEW
  Severity: Enhancement
  Priority: Other
 Component: documentation
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]


Minor fixes for javadoc build, currently giving errors and warnings. Also, an 
optional change to the build.sh script to make it more readable  editable.

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




DO NOT REPLY [Bug 13310] - [PATCH] javadoc build errors warnings

2002-10-04 Thread bugzilla

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13310.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13310

[PATCH] javadoc build errors  warnings





--- Additional Comments From [EMAIL PROTECTED]  2002-10-04 19:44 ---
I should have noted that this patch was built for the maintenance branch.

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




FOP Javadoc

2001-12-14 Thread John M. Corro

Is there a Javadoc for the FOP classes?  Looked around in the distro and
online and did find documentation, but was wondering if there was a nice
standard Javadoc anywhere.


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




Re: FOP Javadoc

2001-12-14 Thread John M. Corro

To clarify...I'm looking for javadoc on the 'org.apache.fop.apps' package as
used by the provided servlet example.

- Original Message - 
From: John M. Corro [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Friday, December 14, 2001 7:52 AM
Subject: FOP Javadoc 


 Is there a Javadoc for the FOP classes?  Looked around in the distro and
 online and did find documentation, but was wondering if there was a nice
 standard Javadoc anywhere.
 
 
 -
 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: FOP Javadoc

2001-12-14 Thread Dvorák Zdenek

At http://xml.apache.org/fop/dist/ in any file (just unzip it).

Zdenek

-Original Message-
From: John M. Corro [mailto:[EMAIL PROTECTED]]
Sent: Friday, December 14, 2001 4:56 PM
To: [EMAIL PROTECTED]
Subject: Re: FOP Javadoc 


To clarify...I'm looking for javadoc on the 'org.apache.fop.apps' package as
used by the provided servlet example.

- Original Message - 
From: John M. Corro [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Friday, December 14, 2001 7:52 AM
Subject: FOP Javadoc 


 Is there a Javadoc for the FOP classes?  Looked around in the distro and
 online and did find documentation, but was wondering if there was a nice
 standard Javadoc anywhere.
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, email: [EMAIL PROTECTED]
 
 
 


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

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