So, I'm trying to get started with Maven 2, and I've been finding that even with a skeletal project, a lot of the plugins just don't seem to work. I'm particularly curious about these:
[INFO] ------------------------------------------------------------------------ ---- [INFO] Building System Core [INFO] task-segment: [javadoc:javadoc] [INFO] ------------------------------------------------------------------------ ---- [INFO] [javadoc:javadoc] [INFO] "C:\Program Files\Java\jdk1.5.0_04\jre\..\bin\javadoc.exe" -package -sourcePath C:\checkouts\system-core\src -classpath C:\checkouts\system-core\target\classes;C:\repository\junit\junit\3.8.\j unit-3.8.1.jar;C:\repository\log4j\log4j\1.2.8\log4j-1.2.8.jar -author -bottom "Copyright ... All Rights Reserved." -charset ISO-8859-1 -d C:\checkouts\system-core\target\javadoc\apidocs -doctitle "System Core 1.3.1-DEV API" -stylesheetfile C:\checkouts\system-core\target\javadoc\apidocs\stylesheet.css -use -version -windowtitle "System Core 1.3.1-DEV API" @files 'C:\Program' is not recognized as an internal or external command, operable program or batch file. [INFO] ------------------------------------------------------------------------ ---- [ERROR] BUILD ERROR [INFO] ------------------------------------------------------------------------ ---- [INFO] Diagnosis: An error has occurred in JavaDocs report generation. [INFO] ------------------------------------------------------------------------ ---- [INFO] ------------------------------------------------------------------------ ---- [INFO] Building System Core [INFO] task-segment: [clover:check] [INFO] ------------------------------------------------------------------------ ---- [INFO] [clover:instrument] Clover Version 1.3.9, built on July 06 2005 loaded from: C:\repository\clover\clover\1.3.9\clover-1.3.9.jar 30 day Evaluation Version distributed via the Maven Jar Repository. Clover is not free. You have 30 days to evaluate it. After this, please visit http://www.cenqua.com to obtain a licensed version of Clover Updating database at 'C:\checkouts\system-core\target/clover/clover.db' Instrumented 53 source files. [INFO] [resources:resources] [INFO] [compiler:compile] Compiling 53 source files to C:\checkouts\system-core\target\clover\classes [INFO] ------------------------------------------------------------------------ ---- [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ ---- [INFO] Reason: Compilation failure [INFO] ------------------------------------------------------------------------ ---- [INFO] C:\checkouts\system-core\target\clover\src\com\cerner\system\util\Thread UUID.java:[22,52] package com_cenqua_clover does not exist ...repeat ad nauseam... Can anyone give me some pointers on why these might be happening? Matthew Beermann | Software Engineer | Cerner Corporation | 816.201.7026 | [EMAIL PROTECTED] | www.cerner.com CONFIDENTIALITY NOTICE This message and any included attachments are from Cerner Corporation and are intended only for the addressee. The information contained in this message is confidential and may constitute inside or non-public information under international, federal, or state securities laws. Unauthorized forwarding, printing, copying, distribution, or use of such information is strictly prohibited and may be unlawful. If you are not the addressee, please promptly delete this message and notify the sender of the delivery error by e-mail or you may call Cerner's corporate offices in Kansas City, Missouri, U.S.A at (+1) (816)221-1024. ---------------------------------------- --
