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

http://issues.apache.org/bugzilla/show_bug.cgi?id=38434

           Summary: Fop Trunk does not compile with Java 1.3
           Product: Fop
           Version: 1.0dev
          Platform: PC
        OS/Version: Windows NT
            Status: NEW
          Severity: minor
          Priority: P3
         Component: general
        AssignedTo: fop-dev@xmlgraphics.apache.org
        ReportedBy: [EMAIL PROTECTED]


I downloaded current Fop Trunk and wanted to compile with Java jdk1.3.1_17 using
ant. Build Error was reported in
FOPTrunk\src\java\org\apache\fop\render\xml\XMLRenderer.java

The error is produced by call of function "Boolean.toString" in row number 708
of the XMLRenderer.java.

Change row number 708 from:
            addAttribute("clip", Boolean.toString(viewport.getClip()));
TO:
            addAttribute("clip", "true");

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

Reply via email to