Re: New FOP release: FOP 0.93

2006-12-30 Thread Simon Pepping
On Tue, Dec 19, 2006 at 09:02:06PM +0100, Simon Pepping wrote:
 As discussed recently, I will prepare a release of FOP, to be named
 0.93.

I have committed fixes for the reported issues with the dist files. I
have also fixed a few other issues I discovered. I have added a few
important changes to the release note, and I have reset the target
release date to 9 January 2007.

I have tested the generated source and bin dist files. I could rebuild
the dist target from the source dist. I have run the junit tests on
the bin dist, after some fiddling with the targets in the Ant build
file. I got one failure: 

[junit] Testcase: 
color_1.xml(org.apache.fop.layoutengine.LayoutEngineTestSuite$1): Caused an 
ERROR
[junit] Expected XPath expression to evaluate to 
'fop-rgb-icc(1.0,0.5,0.0,sRGB,../../../src/java/org/apache/fop/pdf/sRGB Color 
Space Profile.icm,1.0,0.5,0.0)', but got '#ff8000' (XPath: 
//block[4]//text/@color)

which may be due to its dependence on a file in the src directory,
which is not included in the bin dist.

Please, test the current state of the branch
xmlgraphics/fop/branches/fop-0_93 as a release candidate. See the
commit message for the exact changes w.r.t. the rejected release. For
your convenience I have uploaded one source dist file and one bin dist
file, see http://people.apache.org/~spepping/.

I intend to generate the dist files and start a vote on the release
somewhere mid next week.

Regards, Simon

-- 
Simon Pepping
home page: http://www.leverkruid.eu


Re: New FOP release: FOP 0.93

2006-12-30 Thread Vincent Hennebert
Simon Pepping a écrit :
 On Tue, Dec 19, 2006 at 09:02:06PM +0100, Simon Pepping wrote:
 As discussed recently, I will prepare a release of FOP, to be named
 0.93.
 
 I have committed fixes for the reported issues with the dist files. I
 have also fixed a few other issues I discovered. I have added a few
 important changes to the release note, and I have reset the target
 release date to 9 January 2007.
 
 I have tested the generated source and bin dist files. I could rebuild
 the dist target from the source dist. I have run the junit tests on
 the bin dist, after some fiddling with the targets in the Ant build
 file. I got one failure: 
 
 [junit] Testcase: 
 color_1.xml(org.apache.fop.layoutengine.LayoutEngineTestSuite$1):   
 Caused an ERROR
 [junit] Expected XPath expression to evaluate to 
 'fop-rgb-icc(1.0,0.5,0.0,sRGB,../../../src/java/org/apache/fop/pdf/sRGB 
 Color Space Profile.icm,1.0,0.5,0.0)', but got '#ff8000' (XPath: 
 //block[4]//text/@color)
 
 which may be due to its dependence on a file in the src directory,
 which is not included in the bin dist.
 
 Please, test the current state of the branch
 xmlgraphics/fop/branches/fop-0_93 as a release candidate. See the
 commit message for the exact changes w.r.t. the rejected release. For
 your convenience I have uploaded one source dist file and one bin dist
 file, see http://people.apache.org/~spepping/.

Hmmm, I was planning to work a bit on Fop during holidays, but obviously
I haven't found the time... I'll get back to work on the release from
next Tuesday on.
Too bad, that fop.bat problem. But well, such problems always appear in
computer science. Thanks for your great work for the release, anyway.


Vincent



Re: New FOP release: FOP 0.93

2006-12-24 Thread Jess Holle

Is there any sort of time table for a non-alpha/beta 0.9x or 1.0 release?

--
Jess Holle


Re: New FOP release: FOP 0.93

2006-12-24 Thread Simon Pepping
On Sun, Dec 24, 2006 at 10:09:14AM -0600, Jess Holle wrote:
 Is there any sort of time table for a non-alpha/beta 0.9x or 1.0 release?

That is what I am preparing: FOP 0.93 (without beta), to be released
on 2 January 2007.

Regards, Simon

-- 
Simon Pepping
home page: http://www.leverkruid.eu


Re: New FOP release: FOP 0.93

2006-12-20 Thread Simon Pepping
Done, and branch xmlgraphics/fop/branches/fop-0_93 created.

On Tue, Dec 19, 2006 at 09:02:06PM +0100, Simon Pepping wrote:
 As discussed recently, I will prepare a release of FOP, to be named
 0.93.
 
 Two issues need to be addressed:
 
 1. I will apply two patches by Richard Wheeldon, to improve memory
usage:
 
 Bug http://issues.apache.org/bugzilla/show_bug.cgi?id=41009, with
 patch http://issues.apache.org/bugzilla/attachment.cgi?id=19177
 
 en bug http://issues.apache.org/bugzilla/show_bug.cgi?id=41044, with
 patch http://issues.apache.org/bugzilla/attachment.cgi?id=19155.
 
 I will have to study the first patch, as I have not looked at it, and
 the bugzilla page contains nobody's comments. I will only apply the
 patch if it seems certain that it breaks nothing.
 
 I have studied and commented the second patch, as has Andreas, and I
 believe it can be safely applied before the release.
 
 Applying these patches allows us to present a production version whose
 memory usage has been trimmed somewhat.

Applied both.

 2. With this release it is possible to use the original font metrics,
without generating a special metrics file for FOP.
 
 See
 http://mail-archives.apache.org/mod_mbox/xmlgraphics-fop-dev/200611.mbox/[EMAIL
  PROTECTED]
 There is no entry for this in the changes file, and there is no
 documentation on the website. It is important enough to clarify with
 the release. I will try to add some text to the changes file and
 perhaps something to the documentation. As I am not familiar with this
 material, if someone else can do a better job, please do.

Change was already in the status file (but not on the web site).

Simon

-- 
Simon Pepping
home page: http://www.leverkruid.eu


Re: New FOP release: FOP 0.93

2006-12-20 Thread Simon Pepping
I created the documentation for version 0.93 (see
src/documentation/content/xdocs/0.93) and edited it for the new
release version. Please, check it. Especial attention is needed for
the new release notes, src/documentation/content/xdocs/relnotes.xml,
most of which still have to be written, the FAQ,
src/documentation/content/xdocs/faq.xml, the main page of this
release, src/documentation/content/xdocs/0.93/index.xml, and the
upgrading page, src/documentation/content/xdocs/0.93/upgrading.xml.

On Wed, Dec 20, 2006 at 10:24:25AM +0100, Simon Pepping wrote:
 Done, and branch xmlgraphics/fop/branches/fop-0_93 created.
 
Regards, Simon

-- 
Simon Pepping
home page: http://www.leverkruid.eu


Re: New FOP release: FOP 0.93

2006-12-20 Thread Jeremias Maerki

On 19.12.2006 21:02:06 Simon Pepping wrote:
 As discussed recently, I will prepare a release of FOP, to be named
 0.93.
 
 Two issues need to be addressed:
 
 1. I will apply two patches by Richard Wheeldon, to improve memory
usage:
 
 Bug http://issues.apache.org/bugzilla/show_bug.cgi?id=41009, with
 patch http://issues.apache.org/bugzilla/attachment.cgi?id=19177
 
 en bug http://issues.apache.org/bugzilla/show_bug.cgi?id=41044, with
 patch http://issues.apache.org/bugzilla/attachment.cgi?id=19155.
 
 I will have to study the first patch, as I have not looked at it, and
 the bugzilla page contains nobody's comments. I will only apply the
 patch if it seems certain that it breaks nothing.
 
 I have studied and commented the second patch, as has Andreas, and I
 believe it can be safely applied before the release.
 
 Applying these patches allows us to present a production version whose
 memory usage has been trimmed somewhat.

Thanks for taking care of this.

 2. With this release it is possible to use the original font metrics,
without generating a special metrics file for FOP.
 
 See
 http://mail-archives.apache.org/mod_mbox/xmlgraphics-fop-dev/200611.mbox/[EMAIL
  PROTECTED]
 There is no entry for this in the changes file, and there is no
 documentation on the website. It is important enough to clarify with
 the release. I will try to add some text to the changes file and
 perhaps something to the documentation. As I am not familiar with this
 material, if someone else can do a better job, please do.

Well, this is still sort of experimental. The old functionality is
unchanged and stable. I'm not so sure about the part without the font
metrics. There wasn't much feedback. If this is to be documented, I'd
prefer if it is marked as experimental.

 After these changes I will create a branch.
 
 Manuel, can you hold your changes until the branch has been created?
 
 Please, let me know if you have different ideas.
 
 Regards, Simon
 
 -- 
 Simon Pepping
 home page: http://www.leverkruid.eu



Jeremias Maerki



Re: New FOP release: FOP 0.93

2006-12-19 Thread Manuel Mall
On Wednesday 20 December 2006 05:02, Simon Pepping wrote:
snip/
 Manuel, can you hold your changes until the branch has been created?


No problems, will wait until the branch is there.


 Regards, Simon

Manuel