Hi Hen,

Henri Yandell wrote:

> On Thu, Jul 14, 2011 at 4:06 PM, Jörg Schaible <joerg.schai...@gmx.de>
> wrote:

[snip]

>> As usual I build from the source tarball with my compiler zoo.
>>
>> A test fails with IBM JDK 6, because the test makes wrong assumptions
>> about the implementation details of ArrayList delivered by the runtime:
>> ============ %< ===========
>> Failed tests:
>> 
testReflectionHierarchyArrayList(org.apache.commons.lang3.builder.ToStringBuilderTest):
>> null
>> 
expected:<....ArrayList@115b115b[[elementData={<null>,<null>,<null>,<null>,<null>,<null>,<null>,<null>,<null>,<null>},size=0],modCount=0]>
>> but
>> 
was:<....ArrayList@115b115b[[firstIndex=0,lastIndex=0,array={<null>,<null>,<null>,<null>,<null>,<null>,<null>,<null>,<null>,<null>}],modCount=0]>
>> ============ %< ===========
> 
> Can you open up a JIRA Item for this one? I don't think it's a release
> blocker, but we should fix it in 3.0.1.

DONE, LANG-727

[snip]

>> 5/ Distribution Management: Report should be disabled, links are not
>> valid for users
> 
> Any idea how?

This is a result from the project-info-reports plugin. It seems we have 
currently no explicit configuration for it, but the individual report can be 
selected:
http://maven.apache.org/plugins/maven-project-info-reports-
plugin/examples/selective-project-info-reports.html

These info reports exist and are all generated by default:
http://maven.apache.org/plugins/maven-project-info-reports-plugin/plugin-
info.html

Since the Distribution Management report in its current form does not make 
sense for any Commons component, we might rather configure it in the POM 
parent.

>> 6/ Changes Report: Claims 3.0 to be unreleased
> 
> Yeah, need to put whatever date the release is when pushing the final site
> up.
> 
>> None of this is a blocker though, therefore +1
> 
> *cheer* :)


Hehehe.

 
> I'll aim to hit all before release (bar distribution management); but
> anyone else should feel free to tweak the site. Whenever we
> successfully release I'll deploy a site from trunk instead of the RC'd
> version.

Thought so.

Cheers,
Jörg


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org

Reply via email to