<?xml version="1.0"?>
<!-- name="generator" content="blosxom/2.0" -->
<!DOCTYPE rss PUBLIC "-//Netscape Communications//DTD RSS 0.91//EN" "http://my.netscape.com/publish/formats/rss-0.91.dtd">

<rss version="0.91">
  <channel>
    <title>Stefan Bodewig's Weblog   </title>
    <link>http://stefan.samaflost.de/blog</link>
    <description>Mixed Content</description>
    <language>en</language>

<item>
  <title>Moved my Tiny OSS Libs to GitHub</title>
  <link>http://stefan.samaflost.de/blog/en/unsorted/moved_oss_libs_to_github.html</link>
  <description>
&lt;p&gt;I've been keeping a small &lt;a
href=&quot;http://stefan.samaflost.de/blog/en/Java/GWT/gwt_ant_tasks.html&quot;&gt;Antlib&lt;/a&gt;
for GWT and a &lt;a
href=&quot;http://stefan.samaflost.de/blog/en/dotNet/anttask_for_netbuildtools_1.0.1.html&quot;&gt;DLL
with NAnt and MSBuild tasks to run Ant&lt;/a&gt; in a local darcs
repository.  Now I've decided to not maintain them here anymore but
rather move them to github, so they now are at &lt;a
href=&quot;https://github.com/bodewig/gwttasks&quot;&gt;https://github.com/bodewig/gwttasks&lt;/a&gt;
and &lt;a
href=&quot;https://github.com/bodewig/Ant4NantAndMSBuild&quot;&gt;https://github.com/bodewig/Ant4NantAndMSBuild&lt;/a&gt;
respectively.&lt;/p&gt;

&lt;p&gt;For the migration of my - trivial - darcs repos I used &lt;a
href=&quot;https://github.com/purcell/darcs-to-git&quot;&gt;https://github.com/purcell/darcs-to-git&lt;/a&gt;
and it worked like a charm.&lt;/p&gt;</description>
</item>
<item>
  <title>Apache Compress Antlib 1.1</title>
  <link>http://stefan.samaflost.de/blog/en/Apache/Ant/compress_11.html</link>
  <description>
&lt;p&gt;A few days after Apache Commons Compress 1.3 has been released the
&lt;a href=&quot;http://ant.apache.org/antlibs/compress/index.html&quot;&gt;Compress
Antlib&lt;/a&gt; has seen a new release as well.  This gives Ant support for
Zip64 extensions, the Unix dump format (read-only) and the Pack200
format.&lt;/p&gt;

&lt;p&gt;Prior to this release Pack200 support has already been available
via a &lt;a href=&quot;http://java.net/projects/java-pack200-ant-task/&quot;&gt;a task
at java.net&lt;/a&gt; but the Compress Antlib also adds a
&lt;code&gt;pack200resource&lt;/code&gt; as well as a
&lt;code&gt;pack200normalize&lt;/code&gt; task that can be used to &quot;normalize&quot; a
JAR so that it can be signed, packed and unpacked with the signature
remaining valid.&lt;/p&gt;</description>
</item>
<item>
  <title>Apache log4net User Survey</title>
  <link>http://stefan.samaflost.de/blog/en/Apache/Log4Net/User_Survey.html</link>
  <description>
&lt;p&gt;The last log4net release already stopped supporting Compact
Framework 1.x and the Shared Source CLI as part of the binary
distributions - but versions for them are still buildable from source.
In order to figure out what platforms we will need to support in
future releases the team is asking log4net's users to participate in a
small survey.&lt;/p&gt;

&lt;p&gt;Rather than repeating Roy's whole mail, here is the &lt;a
href=&quot;http://mail-archives.apache.org/mod_mbox/logging-log4net-user/201111.mbox/%3CFFE6362EE00A4C4E83A98981EF88A36422B3AA%40zeus.roychastain.org%3E&quot;&gt;original
announcement&lt;/a&gt;.&lt;/p&gt;</description>
</item>
<item>
  <title>Apache log4net 1.2.11 Released</title>
  <link>http://stefan.samaflost.de/blog/en/Apache/Log4Net/1.2.11.html</link>
  <description>
&lt;p&gt;As the release manager of this baby I'm happy it is done, the final
steps took longer than I anticipated.  As a user of log4net I'd say it
was about time.  Almost exactly five and a half years after the 1.2.10
release Apache log4net has a new release with lots of bug fixes a few
new features - and support for .NET 4.0 as well as the Client Profiles
of 3.5 and 4.0.

&lt;p&gt;See the &lt;a
href=&quot;http://logging.apache.org/log4net/release/release-notes.html&quot;&gt;release
notes&lt;/a&gt; for all the details, &lt;a
href=&quot;http://logging.apache.org/log4net/download.html&quot;&gt;download
1.2.11&lt;/a&gt; (remember to unblock the ZIP), &lt;a
href=&quot;https://issues.apache.org/jira/browse/LOG4NET&quot;&gt;tell us if
anything doesn't work&lt;/a&gt; and &lt;a
href=&quot;http://logging.apache.org/log4net/mail-lists.html&quot;&gt;join the
community&lt;/a&gt;.
</description>
</item>
<item>
  <title>Apache Commons Compress Improvements</title>
  <link>http://stefan.samaflost.de/blog/en/Apache/Commons/compress_1_3_coming_along.html</link>
  <description>
&lt;p&gt;I spent large chunks of July and August working
  on &lt;a href=&quot;https://issues.apache.org/jira/browse/COMPRESS-36&quot;&gt;Zip64
  support&lt;/a&gt; for the ZIP package of Commons Compress and think it is
  in a state where we can have more people test it.  It needs some
  interop tests against PKZip (dont have access to it myself) and I
  may need to document the known interop problems with OpenJDK7, but
  that's it.&lt;/p&gt;

&lt;p&gt;As a side effect of the Zip64 stuff (which enables Compress to deal
  with archives and entries &amp;gt; 4GB or with more than 64K entries)
  Commons Compress 1.3 will require Java5 as I thought we'd
  need &lt;code&gt;Deflater#getBytesRead&lt;/code&gt; but it turned out this
  method does not return the actual number of bytes read but the
  number modulo 2^32 (it seems to be an unsigned int that's wrapping
  around) - at least for Java5 and 6, OpenJDK7 seems to be OK.&lt;/p&gt;

&lt;p&gt;Given that Java5 was not strictly necessary I may even think about
  backporting the stuff to Ant's zip package.&lt;/p&gt;

&lt;p&gt;Then Compress' trunk
    contains &lt;a href=&quot;https://issues.apache.org/jira/browse/COMPRESS-132&quot;&gt;read-only
    support for the Unix dump format&lt;/a&gt; due to Bear Giles
    and &lt;a href=&quot;https://issues.apache.org/jira/browse/COMPRESS-142&quot;&gt;support
    for Pack200&lt;/a&gt; compression.  It may even
    get &lt;a href=&quot;https://issues.apache.org/jira/browse/COMPRESS-156&quot;&gt;support
    for XZ&lt;/a&gt; compression based
    on &lt;a href=&quot;http://tukaani.org/xz/java.html&quot;&gt;XZ for Java&lt;/a&gt; due
    to Lasse Collin - if we can find an easy way to integrate it.&lt;/p&gt;
</description>
</item>
  </channel>
</rss>
