I agree with Ralph. We should probably create a profile called "full-build" or something that generates the docs. There is no reason for these to be generated during a normal dev build. New contributors are likely to face the same problem, which might discourage them from contributing. I have filed FLUME-1262 for this(https://issues.apache.org/jira/browse/FLUME-1262).
Thanks, Hari -- Hari Shreedharan On Thursday, June 7, 2012 at 7:14 AM, Ralph Goers wrote: > My build failed even with a MaxPermSize of 256M. Why is it necessary to build > the site and/or documentation during a "normal" build. Normally I would > expect that to only happen with when mvn site is invoked or possible with mvn > release. > > Ralph > > On Jun 6, 2012, at 11:13 PM, Arvind Prabhakar wrote: > > > Hi Inder, > > > > Try setting the MAVEN_OPTS so that the perm space is set to 128m. For > > example: > > > > $ export MAVEN_OPTS=-XX:MaxPermSize=128m > > > > Thanks, > > Arvind Prabhakar > > > > On Wed, Jun 6, 2012 at 11:06 PM, Inder Pall <[email protected] > > (mailto:[email protected])> wrote: > > > > > Folks, > > > > > > i did a fresh svn co and hitting build failure related to documentation > > > generation. > > > Exception Details - http://pastebin.com/c1STnMaJ > > > > > > Anything obvious i am missing? > > > > > > -- > > > Thanks, > > > - Inder > > > Tech Platforms @Inmobi > > > Linkedin - http://goo.gl/eR4Ub > > > > > > > > > >
