Hi Henri,
On 23 November 2011 07:14, Henri Yandell <[email protected]> wrote: > I get the following when I 'mvn clean package': > > > testSpeedCheck(org.apache.commons.codec.language.bm.BeiderMorseEncoderTest): > Java heap space > > My MAVEN_OPTS are: > > -Xmx2048m -XX:MaxPermSize=128m > > Not sure if that's expected (2G felt big enough) or if I did something > wrong. > It surprises me (to put it mildly) that it should need that much memory. It points to something perhaps going wrong. Can you tell me anything more? java -version, anything I should know about your hardware, if this happens every time or sporadically? If you know which test method it is failing in, or if it fails in different methods at different times? Thanks, Matthew > > Otherwise everything looked good. > > Hen > > On Sun, Nov 20, 2011 at 10:25 AM, Gary Gregory <[email protected]> > 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 > > [email protected]. > > 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 > > > > -- > > E-Mail: [email protected] | [email protected] > > JUnit in Action, 2nd Ed: http://bit.ly/ECvg0 > > Spring Batch in Action: http://bit.ly/bqpbCK > > Blog: http://garygregory.wordpress.com > > Home: http://garygregory.com/ > > Tweet! http://twitter.com/GaryGregory <http://twitter.com/GaryGregory> > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > -- Dr Matthew Pocock Integrative Bioinformatics Group, School of Computing Science, Newcastle University mailto: [email protected] gchat: [email protected] msn: [email protected] irc.freenode.net: drdozer skype: matthew.pocock tel: (0191) 2566550 mob: +447535664143
