You are viewing a plain text version of this content. The canonical link for it is here.
Posted to batik-dev@xmlgraphics.apache.org by Cameron McCormack <ca...@mcc.id.au> on 2008/01/03 01:19:23 UTC

[VOTE] Release of Batik 1.7 (second try)

OK, let’s have another go.  This is a vote for the Batik 1.7 release.
The code is tagged here:

  http://svn.apache.org/repos/asf/xmlgraphics/batik/tags/batik-1_7

The files to be voted on can be found here:

  http://people.apache.org/~cam/b17/

MD5 hashes are as follows:

  fbdf2d0de6712d91c0966b358c2615f1  Squiggle-1.7.dmg
  8f3acdd3e35aa1013f72f9d3c50e7fd9  batik-1.7-jre13.zip
  7b251763d491d1d94eb76845c08c24e4  batik-1.7.zip
  51d4a779241b78bce873a493378e73a3  batik-docs-1.7.zip
  25f7123f08a6d0a43c55fcd94b5e0637  batik-src-1.7.zip

Descriptions of the files:

  Squiggle-1.7.dmg
    an OS X disk image of Squiggle
  batik-1.7-jre13.zip
    binary distribution compiled with JDK 1.3
  batik-1.7.zip
    binary distribution compiled with JDK 1.4
  batik-docs-1.7.zip
    documentation distribution
  batik-src-1.7.zip
    source distribution
  maven/**
    maven artifacts to be uploaded, compiled with JDK 1.4

A summary of changes since the 1.7beta1 release can be found here:

  http://svn.apache.org/repos/asf/xmlgraphics/batik/tags/batik-1_7/CHANGES

The only changes made since the last vote are a bugfix for the zoom
interactor on JSVGCanvas when running on OS X, and a change to the
source distribution to include forrest.properties so the documentation
can be built.

Again the vote will run for 72 hours, ending at 01:00 UTC on Sunday
January 6.  Votes to general@xmlgraphics.apache.org.

+1 from me.

Thanks,

Cameron

-- 
Cameron McCormack, http://mcc.id.au/
	xmpp:heycam@jabber.org  ▪  ICQ 26955922  ▪  MSN cam@mcc.id.au

Re: tar.gz versions of the artifacts [was: [VOTE] Release of Batik 1.7 (second try)]

Posted by Vincent Hennebert <vi...@anyware-tech.com>.
Hi Cameron,

Cameron McCormack wrote:
> Christian Geisert:
<snip/>
>> A minor issue: the build.sh script doesn't have the executable bit set - 
>> I guess it would need a .tgz distribution for that.
> 
> Yeah, don’t think it’s possible for zip files to include that.  The last
> couple of releases haven’t had tgz files; is it worth creating them too?

I think so. I personally always download the tgz version when it’s 
available, as it is smaller than the zip one. And the Unix guy in me 
somehow prefers tar.gz to zip, although he couldn’t explain why.

Of course you can forget them for the 1.7 release, let’s not delay it 
once again.

Vincent


-- 
Vincent Hennebert                            Anyware Technologies
http://people.apache.org/~vhennebert         http://www.anyware-tech.com
Apache FOP Committer                         FOP Development/Consulting

---------------------------------------------------------------------
Apache XML Graphics Project URL: http://xmlgraphics.apache.org/
To unsubscribe, e-mail: general-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: general-help@xmlgraphics.apache.org


Re: [VOTE] Release of Batik 1.7 (second try)

Posted by Cameron McCormack <ca...@mcc.id.au>.
Christian Geisert:
> I checked the MD5s and the signatures, did a build with java 1.3 and 1.5
> and used Squiggle and the rasterizer with a few examples.
> 
> Running Squiggle from batik-1.7-jre13.zip with Java 1.3 leads to:
> Exception in thread "main" java.lang.NoClassDefFoundError: 
> java/awt/event/MouseWheelListener
>         at 
> org.apache.batik.apps.svgbrowser.JSVGViewerFrame.<init>(JSVGViewerFrame.java:546)
>         at org.apache.batik.apps.svgbrowser.Main.<init>(Main.java:436)
>         at org.apache.batik.apps.svgbrowser.Main.main(Main.java:163)
> 
> but it works with my build with java 1.3 - a look at the Manifest 
> indicates that it was built with Java 1.4 ...
> 
> Not sure if thats a showstopper :-|

Hmm, unfortunately, I think it is.  I thought I was careful to build it
with 1.3.  Back to the drawing board I guess! :/  (Thanks for picking
it up though…)

I’ll rebuild the batik-1.7-jre1.3.zip, leave the other zip files, and
restart the vote.

> A minor issue: the build.sh script doesn't have the executable bit set - 
> I guess it would need a .tgz distribution for that.

Yeah, don’t think it’s possible for zip files to include that.  The last
couple of releases haven’t had tgz files; is it worth creating them too?

-- 
Cameron McCormack, http://mcc.id.au/
	xmpp:heycam@jabber.org  ▪  ICQ 26955922  ▪  MSN cam@mcc.id.au

---------------------------------------------------------------------
Apache XML Graphics Project URL: http://xmlgraphics.apache.org/
To unsubscribe, e-mail: general-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: general-help@xmlgraphics.apache.org


Re: [VOTE] Release of Batik 1.7 (second try)

Posted by Christian Geisert <ch...@isu-gmbh.de>.
Cameron McCormack schrieb:
> OK, let’s have another go.  This is a vote for the Batik 1.7 release.
> The code is tagged here:
> 
>   http://svn.apache.org/repos/asf/xmlgraphics/batik/tags/batik-1_7
> 
> The files to be voted on can be found here:
> 
>   http://people.apache.org/~cam/b17/

I checked the MD5s and the signatures, did a build with java 1.3 and 1.5
and used Squiggle and the rasterizer with a few examples.

Running Squiggle from batik-1.7-jre13.zip with Java 1.3 leads to:
Exception in thread "main" java.lang.NoClassDefFoundError: 
java/awt/event/MouseWheelListener
         at 
org.apache.batik.apps.svgbrowser.JSVGViewerFrame.<init>(JSVGViewerFrame.java:546)
         at org.apache.batik.apps.svgbrowser.Main.<init>(Main.java:436)
         at org.apache.batik.apps.svgbrowser.Main.main(Main.java:163)

but it works with my build with java 1.3 - a look at the Manifest 
indicates that it was built with Java 1.4 ...

Not sure if thats a showstopper :-|

A minor issue: the build.sh script doesn't have the executable bit set - 
I guess it would need a .tgz distribution for that.

Christian

---------------------------------------------------------------------
Apache XML Graphics Project URL: http://xmlgraphics.apache.org/
To unsubscribe, e-mail: general-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: general-help@xmlgraphics.apache.org


Re: [VOTE] Release of Batik 1.7 (second try)

Posted by Vincent Hennebert <vi...@anyware-tech.com>.
Cameron McCormack a écrit :
> OK, let’s have another go.  This is a vote for the Batik 1.7 release.
> The code is tagged here:
>
>   http://svn.apache.org/repos/asf/xmlgraphics/batik/tags/batik-1_7
>
> The files to be voted on can be found here:
>
>   http://people.apache.org/~cam/b17/

+1

Played a bit with Squiggle and the transcoder, made a build from the
sources, skimmed through the documentation.
Congrats guys, it’s looking really good.

<snip/>

Vincent

-- 
Vincent Hennebert                            Anyware Technologies
http://people.apache.org/~vhennebert         http://www.anyware-tech.com
Apache FOP Committer                         FOP Development/Consulting

---------------------------------------------------------------------
Apache XML Graphics Project URL: http://xmlgraphics.apache.org/
To unsubscribe, e-mail: general-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: general-help@xmlgraphics.apache.org


Re: [VOTE] Release of Batik 1.7 (second try)

Posted by Tonny Kohar <to...@gmail.com>.
Hi,

+1 from me

Note: I am not commiter, just Apache Batik user

Regards
Tonny Kohar
-- 
Sketsa SVG Editor
imagine, design, create ...
http://www.kiyut.com

---------------------------------------------------------------------
To unsubscribe, e-mail: batik-dev-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: batik-dev-help@xmlgraphics.apache.org


Re: [VOTE] Release of Batik 1.7 (second try)

Posted by Tonny Kohar <to...@gmail.com>.
Hi,

+1 from me

Note: I am not commiter, just Apache Batik user

Regards
Tonny Kohar
-- 
Sketsa SVG Editor
imagine, design, create ...
http://www.kiyut.com

---------------------------------------------------------------------
Apache XML Graphics Project URL: http://xmlgraphics.apache.org/
To unsubscribe, e-mail: general-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: general-help@xmlgraphics.apache.org


Re: [VOTE] Release of Batik 1.7 (second try)

Posted by The Web Maestro <th...@gmail.com>.
On Jan 2, 2008 4:19 PM, Cameron McCormack <ca...@mcc.id.au> wrote:
> OK, let's have another go.  This is a vote for the Batik 1.7 release.
> The code is tagged here:
>
>   http://svn.apache.org/repos/asf/xmlgraphics/batik/tags/batik-1_7
>
> The files to be voted on can be found here:
>
>   http://people.apache.org/~cam/b17/
>
> MD5 hashes are as follows:
>
>   fbdf2d0de6712d91c0966b358c2615f1  Squiggle-1.7.dmg
>   8f3acdd3e35aa1013f72f9d3c50e7fd9  batik-1.7-jre13.zip
>   7b251763d491d1d94eb76845c08c24e4  batik-1.7.zip
>   51d4a779241b78bce873a493378e73a3  batik-docs-1.7.zip
>   25f7123f08a6d0a43c55fcd94b5e0637  batik-src-1.7.zip
>
> Descriptions of the files:
>
>   Squiggle-1.7.dmg
>     an OS X disk image of Squiggle
>   batik-1.7-jre13.zip
>     binary distribution compiled with JDK 1.3
>   batik-1.7.zip
>     binary distribution compiled with JDK 1.4
>   batik-docs-1.7.zip
>     documentation distribution
>   batik-src-1.7.zip
>     source distribution
>   maven/**
>     maven artifacts to be uploaded, compiled with JDK 1.4
>
> A summary of changes since the 1.7beta1 release can be found here:
>
>   http://svn.apache.org/repos/asf/xmlgraphics/batik/tags/batik-1_7/CHANGES
>
> The only changes made since the last vote are a bugfix for the zoom
> interactor on JSVGCanvas when running on OS X, and a change to the
> source distribution to include forrest.properties so the documentation
> can be built.
>
> Again the vote will run for 72 hours, ending at 01:00 UTC on Sunday
> January 6.  Votes to general@xmlgraphics.apache.org.
>
> +1 from me.
>
> Thanks,
>
> Cameron

+1 from me.

-- 
Regards,

The Web Maestro
-- 
<th...@gmail.com> - <http://homepage.mac.com/webmaestro/>
My religion is simple. My religion is kindness.
- HH The 14th Dalai Lama of Tibet

---------------------------------------------------------------------
Apache XML Graphics Project URL: http://xmlgraphics.apache.org/
To unsubscribe, e-mail: general-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: general-help@xmlgraphics.apache.org


Re: [VOTE] Release of Batik 1.7 (second try)

Posted by Michael Heuer <he...@acm.org>.
Non-binding +1.

The maven artifacts work for me.

   michael


On Thu, 3 Jan 2008, Cameron McCormack wrote:

> OK, let’s have another go.  This is a vote for the Batik 1.7 release.
> The code is tagged here:
>
>   http://svn.apache.org/repos/asf/xmlgraphics/batik/tags/batik-1_7
>
> The files to be voted on can be found here:
>
>   http://people.apache.org/~cam/b17/
>
> MD5 hashes are as follows:
>
>   fbdf2d0de6712d91c0966b358c2615f1  Squiggle-1.7.dmg
>   8f3acdd3e35aa1013f72f9d3c50e7fd9  batik-1.7-jre13.zip
>   7b251763d491d1d94eb76845c08c24e4  batik-1.7.zip
>   51d4a779241b78bce873a493378e73a3  batik-docs-1.7.zip
>   25f7123f08a6d0a43c55fcd94b5e0637  batik-src-1.7.zip
>
> Descriptions of the files:
>
>   Squiggle-1.7.dmg
>     an OS X disk image of Squiggle
>   batik-1.7-jre13.zip
>     binary distribution compiled with JDK 1.3
>   batik-1.7.zip
>     binary distribution compiled with JDK 1.4
>   batik-docs-1.7.zip
>     documentation distribution
>   batik-src-1.7.zip
>     source distribution
>   maven/**
>     maven artifacts to be uploaded, compiled with JDK 1.4
>
> A summary of changes since the 1.7beta1 release can be found here:
>
>   http://svn.apache.org/repos/asf/xmlgraphics/batik/tags/batik-1_7/CHANGES
>
> The only changes made since the last vote are a bugfix for the zoom
> interactor on JSVGCanvas when running on OS X, and a change to the
> source distribution to include forrest.properties so the documentation
> can be built.
>
> Again the vote will run for 72 hours, ending at 01:00 UTC on Sunday
> January 6.  Votes to general@xmlgraphics.apache.org.
>
> +1 from me.
>
> Thanks,
>
> Cameron
>
> --
> Cameron McCormack, http://mcc.id.au/
> 	xmpp:heycam@jabber.org  ▪  ICQ 26955922  ▪  MSN cam@mcc.id.au
>


---------------------------------------------------------------------
To unsubscribe, e-mail: batik-dev-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: batik-dev-help@xmlgraphics.apache.org


Re: [VOTE] Release of Batik 1.7 (second try)

Posted by Michael Heuer <he...@acm.org>.
Non-binding +1.

The maven artifacts work for me.

   michael


On Thu, 3 Jan 2008, Cameron McCormack wrote:

> OK, let’s have another go.  This is a vote for the Batik 1.7 release.
> The code is tagged here:
>
>   http://svn.apache.org/repos/asf/xmlgraphics/batik/tags/batik-1_7
>
> The files to be voted on can be found here:
>
>   http://people.apache.org/~cam/b17/
>
> MD5 hashes are as follows:
>
>   fbdf2d0de6712d91c0966b358c2615f1  Squiggle-1.7.dmg
>   8f3acdd3e35aa1013f72f9d3c50e7fd9  batik-1.7-jre13.zip
>   7b251763d491d1d94eb76845c08c24e4  batik-1.7.zip
>   51d4a779241b78bce873a493378e73a3  batik-docs-1.7.zip
>   25f7123f08a6d0a43c55fcd94b5e0637  batik-src-1.7.zip
>
> Descriptions of the files:
>
>   Squiggle-1.7.dmg
>     an OS X disk image of Squiggle
>   batik-1.7-jre13.zip
>     binary distribution compiled with JDK 1.3
>   batik-1.7.zip
>     binary distribution compiled with JDK 1.4
>   batik-docs-1.7.zip
>     documentation distribution
>   batik-src-1.7.zip
>     source distribution
>   maven/**
>     maven artifacts to be uploaded, compiled with JDK 1.4
>
> A summary of changes since the 1.7beta1 release can be found here:
>
>   http://svn.apache.org/repos/asf/xmlgraphics/batik/tags/batik-1_7/CHANGES
>
> The only changes made since the last vote are a bugfix for the zoom
> interactor on JSVGCanvas when running on OS X, and a change to the
> source distribution to include forrest.properties so the documentation
> can be built.
>
> Again the vote will run for 72 hours, ending at 01:00 UTC on Sunday
> January 6.  Votes to general@xmlgraphics.apache.org.
>
> +1 from me.
>
> Thanks,
>
> Cameron
>
> --
> Cameron McCormack, http://mcc.id.au/
> 	xmpp:heycam@jabber.org  ▪  ICQ 26955922  ▪  MSN cam@mcc.id.au
>


---------------------------------------------------------------------
Apache XML Graphics Project URL: http://xmlgraphics.apache.org/
To unsubscribe, e-mail: general-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: general-help@xmlgraphics.apache.org