From odf-users-return-43-apmail-incubator-odf-users-archive=incubator.apache.org@incubator.apache.org Fri Dec 2 19:43:01 2011 Return-Path: X-Original-To: apmail-incubator-odf-users-archive@minotaur.apache.org Delivered-To: apmail-incubator-odf-users-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id F04CA922B for ; Fri, 2 Dec 2011 19:43:00 +0000 (UTC) Received: (qmail 60156 invoked by uid 500); 2 Dec 2011 19:43:00 -0000 Delivered-To: apmail-incubator-odf-users-archive@incubator.apache.org Received: (qmail 60047 invoked by uid 500); 2 Dec 2011 19:43:00 -0000 Mailing-List: contact odf-users-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: odf-users@incubator.apache.org Delivered-To: mailing list odf-users@incubator.apache.org Received: (qmail 60032 invoked by uid 99); 2 Dec 2011 19:43:00 -0000 Received: from minotaur.apache.org (HELO minotaur.apache.org) (140.211.11.9) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 Dec 2011 19:43:00 +0000 Received: from localhost (HELO mail-qw0-f54.google.com) (127.0.0.1) (smtp-auth username devinhan, mechanism plain) by minotaur.apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 Dec 2011 19:42:59 +0000 Received: by qaea17 with SMTP id a17so11932qae.6 for ; Fri, 02 Dec 2011 11:42:58 -0800 (PST) MIME-Version: 1.0 Received: by 10.224.186.199 with SMTP id ct7mr4333510qab.41.1322854978809; Fri, 02 Dec 2011 11:42:58 -0800 (PST) Received: by 10.229.26.78 with HTTP; Fri, 2 Dec 2011 11:42:58 -0800 (PST) Date: Sat, 3 Dec 2011 03:42:58 +0800 Message-ID: Subject: [DISCUSSION] odftoolkit-0.5-incubating-rc2 is ready From: Devin Han To: odf-dev ODF Toolkit Incubator Cc: odf-users@incubator.apache.org Content-Type: multipart/alternative; boundary=485b397dd56d19eeb804b3212d4b --485b397dd56d19eeb804b3212d4b Content-Type: text/plain; charset=ISO-8859-1 Hi all, It has been dawn of Saturday in China. I fulfill my promise that supply RC2 for discussion in this week. The candidate for the ODF Toolkit 0.5-incubating-rc2 release is available at: http://people.apache.org/~devinhan/odftoolkit-release/odftoolkit-0.5-incubating-rc2 SVN Tag: https://svn.apache.org/repos/asf/incubator/odf/tags/0.5-incubating-rc2/ Change Notes: https://svn.apache.org/repos/asf/incubator/odf/tags/0.5-incubating-rc2/CHANGES.txt Thank you for your feedbacks for RC1. Compared to RC1, the improvement in RC2 includes: 1. Add third parties' full licenses to LICENSE file and clear NOTICE file with "required third-party notices" and "copyright notices moved from source files submitted to the ASF". 2. Clear JavaDoc warning message, such as change 'see {@odf.attribute ${attribute}}''@' to 'see {@odf.attribute ${attribute}}', as '@odf.attribute' have to be masked. 3. Fix #ODFTOOLKIT-297# Test: testGetLanguage(org.odftoolkit.simple.meta.OfficeMetaTest) failed when the platform language is not 'Chinese'. 4. Updated resolved bug list and a broader contributor list in CHANGES.txt. 5. Created document README.txt, which includes the instructions for how to build, document resources(website link, sample codes, demos, users/devs mailing list, JIRA for issues, etc.) 6. To avoid legal risk, remove ODF and MathML schemas from SVN repository and update pom.xml to download the schemas automatically as needed. The result is build process cost more time and maybe failed caused by bad network status. 7. Remove the duplicated configuration of maven-assemply-plugin in Simple API pom.xml line 390. 8. Update pom.xml to generate a more simple and clear directory structure for the bin package. Waiting for new feedback. -- -Devin --485b397dd56d19eeb804b3212d4b--