Moritz Petersen <[EMAIL PROTECTED]> wrote on 08/10/2002 03:56:17 AM:
> Hi List, > > my system throws too many OutOfMemoryErrors when building Maven. The > system configuration is: Apple PowerBook G4/400, 512 MB RAM, Mac OS X > 10.2.1, JDK 1.3.1 (build 1.3.1-root_1.3.1_020714-12:46). I managed > after some attempts (disrupted by OutOfMemoryErrors) to build maven > (the best solution was to use ant and the bootstrapping script). When I The only reliable way to build maven completely from source is to use ant -f build-bootstrap.xml > try to build the site for documentation (using the goal site:generate), Complete site documentation takes 768MB minimum at the moment. We are working to fix this. To only build the maven core documentation, use this: maven -DmainSite=true site [snip] -- dIon Gillard, Multitask Consulting Work: http://www.multitask.com.au Developers: http://adslgateway.multitask.com.au/developers -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
