I think what happened was: 1. I checked out trunk 2. ran "mvn eclipse:eclipse" 3. imported the eclipse projects into my eclipse workspace 4. tried running "mvn site" from workspace/mina-core and got the errors
On 6/22/07, Maarten Bosteels <[EMAIL PROTECTED]> wrote:
Mark, I think you should go up one directory. I just checked out both 1.1 and the trunk and both build fine: However, when I cd into ./trunk/core and run "mvn site" I get the same errors as you. HTH Maarten On 6/22/07, Mark Webb <[EMAIL PROTECTED]> wrote: > > How can I build the javadocs for MINA? I tried "mvn site" and get the > following error: > > [INFO] Scanning for projects... > [INFO] > > ---------------------------------------------------------------------------- > [INFO] Building Apache MINA Core API > [INFO] task-segment: [site] > [INFO] > > ---------------------------------------------------------------------------- > [INFO] Setting property: classpath.resource.loader.class => ' > org.codehaus.plexus.velocity.ContextClassLoaderResourceLoader'. > [INFO] Setting property: velocimacro.messages.on => 'false'. > [INFO] Setting property: resource.loader => 'classpath'. > [INFO] Setting property: resource.manager.logwhenfound => 'false'. > [INFO] Setting property: classpath.resource.loader.class => ' > org.codehaus.plexus.velocity.ContextClassLoaderResourceLoader'. > [INFO] Setting property: velocimacro.messages.on => 'false'. > [INFO] Setting property: resource.loader => 'classpath'. > [INFO] Setting property: resource.manager.logwhenfound => 'false'. > [INFO] [site:site] > [WARNING] Unable to load parent project from repository: Could not find > the > model file 'XXXXX/mina-core/../pom.xml'. > [INFO] Generate "Continuous Integration" report. > [ERROR] VM #displayTree: error : too few arguments to macro. Wanted 2 got > 0 > [ERROR] VM #menuItem: error : too few arguments to macro. Wanted 1 got 0 > [INFO] Generate "Dependencies" report. > [INFO] Generate "Issue Tracking" report. > [INFO] Generate "Project License" report. > [INFO] Generate "Mailing Lists" report. > [INFO] Generate "About" report. > [INFO] Generate "Project Summary" report. > [INFO] Generate "Source Repository" report. > [INFO] Generate "Project Team" report. > [INFO] > ------------------------------------------------------------------------ > [INFO] BUILD SUCCESSFUL > [INFO] > ------------------------------------------------------------------------ > [INFO] Total time: 4 seconds > [INFO] Finished at: Fri Jun 22 15:21:41 EDT 2007 > [INFO] Final Memory: 15M/80M > [INFO] > ------------------------------------------------------------------------ >
-- ..Cheers Mark
