Yeah, that's pretty common. Doing the symlink sleight of hand is a
pain in the arse so I assume everyone skips it on the website.
Generally I view the RC website as only being there for the project
reports; the RM tweaks the site pre release announcement and we don't
require voting on website changes.

Hen

On Tue, Nov 22, 2011 at 9:07 PM, Julius Davies <juliusdav...@gmail.com> wrote:
> Hi,
>
>
> The "current release" JavaDoc api link doesn't work in the RC's
> website.  But maybe that's not a real problem with RC's?
>
> This link:
>
> <snip>
> The JavaDoc API documents are available online:
>
>    The ***current release***
> </snip>
>
>
> 404:
> https://people.apache.org/builds/commons/codec/1.6/RC2/api-release/index.html
>
>
>
> On Tue, Nov 22, 2011 at 1:11 PM, Gary Gregory <garydgreg...@gmail.com> wrote:
>> On Tue, Nov 22, 2011 at 2:43 PM, Jörg Schaible <joerg.schai...@gmx.de>wrote:
>>
>>> Gary Gregory wrote:
>>>
>>> > Good day to you all:
>>> >
>>> > I have prepared Commons Codec 1.6-RC2.
>>> >
>>> > The changes from RC1 are what Sebb found:
>>> > - EOL in sources
>>> > - Cruft from a dirty build, so I built this RC as I should have the first
>>> > time around with:
>>> >     - mvn clean
>>> >     - mvn deploy -Prelease
>>> >
>>> > Tag:
>>> >
>>> > https://svn.apache.org/repos/asf/commons/proper/codec/tags/commons-
>>> codec-1.6-RC2
>>> >
>>> > Site:
>>> >
>>> > https://people.apache.org/builds/commons/codec/1.6/RC2/
>>> >
>>> > Binaries:
>>> >
>>> > https://repository.apache.org/content/repositories/orgapachecommons-224/
>>> >
>>> > [ ] +1 release it
>>> > [ ] +0 go ahead, I cannot take the time
>>> > [ ] -1 no, do not release it because:
>>> >
>>> > This VOTE is open for 72 hours, until November 23 2011, 14:00 EST.
>>> >
>>> > Fixed Bugs:
>>> > o Use standard Maven directory layout.  Issue: CODEC-129. Thanks to
>>> > ggregory.
>>> > o Documentation spelling fixes.  Issue: CODEC-128. Thanks to
>>> > ville.sky...@iki.fi.
>>> > o Fix various character encoding issues in comments and test cases.
>>> > Issue: CODEC-127.
>>> > o ColognePhonetic Javadoc should use HTML entities for special
>>> characters.
>>> > Issue: CODEC-123.
>>> >
>>> > Changes:
>>> > o Implement a Beider-Morse phonetic matching codec.  Issue: CODEC-125.
>>> > Thanks to Matthew Pocock.
>>> > o Migrate to Java 5.  Issue: CODEC-119.
>>> > o Migrate to JUnit 4.  Issue: CODEC-120.
>>> >
>>> > Heads up: the Beider-Morse encoder tests take a long time to run (5
>>> > minutes). The code has been optimized.
>>> >
>>> > Thank you,
>>> > Gary
>>> >
>>>
>>> The usual IBM Java 5 failure (may we should add this simply to the README):
>>>
>>>
>>> -------------------------------------------------------------------------------
>>> Test set: org.apache.commons.codec.binary.Base64InputStreamTest
>>>
>>> -------------------------------------------------------------------------------
>>> Tests run: 15, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.287 sec
>>> <<< FAILURE!
>>>
>>> testInputStreamReader(org.apache.commons.codec.binary.Base64InputStreamTest)
>>> Time elapsed: 0.004 sec  <<< ERROR!
>>> sun.io.MalformedInputException
>>>        at sun.io.ByteToCharUTF8.convert(ByteToCharUTF8.java:310)
>>>        at
>>> sun.nio.cs.StreamDecoder$ConverterSD.convertInto(StreamDecoder.java:316)
>>>        at
>>> sun.nio.cs.StreamDecoder$ConverterSD.implRead(StreamDecoder.java:366)
>>>        at sun.nio.cs.StreamDecoder.read(StreamDecoder.java:252)
>>>        at java.io.InputStreamReader.read(InputStreamReader.java:212)
>>>        at java.io.BufferedReader.fill(BufferedReader.java:157)
>>>        at java.io.BufferedReader.readLine(BufferedReader.java:320)
>>>        at java.io.BufferedReader.readLine(BufferedReader.java:383)
>>>        at
>>>
>>> org.apache.commons.codec.binary.Base64InputStreamTest.testInputStreamReader(Base64InputStreamTest.java:110)
>>>
>>> -------------------------------------------------------------------------------
>>> $ java -version
>>> java version "1.5.0"
>>> Java(TM) 2 Runtime Environment, Standard Edition (build
>>> pxa64devifx-20110627
>>> (SR12 FP5 ))
>>> IBM J9 VM (build 2.3, J2RE 1.5.0 IBM J9 2.3 Linux amd64-64
>>> j9vmxa6423ifx-20110624 (JIT enabled)
>>> J9VM - 20110623_85457_LHdSMr
>>> JIT  - 20100623_16197ifx10_r8
>>> GC   - FP22011_06)
>>> JCL  - 20110627
>>>
>>> -------------------------------------------------------------------------------
>>>
>>> Apart from that anything builds fine with my compiler zoo.
>>>
>>
>> Thank you Jörg, I've added a 'known issue' section to the
>> release-notes.txt. I do not plan on cutting another RC just for this though.
>>
>> Gary
>>
>>
>>>
>>> +1
>>>
>>> Cheers,
>>> Jörg
>>>
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
>>> For additional commands, e-mail: dev-h...@commons.apache.org
>>>
>>>
>>
>>
>> --
>> E-Mail: garydgreg...@gmail.com | ggreg...@apache.org
>> JUnit in Action, 2nd Ed: <http://goog_1249600977>http://bit.ly/ECvg0
>> Spring Batch in Action: <http://s.apache.org/HOq>http://bit.ly/bqpbCK
>> Blog: http://garygregory.wordpress.com
>> Home: http://garygregory.com/
>> Tweet! http://twitter.com/GaryGregory
>>
>
>
>
> --
> yours,
>
> Julius Davies
> 604-222-3310 (Home)
>
> $ sudo apt-get install cowsay
> $ echo "Moo." | cowsay | cowsay -n | cowsay -n
> http://juliusdavies.ca/cowsay/
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
> For additional commands, e-mail: dev-h...@commons.apache.org
>
>

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

Reply via email to