Skip to Content.
Sympa Menu

notify-dpml - r895 - in trunk/main: . central/src/docs/about/news central/src/docs/about/setup util

notify-dpml AT lists.ibiblio.org

Subject: DPML Notify

List archive

Chronological Thread  
  • From: mcconnell at BerliOS <mcconnell AT mail.berlios.de>
  • To: notify-dpml AT lists.ibiblio.org
  • Subject: r895 - in trunk/main: . central/src/docs/about/news central/src/docs/about/setup util
  • Date: Tue, 10 Jan 2006 04:11:42 +0100

Author: mcconnell
Date: 2006-01-10 04:11:31 +0100 (Tue, 10 Jan 2006)
New Revision: 895

Modified:
trunk/main/build.xml
trunk/main/central/src/docs/about/news/index.xml
trunk/main/central/src/docs/about/setup/archive.xml
trunk/main/util/module.xml
Log:
prep for 20060110 build

Modified: trunk/main/build.xml
===================================================================
--- trunk/main/build.xml 2006-01-10 02:37:26 UTC (rev 894)
+++ trunk/main/build.xml 2006-01-10 03:11:31 UTC (rev 895)
@@ -269,7 +269,7 @@
<target name="checkstyle" depends="prepare">
<property name="checkstyle.dir"
location="${basedir}/target/reports/checkstyle"/>
<property name="checkstyle.data"
location="${checkstyle.dir}/checkstyle.xml"/>
- <x:plugin
uri="artifact:plugin:dpml/depot/dpml-depot-checkstyle#SNAPSHOT">
+ <x:plugin uri="link:plugin:dpml/depot/dpml-depot-checkstyle">
<task class="net.dpml.tools.checkstyle.CheckstyleTask"
name="checkstyle"/>
</x:plugin>
<mkdir dir="${checkstyle.dir}"/>

Modified: trunk/main/central/src/docs/about/news/index.xml
===================================================================
--- trunk/main/central/src/docs/about/news/index.xml 2006-01-10 02:37:26
UTC (rev 894)
+++ trunk/main/central/src/docs/about/news/index.xml 2006-01-10 03:11:31
UTC (rev 895)
@@ -12,6 +12,17 @@

<section name="News &amp; Events">

+ <subsection name="10 January 2005 20060110 Milstone Distribution">
+
+ <p>
+ The milestone build 20060110 incorporates a series of updates dealing
+ with full support for both Unix and Windows under JDK 1.5. The
+ milestone is released with the specific objective of binary
+ distribution validation.
+ </p>
+
+ </subsection>
+
<subsection name="1 January 2006 Retrospective">
<p>
The DPML was established is October 2004. Initial efforts focused
@@ -28,7 +39,7 @@
improvements to the build and runtime management strategies.
</p>

- <p><img src="/images/news/2005.png" alt="2005"/></p>
+ <!--<p><img src="/images/news/2005.png" alt="2005"/></p>-->

<p>
Perhaps the most important achievement of 2005 is the validation of
the principal that
@@ -60,8 +71,6 @@
<i>Cheers, Steve.</i>
</p>

-
-
</subsection>

<subsection name="28 December 2005 Freight Train">

Modified: trunk/main/central/src/docs/about/setup/archive.xml
===================================================================
--- trunk/main/central/src/docs/about/setup/archive.xml 2006-01-10 02:37:26
UTC (rev 894)
+++ trunk/main/central/src/docs/about/setup/archive.xml 2006-01-10 03:11:31
UTC (rev 895)
@@ -19,12 +19,57 @@
<subsection name="Build @VERSION@">

<p>
- Important update that resolve a issue concerning binary packaging.
The milestone
- also includes updates to the replicate task to support selection of
a target
- layout and from this the ability to migrate the local system
repository to the
- <tt>modern</tt> layout strategy.
+ This milestone build resolves known issues
+ related to deployment under the *nix environment and
+ all know issues related to JDK1.5.
</p>
+ <p>
+ Key changes include:
+ </p>

+ <ul>
+ <li>
+ resolved issues concerning the building of the DPML
+ system under the Unix environment - including resolution
+ of the bootstrap script and corrections to handling of
+ runtime tool scripts
+ </li>
+
+ <li>
+ resolved issues related to build and runtime support
+ under the JDK 1.5 environment including resolution of
+ xslt issue in the doc task, resolving issues in the
+ checkstyle report creation process, and resolving
+ issues in the javadoc generation process
+ </li>
+
+ <li>
+ bumped the version of checkstyle from 3.8.1 to 4.1
+ adding support for Java 1.5 source validation
+ </li>
+
+ <li>
+ bumped the version of Jetty from 5.1.1 to 5.1.6 and
+ resolved a number of deprecation issues in the process
+ </li>
+
+ <li>
+ incorporated unit test sources into the overall DPML
+ checkstyle validation resulting in the resolution of
+ some 9,300 formatting and test documentation issues
+ </li>
+
+ <li>
+ resolved issues concerning the CLI2 date validator
+ </li>
+
+ <li>
+ completed some outstanding TODO items concerning
+ component context and state change listener handling
+ </li>
+
+ </ul>
+
<table>
<tr>
<td>Windows</td>
@@ -53,6 +98,42 @@
</subsection>


+ <subsection name="Build 20060101">
+
+ <p>
+ Important update that resolve a issue concerning binary packaging.
The milestone
+ also includes updates to the replicate task to support selection of
a target
+ layout and from this the ability to migrate the local system
repository to the
+ <tt>modern</tt> layout strategy.
+ </p>
+
+ <table>
+ <tr>
+ <td>Windows</td>
+ <td>
+ <a
href="http://download.dpml.net/milestones/20060101/dpml-sdk-win32-20060101.zip";>
+ dpml-sdk-win32-20060101.zip</a>
+ </td>
+ <td>
+ <a
href="http://download.dpml.net/milestones/20060101/dpml-sdk-win32-20060101.zip.md5";>
+ MD5</a>
+ </td>
+ </tr>
+ <tr>
+ <td>Linux</td>
+ <td>
+ <a
href="http://download.dpml.net/milestones/20060101/dpml-sdk-linux-20060101.tar.gz";>
+ dpml-sdk-linux-20060101.tar.gz</a>
+ </td>
+ <td>
+ <a
href="http://download.dpml.net/milestones/20060101/dpml-sdk-linux-20060101.tar.gz.md5";>
+ MD5</a>
+ </td>
+ </tr>
+ </table>
+
+ </subsection>
+
<subsection name="Build 20051231">

<p>

Modified: trunk/main/util/module.xml
===================================================================
--- trunk/main/util/module.xml 2006-01-10 02:37:26 UTC (rev 894)
+++ trunk/main/util/module.xml 2006-01-10 03:11:31 UTC (rev 895)
@@ -25,8 +25,10 @@
</types>
<properties>
<property name="project.test.fork" value="true"/>
+ <!--
<property name="project.test.halt-on-error" value="false"/>
<property name="project.test.halt-on-failure" value="false"/>
+ -->
</properties>
<dependencies scope="test">
<include ref="ant/ant-junit"/>




  • r895 - in trunk/main: . central/src/docs/about/news central/src/docs/about/setup util, mcconnell at BerliOS, 01/09/2006

Archive powered by MHonArc 2.6.24.

Top of Page