arved 01/08/09 19:07:05
Modified:.CHANGES
Log:
Changes from 0.18 to 0.19
Revision ChangesPath
1.7 +185 -0xml-fop/CHANGES
Index: CHANGES
===
RCS file: /home/cvs/xml-fop/CHANGES,v
arved 01/08/13 17:16:20
Modified:.build.xml
Log:
AHS: build improvements; version change
Revision ChangesPath
1.39 +3 -5 xml-fop/build.xml
Index: build.xml
===
RCS file: /home
arved 01/08/13 17:17:16
Modified:lib buildtools.jar
Log:
AHS: updated buildtools
Revision ChangesPath
1.9 +189 -204 xml-fop/lib/buildtools.jar
<>
-
To unsubscribe,
arved 01/08/13 17:20:26
Modified:.CHANGES
Log:
AHS: FOP 0.20.1 remedial fixes
Revision ChangesPath
1.9 +7 -0 xml-fop/CHANGES
Index: CHANGES
===
RCS file: /home/cvs/xml-fop
arved 01/08/13 17:52:43
Modified:.build.xml
Log:
AHS: need to specifically delete tarfiles after all
Revision ChangesPath
1.40 +1 -0 xml-fop/build.xml
Index: build.xml
===
RCS
arved 02/02/09 17:51:22
Removed: lib Tag: fop-0_20_2-maintain jimi-1.0.jar
Log:
Remove for license reasons
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
arved 02/02/09 17:51:50
Removed: lib Tag: fop-0_20_2-maintain jimi-License.txt
Log:
Remove for license reasons
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
arved 02/02/09 17:52:35
Added: lib Tag: fop-0_20_2-maintain BSF.license.txt
Log:
Proper license for BSF
Revision ChangesPath
No revision
No revision
1.1.2.1 +171 -0xml-fop/lib/Attic/BSF.license.txt
arved 02/02/09 18:01:15
Modified:lib Tag: fop-0_20_2-maintain readme
Log:
Indicated changes wrt Jimi
Revision ChangesPath
No revision
No revision
1.4.2.1 +7 -0 xml-fop/lib/readme
Index: readme
arved 02/03/17 09:21:14
xml-fop/docs/design/understanding - New directory
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
arved 02/03/17 09:21:53
Added: docs/design/understanding area_tree.xml book.xml fo_tree.xml
handling_attributes.xml images.xml
layout_managers.xml layout_process.xml
pdf_library.xml properties.xml renderers.xml
arved 02/03/17 09:22:16
xml-fop/docs/design/alt.design - New directory
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
arved 02/03/17 09:24:11
Added: docs/design/alt.design AbsolutePosition.png
BorderCommonStyle.png parserPersistence.png
processPlumbing.png Properties.png
PropertyClasses.png PropertyConsts.png
arved 02/04/23 15:22:53
Modified:src/codegen Tag: fop-0_20_2-maintain foproperties.xml
Log:
support for background-image (all renderers)
author: Michael Gratton
Revision ChangesPath
No revision
No revision
1.25.2.3
arved 02/04/23 15:23:39
Modified:src/org/apache/fop/fo Tag: fop-0_20_2-maintain
PropertyManager.java
Log:
support for background-image (all renderers)
author: Michael Gratton
Revision ChangesPath
No revision
No
arved 02/04/23 15:24:45
Modified:src/org/apache/fop/fo/flow Tag: fop-0_20_2-maintain
Block.java BlockContainer.java ListBlock.java
Table.java TableBody.java TableCell.java
TableColumn.java TableRow.java
Log
arved 02/04/23 15:25:25
Modified:src/org/apache/fop/fo/pagination Tag: fop-0_20_2-maintain
RegionAfter.java RegionBefore.java RegionBody.java
RegionEnd.java RegionStart.java
Log:
support for background-image (all renderers)
author
arved 02/04/23 15:26:10
Modified:src/org/apache/fop/layout Tag: fop-0_20_2-maintain Area.java
BackgroundProps.java BodyRegionArea.java
RegionArea.java
Log:
support for background-image (all renderers)
author: Michael Gratton
arved 02/04/23 15:26:59
Modified:src/org/apache/fop/render Tag: fop-0_20_2-maintain
AbstractRenderer.java PrintRenderer.java
Log:
support for background-image (all renderers)
author: Michael Gratton
Revision ChangesPath
No
arved 02/04/23 15:28:09
Modified:src/org/apache/fop/render/xml Tag: fop-0_20_2-maintain
XMLRenderer.java
Log:
support for background-image (all renderers)
author: Michael Gratton
Revision ChangesPath
No revision
No
arved 02/04/23 15:33:40
Modified:src/org/apache/fop/render/awt Tag: fop-0_20_2-maintain
AWTRenderer.java
src/org/apache/fop/render/mif Tag: fop-0_20_2-maintain
MIFRenderer.java
src/org/apache/fop/render/pcl
arved 01/06/10 10:02:24
Modified:src/org/apache/fop/fo/flow ExternalGraphic.java
Log:
SGK/AHS: inling of images
Revision ChangesPath
1.9 +61 -9 xml-fop/src/org/apache/fop/fo/flow/ExternalGraphic.java
Index: ExternalGraphic.java
arved 01/06/10 10:02:41
Modified:src/org/apache/fop/image ImageArea.java
Log:
SGK/AHS: inling of images
Revision ChangesPath
1.8 +42 -3 xml-fop/src/org/apache/fop/image/ImageArea.java
Index: ImageArea.java
arved 01/06/10 10:04:36
Modified:src/org/apache/fop/render/pdf PDFRenderer.java
Log:
SGK/AHS: inlining of images
Revision ChangesPath
1.69 +3 -2 xml-fop/src/org/apache/fop/render/pdf/PDFRenderer.java
Index: PDFRenderer.java
arved 01/06/15 17:11:33
Modified:docs/examples build.xml
Log:
hyphen.fo breaks; removed from testing
Revision ChangesPath
1.17 +2 -2 xml-fop/docs/examples/build.xml
Index: build.xml
arved 01/07/07 22:03:49
Added: src/org/apache/fop/fo/pagination PageNumberGenerator.java
Log:
Supports page-number formatting
Revision ChangesPath
1.1
xml-fop/src/org/apache/fop/fo/pagination/PageNumberGenerator.java
Index
arved 01/07/07 22:04:11
Modified:src/org/apache/fop/fo/pagination PageSequence.java
Log:
Supports page-number formatting
Revision ChangesPath
1.30 +14 -3 xml-fop/src/org/apache/fop/fo/pagination/PageSequence.java
Index: PageSequence.java
arved 01/07/07 22:04:57
Modified:src/org/apache/fop/layout Page.java
Log:
Supports page-number formatting
Revision ChangesPath
1.12 +11 -2 xml-fop/src/org/apache/fop/layout/Page.java
Index: Page.java
arved 01/07/07 22:05:17
Modified:src/org/apache/fop/fo/flow PageNumber.java
Log:
Supports page-number formatting
Revision ChangesPath
1.17 +2 -2 xml-fop/src/org/apache/fop/fo/flow/PageNumber.java
Index: PageNumber.java
arved 01/07/08 13:58:27
Modified:src/codegen foproperties.xml
Log:
Support 'format' property on fo:page-sequence
Revision ChangesPath
1.17 +44 -0 xml-fop/src/codegen/foproperties.xml
Index: foprop
arved 01/07/08 20:01:15
Modified:src/org/apache/fop/fo/pagination PageSequence.java
Log:
AHS: support 'force-page-count'
Revision ChangesPath
1.31 +97 -6 xml-fop/src/org/apache/fop/fo/pagination/PageSequence.java
Index: PageSeq
arved 01/07/08 20:02:43
Modified:src/org/apache/fop/fo/pagination
RepeatablePageMasterAlternatives.java
Log:
AHS: restore ability to do blank pages
Revision ChangesPath
1.5 +2 -2
xml-fop/src/org/apache/fop/fo/pagination
arved 01/07/08 20:03:28
Modified:src/org/apache/fop/fo/pagination Root.java
Log:
AHS: support 'force-page-count'
Revision ChangesPath
1.11 +20 -6 xml-fop/src/org/apache/fop/fo/pagination/Root.java
Index:
arved 01/07/12 19:29:50
Modified:src/org/apache/fop/fo PropertyManager.java
Log:
AHS: addressing break boundary conditions
Revision ChangesPath
1.3 +47 -4 xml-fop/src/org/apache/fop/fo/PropertyManager.java
Index: PropertyManager.java
arved 01/07/12 19:30:37
Modified:src/org/apache/fop/fo/flow Block.java
Log:
AHS: addressing break boundary conditions
Revision ChangesPath
1.34 +21 -73xml-fop/src/org/apache/fop/fo/flow/Block.java
Index: Block.java
arved 01/07/12 19:31:16
Modified:src/org/apache/fop/layout Area.java
Log:
AHS: addressing break boundary conditions
Revision ChangesPath
1.20 +5 -1 xml-fop/src/org/apache/fop/layout/Area.java
Index: Area.java
arved 01/07/14 17:17:13
Modified:src/org/apache/fop/fo/flow TableRow.java
Log:
Weiqi Gao: checkBreakBefore signature
Revision ChangesPath
1.47 +2 -2 xml-fop/src/org/apache/fop/fo/flow/TableRow.java
Index: TableRow.java
arved 01/07/16 03:35:47
Modified:src/codegen foproperties.xml
Log:
AHS: initial marker support
Revision ChangesPath
1.21 +15 -4 xml-fop/src/codegen/foproperties.xml
Index: foproperties.xml
arved 01/07/16 03:36:48
Modified:src/org/apache/fop/fo FONode.java FObj.java
Log:
AHS: initial marker support
Revision ChangesPath
1.16 +36 -2 xml-fop/src/org/apache/fop/fo/FONode.java
Index: FONode.java
arved 01/07/16 03:37:58
Modified:src/org/apache/fop/fo/flow Block.java
Log:
AHS: initial marker support
Revision ChangesPath
1.35 +13 -1 xml-fop/src/org/apache/fop/fo/flow/Block.java
Index: Block.java
arved 01/07/16 03:43:40
Modified:src/org/apache/fop/fo/flow Marker.java
Log:
AHS: initial marker support
Revision ChangesPath
1.2 +68 -23xml-fop/src/org/apache/fop/fo/flow/Marker.java
Index: Marker.java
arved 01/07/16 03:43:51
Modified:src/org/apache/fop/fo/flow RetrieveMarker.java
Log:
AHS: initial marker support
Revision ChangesPath
1.2 +103 -22 xml-fop/src/org/apache/fop/fo/flow/RetrieveMarker.java
Index: RetrieveMarker.java
arved 01/07/16 03:45:08
Modified:src/org/apache/fop/fo/pagination Root.java PageSequence.java
Log:
AHS: initial marker support
Revision ChangesPath
1.12 +2 -1 xml-fop/src/org/apache/fop/fo/pagination/Root.java
Index: Root.java
arved 01/07/16 03:45:43
Modified:src/org/apache/fop/layout Page.java Area.java
Log:
AHS: initial marker support
Revision ChangesPath
1.13 +12 -1 xml-fop/src/org/apache/fop/layout/Page.java
Index: Page.java
arved 01/07/16 03:46:15
Added: src/org/apache/fop/layout AreaClass.java
Log:
AHS: initial marker support
Revision ChangesPath
1.1 xml-fop/src/org/apache/fop/layout/AreaClass.java
Index: AreaClass.java
arved 01/07/16 20:14:29
Modified:src/org/apache/fop/fo/flow FootnoteBody.java Marker.java
StaticContent.java
Log:
AHS: improving area information
Revision ChangesPath
1.4 +4 -1 xml-fop/src/org/apache/fop/fo/flow/FootnoteBody.java
arved 01/07/16 20:15:57
Modified:src/org/apache/fop/layout Area.java AreaContainer.java
BodyAreaContainer.java ColumnArea.java
Log:
AHS: improving area information
Revision ChangesPath
1.22 +9 -1 xml-fop/src/org/apache/fop/layout
arved 01/07/16 20:16:29
Modified:src/org/apache/fop/render/xml XMLRenderer.java
Log:
AHS: improving area information
Revision ChangesPath
1.19 +32 -6 xml-fop/src/org/apache/fop/render/xml/XMLRenderer.java
Index: XMLRenderer.java
arved 01/07/22 15:12:44
Modified:src/org/apache/fop/render/awt AWTRenderer.java
Log:
Ralph LaChance/Andy Langowitz: improvements to AWTRenderer (borders,backgrounds...)
Revision ChangesPath
1.26 +154 -36 xml-fop/src/org/apache/fop/render/awt/AWTRenderer.java
arved 01/07/22 18:58:56
Modified:src/org/apache/fop/fo/flow RetrieveMarker.java
Log:
AHS: continued work on fo:marker support
Revision ChangesPath
1.3 +54 -19xml-fop/src/org/apache/fop/fo/flow/RetrieveMarker.java
Index: RetrieveMarker.java
arved 01/07/22 18:59:38
Modified:src/org/apache/fop/fo/pagination PageSequence.java
Log:
AHS: continued work on fo:marker support
Revision ChangesPath
1.33 +5 -2 xml-fop/src/org/apache/fop/fo/pagination/PageSequence.java
Index: PageSequence.java
arved 01/07/22 19:00:03
Modified:src/org/apache/fop/layout AreaTree.java
Log:
AHS: continued work on fo:marker support
Revision ChangesPath
1.9 +41 -2 xml-fop/src/org/apache/fop/layout/AreaTree.java
Index: AreaTree.java
arved 01/07/22 19:00:37
Modified:src/org/apache/fop/layout Page.java
Log:
AHS: continued work on fo:marker support
Revision ChangesPath
1.14 +16 -1 xml-fop/src/org/apache/fop/layout/Page.java
Index: Page.java
arved 01/07/23 17:56:39
Modified:src/org/apache/fop/fo/flow Flow.java
Log:
AHS: short license
Revision ChangesPath
1.20 +4 -49 xml-fop/src/org/apache/fop/fo/flow/Flow.java
Index: Flow.java
arved 01/07/23 17:57:32
Modified:src/org/apache/fop/fo/flow ListBlock.java
Log:
AHS: adding support for 'returned-by'
Revision ChangesPath
1.17 +20 -52xml-fop/src/org/apache/fop/fo/flow/ListBlock.java
Index: List
arved 01/07/23 17:57:57
Modified:src/org/apache/fop/fo/flow ListItem.java
Log:
AHS: adding support for 'returned-by'
Revision ChangesPath
1.13 +27 -60xml-fop/src/org/apache/fop/fo/flow/ListItem.java
Index: Lis
arved 01/07/23 17:58:22
Modified:src/org/apache/fop/fo/flow ListItemBody.java
Log:
AHS: adding support for 'returned-by'; placeholder
Revision ChangesPath
1.9 +9 -49 xml-fop/src/org/apache/fop/fo/flow/ListItemBody.java
Index: ListIte
arved 01/07/23 17:58:34
Modified:src/org/apache/fop/fo/flow ListItemLabel.java
Log:
AHS: adding support for 'returned-by'; placeholder
Revision ChangesPath
1.9 +18 -58xml-fop/src/org/apache/fop/fo/flow/ListItemLabel.java
Index: ListItem
arved 01/07/25 17:52:45
Modified:src/org/apache/fop/fo/flow Block.java FootnoteBody.java
ListBlock.java ListItem.java RetrieveMarker.java
src/org/apache/fop/layout Area.java
Log:
AHS: changed Area methods slightly
Revision Changes
arved 01/07/25 17:53:26
Modified:src/codegen foproperties.xml
Log:
AHS: activated space-start/space-end
Revision ChangesPath
1.22 +2 -6 xml-fop/src/codegen/foproperties.xml
Index: foproperties.xml
arved 01/07/26 17:18:27
Modified:src/org/apache/fop/render/xml XMLRenderer.java
Log:
AHS: changed signatures
Revision ChangesPath
1.20 +43 -6 xml-fop/src/org/apache/fop/render/xml/XMLRenderer.java
Index: XMLRenderer.java
arved 01/07/26 19:12:33
xml-fop/docs/examples/markers - New directory
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
arved 01/07/26 19:13:24
Added: docs/examples/markers glossary.xml glossary.xsl
Log:
AHS: fo:marker examples
Revision ChangesPath
1.1 xml-fop/docs/examples/markers/glossary.xml
Index: glossary.xml
;
> We had no -1 votes. The following active committers haven't voted so
> far: Karen Lease and Arved Sandstrom.
>
>
> Keiron Liddle proposed establishing some kind of rotation for the FOP
> representation in the XML PMC. We like the idea and we would like to ask
> the curr
. In
fact, I can't see any theoretical use for the idea either.
Arved
> -Original Message-
> From: J.Pietschmann [mailto:[EMAIL PROTECTED]]
> Sent: February 16, 2003 8:14 PM
> To: [EMAIL PROTECTED]
> Subject: Markers in areas
>
>
> Hi,
> does somebody need th
cised, and replaced with plain language.
Arved
> -Original Message-
> From: Mark C. Allman [mailto:[EMAIL PROTECTED]]
> Sent: February 18, 2003 5:16 PM
> To: [EMAIL PROTECTED]
> Subject: RE: Markers in areas
>
>
> ... but markers will continue to work as per the XSL
o find out what lawyer thought a long license is needed with every
file. Because I question that finding.
Arved
> -Original Message-
> From: Dirk-Willem van Gulik [mailto:[EMAIL PROTECTED]]
> Sent: February 21, 2003 8:43 AM
> To: [EMAIL PROTECTED]
> Subject: Re: Long licenc
ASF members list. I have problems with
this decision.
Arved
> -Original Message-
> From: Jeremias Maerki [mailto:[EMAIL PROTECTED]]
> Sent: February 21, 2003 9:19 AM
> To: [EMAIL PROTECTED]
> Subject: Re: Long licence
>
>
> Arved,
>
> I don't see
a good
document, or a good implementation. Or both. In this case the experts are
the customers; we have a confused spec because they thought they were the
programmers and writers as well.
Arved
> -Original Message-
> From: Peter B. West [mailto:[EMAIL PROTECTED]
> Sent: February
> -Original Message-
> From: Dirk-Willem van Gulik [mailto:[EMAIL PROTECTED]
> Sent: February 21, 2003 1:35 PM
> To: [EMAIL PROTECTED]
> Subject: RE: Long licence
>
> On Fri, 21 Feb 2003, Arved Sandstrom wrote:
>
> > I'd like to find out what lawyer thou
te this portion (markers) made the spec too abstruse. I
finally just broke my rule of adhering to the law, and considered the use
cases, and decided what made sense. :-)
Arved
> -Original Message-
> From: Keiron Liddle [mailto:[EMAIL PROTECTED]
> Sent: February 23, 2003 6:49 PM
>
blishes
that there is no such qualifying area on the current page, than it's just
the first qualifying area one can find, moving back in the document.
Arved
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]
Comments inline.
> -Original Message-
> From: Tony Graham [mailto:[EMAIL PROTECTED]
> Sent: February 24, 2003 10:26 AM
> To: [EMAIL PROTECTED]
> Subject: RE: markers in redesign
>
>
> Arved Sandstrom wrote at 24 Feb 2003 08:01:40 -0400:
> > Comments be
hen page 1...
> Admitedly it doesn't actually say that, but I can't interpret the
> wording otherwise.
[ SNIP ]
I re-read the spec so exhaustively that my eyes are burning. :-) I think
Keiron is right.
Boy, it would be cool if they could rewrite that section, though. :-)
Arve
r a clarification and a re-write, the containing page is
> defined by the
> retrieved marker, the marker to retrieve is defined by the
> containing page.
I think we can all agree on asking for a rewrite. :-)
Arved
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]
tters who are
interested in more - documentation, planning, the community, etc. The former
category, just as the non-committer developers, is not to be denigrated, but
you can defintely identify committers who take an interest in the big
picture as "leaders".
Arved Sandstrom
> ---
working
> > without having to wait on us.
>
> +1
And also +1.
Arved
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]
> -Original Message-
> From: Bertrand Delacretaz [mailto:[EMAIL PROTECTED]
> Sent: September 2, 2003 2:49 AM
> To: [EMAIL PROTECTED]
> Subject: Re: Place committers on inactive list?
>
>
> Le Mardi, 2 sep 2003, à 03:33 Europe/Zurich, Glen Mazza a écrit :
> &g
> -Original Message-
> From: John Austin [mailto:[EMAIL PROTECTED]
> Sent: November 20, 2003 12:37 PM
> To: [EMAIL PROTECTED]
> Subject: Development Environment suggestions ?
>
> So far I have been playing around like the Neanderthal*
> that I am. I use Sun Java 1.4.x with xterm, vi, emacs
lder then you will be
getting a lot of familiar editing features in a package that is much smaller
and appreciably faster.
The other features are on a par with other leading text editors.
Regards,
Arved Sandstrom
--
Fairly Senior Software Type
e-plicity (http://www.e-plicity.com)
Halifax, Nov
when I can build the
release itself. But for anyone wrapping up loose ends, you can certainly
assume next weekend and no earlier.
Regards,
Arved Sandstrom
Fairly Senior Software Type
e-plicity (http://www.e-plicity.com)
Wireless * B2B * J2EE * XML --- Halifax, Nova S
t bad. I also figured
that for an initial cut it is better to duplicate and add classes to support
this rather than to modify any existing classes, like FOText, because they
are too central. But one could make the argument that FOText itself maybe
needs work, so why _not_ modify it for the g
itely be in there.
Regards,
Arved
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]
is a good route to follow,
and you can be of great assistance here.
Thanks,
Arved
Fairly Senior Software Type
e-plicity (http://www.e-plicity.com)
Wireless * B2B * J2EE * XML --- Halifax, Nova Scotia
-
To unsubscribe, e-mai
ve it in CVS within a few days, and
then I want to allow for a few days for folks to be able to chime up and let
me know that I left them out. So the actual release is going to happen this
weekend coming up. I don't think we want to leave Cocoon hanging that long.
Regards,
Arved
Fairl
eps work
everywhere that they are supposed to) that is rather more of an obstacle. I
have some ideas in regard to how you might want to tackle the problem you
describe and will elaborate this evening.
Regards,
Arved Sandstrom
At 09:38 AM 8/7/01 +0200, Keiron Liddle wrote:
>
>Your help i
, and I will ensure
that there is one in the bin distro also. That was an oversight.
Regards,
Arved Sandstrom
Fairly Senior Software Type
e-plicity (http://www.e-plicity.com)
Wireless * B2B * J2EE * XML --- Halifax, Nova Scotia
e of where you think things are wrong?
Thanks,
Arved
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 addit
, the download is faster because
.tar.gz files are almost always smaller.
Regards,
Arved Sandstrom
Fairly Senior Software Type
e-plicity (http://www.e-plicity.com)
Wireless * B2B * J2EE * XML --- Halifax, Nova Scotia
-
To unsubscrib
re not in alpha. We're not even close to
alpha.
You're on the XML PMC...it would be nice to hear constructive suggestions
rather than snide comments.
Regards,
Arved Sandstrom
Fairly Senior Software Type
e-plicity (http://ww
At 06:34 PM 8/9/01 -0400, Sam Ruby wrote:
>Arved Sandstrom wrote:
>>
>> Sam, I figure you meant the "perennially in alpha" comment sort of
>> tongue-in-cheek. I hope you did, anyway.
>>
>[snip]
>>
>> Let's get one thing straigh
relates
to the suitability and serviceability of the distributions?
I am still (and have been for quite a while) very undecided about whether to
include Javadoc (size considerations). Perhaps in the source distro only?
Comments?
Regards,
Arved Sandstrom
--
Fairly Senior Software Type
e-plicit
connections then it's a moot point. But they don't, so distro size (I would
think) is a consideration.
Regards,
Arved
Fairly Senior Software Type
e-plicity (http://www.e-plicity.com)
Wireless * B2B * J2EE * XML --- Halifax, Nova Scotia
--
s, not necessarily up to date, for implemented features and
limittaions, and that's it.
>Arved wrote
>>I look at OS projects like Subversion and I'm green with envy.
>Well on theirs site, they has a section devoted to well define specific
>task that need to be done.
>Thats
ing stage.
I think before-floats would probably not be too bad. What did you have in
mind, before-floats or side-floats?
Regards,
Arved Sandstrom
Fairly Senior Software Type
e-plicity (http://www.e-plicity.com)
Wireless * B2B * J2EE * XM
At 12:07 AM 8/13/01 +0100, Vic wrote:
>side-floats are what I require. I need to create side notes to the main
>content, I'm currently using list-items to do this. (In fact Arved Sandstrom
>answered the question I asked about my problem yesterday on comp.text.xml,
>thanks for
some letters in 'emp'.
We advertise font support prominently on the website; I'm not going to
announce FOP-0.20.0 until we have some resolution on this.
Regards,
Arved Sandstrom
Fairly Senior Software Type
e-plicity (http://www.e-plicity.com)
Wireless * B2B * J2EE * XML --- Halifax
At 09:59 AM 8/13/01 +0200, Keiron Liddle wrote:
>On Mon, 13 Aug 2001 03:27:37 Arved Sandstrom wrote:
>> Confirmed, on all counts:
>>
>> 1) NPE running your 'dsrb2' example, something to do with the lazy font
>> code
>> it looks like;
>> 2) 500
ferent). Any thoughts?
I am sure there is other stuff also. My goal here is to develop a formal
process document that describes exactly what I do, so that anyone with commit
privileges can easily duplicate the complete release process.
Thanks.
Arved
--
Fairly Senior Software Type
e-plicity
te between the current functionality
and the one you suggest (and yours would be the default). I think that for a
number of reasons it is useful to keep the "debugging" capability available.
In any case, it would be nice to have a configurable xml diff utility that
can be set up to ignor
1 - 100 of 390 matches
Mail list logo