Commit Graph

92 Commits

Author SHA1 Message Date
Keiron Liddle
c86b80ff43 fixed classpath for batik jar
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194255 13f79535-47bb-0310-9956-ffa450edef68
2001-05-18 09:56:05 +00:00
Keiron Liddle
64c138ce4a FOP now uses Batik to render svg
This is handled for awt - using batik to render to a graphic
and pdf.
Pdf still requires better image support.
The elements and properties are generated from the svgelements.xml
document.
The version of batik is 17/05/2001 cvs.


git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194250 13f79535-47bb-0310-9956-ffa450edef68
2001-05-17 07:48:06 +00:00
arved
eaa20359b3 Mods applied
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194239 13f79535-47bb-0310-9956-ffa450edef68
2001-05-10 23:46:12 +00:00
arved
ca9ac264ff New buildtools JAR to support testing
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194236 13f79535-47bb-0310-9956-ffa450edef68
2001-05-10 01:35:51 +00:00
Kelly Campbell
15ebf8bc05 Fixed documentation build. Stylebook requires Xalan 1.
PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194177 13f79535-47bb-0310-9956-ffa450edef68
2001-03-28 05:21:16 +00:00
Kelly Campbell
ed3a01f122 JDK 1.1 fix to Manifest task
PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194145 13f79535-47bb-0310-9956-ffa450edef68
2001-03-08 17:37:14 +00:00
Kelly Campbell
f021e03a87 Upgraded to ant 1.3
PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194139 13f79535-47bb-0310-9956-ffa450edef68
2001-03-05 06:40:46 +00:00
Kelly Campbell
1412f00397 Updated build. Added manifest to jar to make it a runnable jar.
Updated dist targets to have separate src and bin builds.
Compressed the xerces-1.2.3.jar to make distributions and cvs
checkouts smaller.
PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194137 13f79535-47bb-0310-9956-ffa450edef68
2001-03-05 03:46:20 +00:00
Kelly Campbell
e964fe0d5b Updated build to include neccessary jar files
PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194118 13f79535-47bb-0310-9956-ffa450edef68
2001-03-04 04:22:36 +00:00
Kelly Campbell
65253f09a6 Updated build to take new xalan trax file into account.
Upgraded to Ant 1.2 to get new filter features needed
to fix property code generation location bug when using
Xalan 2.

PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194110 13f79535-47bb-0310-9956-ffa450edef68
2001-03-01 07:22:46 +00:00
fotis
ded2918d89 xml.jar removed because it is no longer needed to build or run Fop and doesn't work with xalan 2
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194091 13f79535-47bb-0310-9956-ffa450edef68
2001-02-26 19:49:42 +00:00
Kelly Campbell
5d9ba56055 Added support for PDF outlines (aka bookmarks). See the example in
docs/examples/fo/pdfoutline.fo for an example.
PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194025 13f79535-47bb-0310-9956-ffa450edef68
2001-02-06 07:34:48 +00:00
Kelly Campbell
d49f24cb97 Cleaned up old build files which aren't used anymore
PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194015 13f79535-47bb-0310-9956-ffa450edef68
2001-02-04 06:07:56 +00:00
Kelly Campbell
22b2c24e30 Packaged build tasks into lib/buildtools.jar
Added buildtools.xml for building the build tools jar file.
Moved source for ant tasks into src/org/apache/fop/tools/anttasks

Set up dual support for Xalan 1 native and Xalan 2 JAXP1.1 transform interfaces.


git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193970 13f79535-47bb-0310-9956-ffa450edef68
2001-01-16 08:00:50 +00:00
fotis
b0cc2f778c adds to script creation of html documentation
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193956 13f79535-47bb-0310-9956-ffa450edef68
2001-01-08 20:32:02 +00:00
Kelly Campbell
504035e145 Refactoring of Xslt task to allow either Xalan-J-1.2.x or Trax (Xalan-J-2) to
be used for xsl transforms. This is experimental still.


git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193913 13f79535-47bb-0310-9956-ffa450edef68
2000-12-19 22:39:29 +00:00
Kelly Campbell
ebb9313ca3 Changed output from Writer to OutputStream to allow for binary output.
Added compression filters for PDF renderer.


git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193888 13f79535-47bb-0310-9956-ffa450edef68
2000-12-18 02:28:40 +00:00
fotis
d4c40c9660 removed call to configuration
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193885 13f79535-47bb-0310-9956-ffa450edef68
2000-12-17 16:28:36 +00:00
fotis
6fca68b317 because Ant task expects to find already compiled classes, we have to duplicate this. Any better ideas?
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193863 13f79535-47bb-0310-9956-ffa450edef68
2000-12-12 19:40:58 +00:00
fotis
d64f961d73 adds hyphenation (Carlos Villegas, Fotis Jannidis) and simple configuration support (F.J.)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193861 13f79535-47bb-0310-9956-ffa450edef68
2000-12-12 19:18:50 +00:00
Keiron Liddle
8aafd7173b updated svg stuff for the latest java bindings
added some props for units, gradient etc.
jstyle'd


git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193847 13f79535-47bb-0310-9956-ffa450edef68
2000-11-29 03:22:02 +00:00
fotis
c25dbb25d3 Stops automatic switching of Xalan to the XercesLiaison class and the Xerces DOM
[Kelly Campbell]


git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193825 13f79535-47bb-0310-9956-ffa450edef68
2000-11-17 10:15:43 +00:00
fotis
ed2b1f7ac0 inner class belonging to Xslt.class (Kelly Campbell)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193791 13f79535-47bb-0310-9956-ffa450edef68
2000-11-12 21:56:25 +00:00
fotis
44bcdb9843 code look beautified and standardized by JStyle
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193790 13f79535-47bb-0310-9956-ffa450edef68
2000-11-12 20:28:43 +00:00
fotis
4a3c9e2eca speedup of build process: added a compiled stylesheet cache and a merge capability to Xslt.java
I added the use of <xsl:key> to the font-file.xsl (contributed by Kelly Campbell)


git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193789 13f79535-47bb-0310-9956-ffa450edef68
2000-11-12 20:11:47 +00:00
Steve Coffman
6c5e216f87 Adds textdeko.fo file example. Applies Art Welch's JDK 1.1.x compatibility
fixes.


git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193739 13f79535-47bb-0310-9956-ffa450edef68
2000-10-26 14:33:37 +00:00
Steve Coffman
f78fd54dde Christian Geisert's patch to allow JDK 1.1 people to use no images.
Doesn't hurt on 1.2, but haven't tested on 1.1 system.


git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193724 13f79535-47bb-0310-9956-ffa450edef68
2000-10-12 22:11:33 +00:00
Keiron Liddle
945f773e39 updated to the latest java bindings
Obtained from:compiled java bindings (with other required class) from w3.org


git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193665 13f79535-47bb-0310-9956-ffa450edef68
2000-08-14 01:31:09 +00:00
Steve Coffman
71ebd553bf Added comment so that I'll be owner on locus, so I can fix the
permissions.


git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193618 13f79535-47bb-0310-9956-ffa450edef68
2000-08-09 19:04:49 +00:00
Keiron Liddle
30a020a45e adds property list mappings
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193599 13f79535-47bb-0310-9956-ffa450edef68
2000-08-03 06:21:22 +00:00
fotis
677ef0458e describes libraries and class files in this directory
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193573 13f79535-47bb-0310-9956-ffa450edef68
2000-08-01 22:38:03 +00:00
fotis
598547ff16 update: use Messagehandler instead of System.err.println
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193572 13f79535-47bb-0310-9956-ffa450edef68
2000-08-01 22:36:28 +00:00
fotis
45d8a6e07b replaced this ant task with a xslt stylesheet (discovered that stylebook doesn't need the dtd)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193569 13f79535-47bb-0310-9956-ffa450edef68
2000-08-01 22:29:34 +00:00
fotis
17c0e944f3 updates ant.jar to ant 1.1 release
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193560 13f79535-47bb-0310-9956-ffa450edef68
2000-07-25 09:57:46 +00:00
fotis
a3859a5e66 update to new ant version
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193544 13f79535-47bb-0310-9956-ffa450edef68
2000-07-21 15:43:14 +00:00
Keiron Liddle
8c129807d7 updated to the latest svg java bindings
spec dated 20000629
Obtained from: svg java bindings from w3.org


git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193516 13f79535-47bb-0310-9956-ffa450edef68
2000-07-18 05:33:59 +00:00
fotis
c5e1377b10 update to SAX 2 parser
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193511 13f79535-47bb-0310-9956-ffa450edef68
2000-07-15 20:41:07 +00:00
Keiron Liddle
50abba57a8 lib for svg java bindings
this is temporary until the official w3c svg java bindings are useable


git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193465 13f79535-47bb-0310-9956-ffa450edef68
2000-07-11 00:03:37 +00:00
fotis
98cfa7774a extensions to Ant
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193459 13f79535-47bb-0310-9956-ffa450edef68
2000-07-06 18:03:50 +00:00
fotis
2bc8582843 add: ant task needed by an ant script to write all xml documentation files into one pdf file
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193437 13f79535-47bb-0310-9956-ffa450edef68
2000-06-23 13:18:32 +00:00
fotis
194d361441 new fop examples and tests
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193299 13f79535-47bb-0310-9956-ffa450edef68
2000-03-14 09:43:09 +00:00
fotis
7e113d6caa Switching from make to Ant
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193284 13f79535-47bb-0310-9956-ffa450edef68
2000-03-06 21:34:41 +00:00