You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@incubator.apache.org by "Dennis E. Hamilton" <de...@acm.org> on 2012/01/01 23:27:50 UTC

RE: [VOTE] Release Apache ODF Toolkit 0.5-incubating(RC7)

=0 (abstain, non-binding [;<) from me.

With a different build configuration, I have matching results to the 
successful builds reported by others.  I don't know enough to interpret the 
outcome or the console-message details that occurred during the build.  I 
presume that it is desirable to eliminate [ERROR] and [WARNING] messages at 
some future opportunity; there does not appear to be any impact on the 
results.

 - Dennis

ANALYSIS AND SUMMARY

Console Session (line breaks added for readability):
---------------

    * MyMaven64.bat 0.02 64-BIT APACHE MAVEN PROJECT-OBJECT ENVIRONMENT
    ** MyJDK64.bat 0.02 orcmid's ASTRAENDO 64-BIT JDK ENVIRONMENT
             JDK C:\Program Files\Java\jdk1.6.0_30
             %myJavaClasses% path C:\Users\orcmid\Documents\MyProjects\java
             No %MAVEN_OPTS% for C:\Program Files\Apache\Maven\3.0.3


    C:\Users\orcmid\Downloads\odf-toolkit-rc>mvn --version
    Apache Maven 3.0.3 (r1075438; 2011-02-28 09:31:09-0800)
    Maven home: C:\Program Files\Apache\Maven\3.0.3
    Java version: 1.6.0_30, vendor: Sun Microsystems Inc.
    Java home: C:\Program Files\Java\jdk1.6.0_30\jre
    Default locale: en_US, platform encoding: Cp1252
    OS name: "windows 7", version: "6.1", arch: "amd64", family: "windows"

    C:\Users\orcmid\Downloads\odf-toolkit-rc>cd odftoolkit-0.5-incubating

    C:\Users\orcmid\Downloads\odf-toolkit-rc\odftoolkit-0.5-incubating>
       mvn clean install >2012-01-01-1204-install.log

    C:\Users\orcmid\Downloads\odf-toolkit-rc\odftoolkit-0.5-incubating>exit

Maven Log
---------

There is a 1.2 MB console log produced from the clean install.  The summary on 
the end agrees with other successful reports ([INFO] prefixes deleted to avoid 
line-wrap):

-----------------------------------------------------------------
Reactor Summary:

Apache ODF Toolkit ................................ SUCCESS [1.061s]
ODF Custom Javadoc Taglets ........................ SUCCESS [7.308s]
XML Schema to Template Mapping Tool: Parent POM ... SUCCESS [0.031s]
XML Schema to Template Mapping Tool: Library ...... SUCCESS [35.771s]
XML Schema to Template Mapping Tool: Maven2 Plugin  SUCCESS [4.852s]
ODFDOM ............................................ SUCCESS [3:32.479s]
ODF XSLT-Runner ................................... SUCCESS [4.680s]
ODF XSLT-Runner Ant Task .......................... SUCCESS [4.555s]
ODF Validator ..................................... SUCCESS [51.741s]
Simple Java API for ODF (Simple ODF) .............. SUCCESS [1:25.020s]
-----------------------------------------------------------------------
BUILD SUCCESS
-----------------------------------------------------------------------
Total time: 6:47.919s
Finished at: Sun Jan 01 12:11:29 PST 2012
Final Memory: 26M/270M
-----------------------------------------------------------------------

Note: This is not a first-time clean install.  That one took longer because of 
dependency downloads.  I didn't have the foresight to redirect the voluminous 
console output.


Summary Log
-----------

The attachment, 2012-01-01-1313-logsummary.txt (110 kb), is a distillation of 
the 1.2 MB console log to retain only headings, the summaries, and any Error 
and Warning messages.  None of these appear to impact achievement of a 
successful result.

This is an eyeball analysis of the summary:

Some tests are reported as skipped.  No run tests are reported to have failed 
or had errors.

Three recurring [ERROR] reports involve inability to fetch a link.  Those are 
ignored.

There are recurring [WARNING] messages from JavaDoc with regard to unknown 
tags.

There are a substantial number of [WARNING] messages concerning deprecated
org.odftoolkit.odfdom.doc.* and org.odftoolkit.odfdom.incubator.* types.

There are also some deprecated members in some classes.

These different messages were noticed:

[INFO] --- maven-antrun-plugin:1.6:run (default) @ simple-odf ---
[WARNING] Parameter tasks is deprecated, use target instead
[INFO] Executing tasks


------------------------------------------------------------------------
[INFO] Building ODF Validator 1.1.5-incubating
[INFO] -----------------------------------------------------------------
[WARNING] The POM for
org.iso_relax.verifier.jaxp.validation:isorelax-jaxp-bridge:jar:1.0 is
invalid, transitive dependencies (if any) will not be available, enable debug
logging for more details

[ ... ]

[WARNING] Invalid POM for
org.iso_relax.verifier.jaxp.validation:isorelax-jaxp-bridge:jar:1.0,
transitive dependencies (if any) will not be available, enable debug logging
for more details
[WARNING] Invalid project model for artifact
[isorelax-jaxp-bridge:org.iso_relax.verifier.jaxp.validation:1.0]. It will be
ignored by the remote resources Mojo.
-------------------------------------------------------
 T E S T S






-----Original Message-----
From: Devin Han [mailto:devinhan@apache.org]
Sent: Wednesday, December 28, 2011 22:46
To: general@incubator.apache.org; odf-dev ODF Toolkit Incubator
Subject: Re: [VOTE] Release Apache ODF Toolkit 0.5-incubating(RC7)

> I downloaded and tested the source zip file on my Win 7 platform, it
> worked well.
>
> (mvn -version)
> Apache Maven 2.2.1 (r801777; 2009-08-07 03:16:01+0800)
> Java version: 1.5.0_22
> Java home: C:\Java\sun_jdk1.5.0_22\jre
> Default locale: en_US, platform encoding: Cp1252
> OS name: "windows 7" version: "6.1" arch: "x86" Family: "windows"
>
> (mvn clean install)
> [INFO] Reactor Summary:
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Apache ODF Toolkit .................................... SUCCESS
> [2.868s]
> [INFO] ODF Custom Javadoc Taglets ............................ SUCCESS
> [40.761s]
> [INFO] XML Schema to Template Mapping Tool: Parent POM ....... SUCCESS
> [0.118s]
> [INFO] XML Schema to Template Mapping Tool: Library .......... SUCCESS
> [1:28.801s]
> [INFO] XML Schema to Template Mapping Tool: Maven2 Plugin .... SUCCESS
> [14.872s]
> [INFO] ODFDOM ................................................ SUCCESS
> [8:40.760s]
> [INFO] ODF XSLT-Runner ....................................... SUCCESS
> [1.947s]
> [INFO] ODF XSLT-Runner Ant Task .............................. SUCCESS
> [1.266s]
> [INFO] ODF Validator ......................................... SUCCESS
> [2:46.229s]
> [INFO] Simple Java API for ODF (Simple ODF) .................. SUCCESS
> [3:33.327s]
> [INFO]
> ------------------------------------------------------------------------
> [INFO]
> ------------------------------------------------------------------------
> [INFO] BUILD SUCCESSFUL
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Total time: 17 minutes 31 seconds
> [INFO] Finished at: Thu Dec 29 14:33:39 CST 2011
> [INFO] Final Memory: 101M/247M
> [INFO]
> ------------------------------------------------------------------------
[ ... ]

Re: [VOTE] Release Apache ODF Toolkit 0.5-incubating(RC7)

Posted by Rob Weir <ro...@apache.org>.
On Sun, Jan 1, 2012 at 5:27 PM, Dennis E. Hamilton
<de...@acm.org> wrote:
> =0 (abstain, non-binding [;<) from me.
>
> With a different build configuration, I have matching results to the
> successful builds reported by others.  I don't know enough to interpret the
> outcome or the console-message details that occurred during the build.  I
> presume that it is desirable to eliminate [ERROR] and [WARNING] messages at
> some future opportunity; there does not appear to be any impact on the
> results.
>

Some quick comments.  The build output is rather verbose.  It has
always been that way, including in the legacy releases pre-Apache.   I
don't see anything new.

Our goal with this first podling release has been modest.  We wanted
to take the most-recent release from the ODF Toolkit Union, migrate
the website and combine what was previously separately released
modules (ODFDOM, Simple API, Validator, etc.) into a single "ODF
Toolkit" release.  We didn't set a goal of being bug free.   After
all, we did make some effort to migrate over the legacy Bugzilla
database as well.  We fixed a few bugs, of course.  But generally this
releases is functionally equivalent to the prior release at the ODF
Toolkit Union.

I'm hoping that we can use the "buzz" from our initial release to
attract more attention to this project, get in a few new contributors
to increase the diversity of the project, and build upon this for more
exciting 2nd release.  The fact that ODF 1.2 was approved as an OASIS
Standard since our last legacy release is also important.

-Rob

>  - Dennis
>
> ANALYSIS AND SUMMARY
>
> Console Session (line breaks added for readability):
> ---------------
>
>    * MyMaven64.bat 0.02 64-BIT APACHE MAVEN PROJECT-OBJECT ENVIRONMENT
>    ** MyJDK64.bat 0.02 orcmid's ASTRAENDO 64-BIT JDK ENVIRONMENT
>             JDK C:\Program Files\Java\jdk1.6.0_30
>             %myJavaClasses% path C:\Users\orcmid\Documents\MyProjects\java
>             No %MAVEN_OPTS% for C:\Program Files\Apache\Maven\3.0.3
>
>
>    C:\Users\orcmid\Downloads\odf-toolkit-rc>mvn --version
>    Apache Maven 3.0.3 (r1075438; 2011-02-28 09:31:09-0800)
>    Maven home: C:\Program Files\Apache\Maven\3.0.3
>    Java version: 1.6.0_30, vendor: Sun Microsystems Inc.
>    Java home: C:\Program Files\Java\jdk1.6.0_30\jre
>    Default locale: en_US, platform encoding: Cp1252
>    OS name: "windows 7", version: "6.1", arch: "amd64", family: "windows"
>
>    C:\Users\orcmid\Downloads\odf-toolkit-rc>cd odftoolkit-0.5-incubating
>
>    C:\Users\orcmid\Downloads\odf-toolkit-rc\odftoolkit-0.5-incubating>
>       mvn clean install >2012-01-01-1204-install.log
>
>    C:\Users\orcmid\Downloads\odf-toolkit-rc\odftoolkit-0.5-incubating>exit
>
> Maven Log
> ---------
>
> There is a 1.2 MB console log produced from the clean install.  The summary on
> the end agrees with other successful reports ([INFO] prefixes deleted to avoid
> line-wrap):
>
> -----------------------------------------------------------------
> Reactor Summary:
>
> Apache ODF Toolkit ................................ SUCCESS [1.061s]
> ODF Custom Javadoc Taglets ........................ SUCCESS [7.308s]
> XML Schema to Template Mapping Tool: Parent POM ... SUCCESS [0.031s]
> XML Schema to Template Mapping Tool: Library ...... SUCCESS [35.771s]
> XML Schema to Template Mapping Tool: Maven2 Plugin  SUCCESS [4.852s]
> ODFDOM ............................................ SUCCESS [3:32.479s]
> ODF XSLT-Runner ................................... SUCCESS [4.680s]
> ODF XSLT-Runner Ant Task .......................... SUCCESS [4.555s]
> ODF Validator ..................................... SUCCESS [51.741s]
> Simple Java API for ODF (Simple ODF) .............. SUCCESS [1:25.020s]
> -----------------------------------------------------------------------
> BUILD SUCCESS
> -----------------------------------------------------------------------
> Total time: 6:47.919s
> Finished at: Sun Jan 01 12:11:29 PST 2012
> Final Memory: 26M/270M
> -----------------------------------------------------------------------
>
> Note: This is not a first-time clean install.  That one took longer because of
> dependency downloads.  I didn't have the foresight to redirect the voluminous
> console output.
>
>
> Summary Log
> -----------
>
> The attachment, 2012-01-01-1313-logsummary.txt (110 kb), is a distillation of
> the 1.2 MB console log to retain only headings, the summaries, and any Error
> and Warning messages.  None of these appear to impact achievement of a
> successful result.
>
> This is an eyeball analysis of the summary:
>
> Some tests are reported as skipped.  No run tests are reported to have failed
> or had errors.
>
> Three recurring [ERROR] reports involve inability to fetch a link.  Those are
> ignored.
>
> There are recurring [WARNING] messages from JavaDoc with regard to unknown
> tags.
>
> There are a substantial number of [WARNING] messages concerning deprecated
> org.odftoolkit.odfdom.doc.* and org.odftoolkit.odfdom.incubator.* types.
>
> There are also some deprecated members in some classes.
>
> These different messages were noticed:
>
> [INFO] --- maven-antrun-plugin:1.6:run (default) @ simple-odf ---
> [WARNING] Parameter tasks is deprecated, use target instead
> [INFO] Executing tasks
>
>
> ------------------------------------------------------------------------
> [INFO] Building ODF Validator 1.1.5-incubating
> [INFO] -----------------------------------------------------------------
> [WARNING] The POM for
> org.iso_relax.verifier.jaxp.validation:isorelax-jaxp-bridge:jar:1.0 is
> invalid, transitive dependencies (if any) will not be available, enable debug
> logging for more details
>
> [ ... ]
>
> [WARNING] Invalid POM for
> org.iso_relax.verifier.jaxp.validation:isorelax-jaxp-bridge:jar:1.0,
> transitive dependencies (if any) will not be available, enable debug logging
> for more details
> [WARNING] Invalid project model for artifact
> [isorelax-jaxp-bridge:org.iso_relax.verifier.jaxp.validation:1.0]. It will be
> ignored by the remote resources Mojo.
> -------------------------------------------------------
>  T E S T S
>
>
>
>
>
>
> -----Original Message-----
> From: Devin Han [mailto:devinhan@apache.org]
> Sent: Wednesday, December 28, 2011 22:46
> To: general@incubator.apache.org; odf-dev ODF Toolkit Incubator
> Subject: Re: [VOTE] Release Apache ODF Toolkit 0.5-incubating(RC7)
>
>> I downloaded and tested the source zip file on my Win 7 platform, it
>> worked well.
>>
>> (mvn -version)
>> Apache Maven 2.2.1 (r801777; 2009-08-07 03:16:01+0800)
>> Java version: 1.5.0_22
>> Java home: C:\Java\sun_jdk1.5.0_22\jre
>> Default locale: en_US, platform encoding: Cp1252
>> OS name: "windows 7" version: "6.1" arch: "x86" Family: "windows"
>>
>> (mvn clean install)
>> [INFO] Reactor Summary:
>> [INFO]
>> ------------------------------------------------------------------------
>> [INFO] Apache ODF Toolkit .................................... SUCCESS
>> [2.868s]
>> [INFO] ODF Custom Javadoc Taglets ............................ SUCCESS
>> [40.761s]
>> [INFO] XML Schema to Template Mapping Tool: Parent POM ....... SUCCESS
>> [0.118s]
>> [INFO] XML Schema to Template Mapping Tool: Library .......... SUCCESS
>> [1:28.801s]
>> [INFO] XML Schema to Template Mapping Tool: Maven2 Plugin .... SUCCESS
>> [14.872s]
>> [INFO] ODFDOM ................................................ SUCCESS
>> [8:40.760s]
>> [INFO] ODF XSLT-Runner ....................................... SUCCESS
>> [1.947s]
>> [INFO] ODF XSLT-Runner Ant Task .............................. SUCCESS
>> [1.266s]
>> [INFO] ODF Validator ......................................... SUCCESS
>> [2:46.229s]
>> [INFO] Simple Java API for ODF (Simple ODF) .................. SUCCESS
>> [3:33.327s]
>> [INFO]
>> ------------------------------------------------------------------------
>> [INFO]
>> ------------------------------------------------------------------------
>> [INFO] BUILD SUCCESSFUL
>> [INFO]
>> ------------------------------------------------------------------------
>> [INFO] Total time: 17 minutes 31 seconds
>> [INFO] Finished at: Thu Dec 29 14:33:39 CST 2011
>> [INFO] Final Memory: 101M/247M
>> [INFO]
>> ------------------------------------------------------------------------
> [ ... ]

---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@incubator.apache.org
For additional commands, e-mail: general-help@incubator.apache.org