On Mon, Nov 26, 2012 at 11:38 AM, Oleg Kalnichevski <[email protected]>wrote:
> On Mon, 2012-11-26 at 11:17 -0500, Gary Gregory wrote: > > -1: Either the build instructions are incomplete or there is build bug: > > > > - download the tag > > http://svn.apache.org/repos/asf/httpcomponents/httpcore/tags/4.2.3-RC1/ > > - Follow instructions in BUILDING.txt > > - This step: "mvn antrun:run" gives: > > > > [INFO] HttpComponents Core ............................... SUCCESS > [40.379s] > > [INFO] HttpCore .......................................... SUCCESS > [0.297s] > > [INFO] HttpCore NIO ...................................... FAILURE > [0.046s] > > [INFO] HttpCore OSGi bundle .............................. SKIPPED > > [INFO] HttpCore AB clone ................................. SKIPPED > > [INFO] > > ------------------------------------------------------------------------ > > [INFO] BUILD FAILURE > > [INFO] > > ------------------------------------------------------------------------ > > [INFO] Total time: 42.817s > > [INFO] Finished at: Mon Nov 26 11:13:44 EST 2012 > > [INFO] Final Memory: 16M/336M > > [INFO] > > ------------------------------------------------------------------------ > > [ERROR] Failed to execute goal on project httpcore-nio: Could not resolve > > dependencies for project > org.apache.httpcomponents:httpcore-nio:jar:4.2.3: > > Failure to > > find org.apache.httpcomponents:httpcore:jar:4.2.3 in > > http://repo.maven.apache.org/maven2 was cached in the local repository, > > resolution will not be reattempted > > until the update interval of central has elapsed or updates are forced -> > > [Help 1] > > [ERROR] > > > > Is a step for "mvn install" missing? > > > > Yes, apparently 'mvn install' is required prior to this step. However, > it is not a release blocker in my option. > Ok, I retract my -1 then but please update the build instructions with exactly where "install" must be invoked. > > > > - This next step: mvn site > > > -Dmaven.clover.licenseLocation=C:\Users\ggregory\Documents\Apache/clover.license > > - gives the error: Could not find resource* '/default-clover-report.xml'* > > > > [INFO] > > ------------------------------------------------------------------------ > > [INFO] Reactor Summary: > > [INFO] > > [INFO] HttpComponents Core ............................... SUCCESS > [34.443s] > > [INFO] HttpCore .......................................... FAILURE > [57.027s] > > [INFO] HttpCore NIO ...................................... SKIPPED > > [INFO] HttpCore OSGi bundle .............................. SKIPPED > > [INFO] HttpCore AB clone ................................. SKIPPED > > [INFO] > > ------------------------------------------------------------------------ > > [INFO] BUILD FAILURE > > [INFO] > > ------------------------------------------------------------------------ > > [INFO] Total time: 1:32.798s > > [INFO] Finished at: Sun Nov 25 17:04:07 EST 2012 > > [INFO] Final Memory: 59M/722M > > [INFO] > > ------------------------------------------------------------------------ > > [ERROR] Failed to execute goal > > org.apache.maven.plugins:maven-site-plugin:3.0:site (default-site) on > > project httpcore: Error during page generation: Error rende > > ring Maven report: Could not resolve default-clover-report.xml. Please > try > > specifying this via the maven.clover.reportDescriptor property. Failed to > > load resour > > ce as file [/default-clover-report.xml]: Could not find resource > > '/default-clover-report.xml'. -> [Help 1] > > [ERROR] > > > > Is this file missing from the tag or should it be generated? > > > > Clover plugin is not compatible with Maven 3. I believe we have already > discussed it > > http://markmail.org/message/xlg6c3ywlf4pmol7 > Ah, right. I updated the build instructions in the various copies of BUILDING.txt. So +1 then. Gary > > Oleg > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > -- E-Mail: [email protected] | [email protected] JUnit in Action, 2nd Ed: <http://goog_1249600977>http://bit.ly/ECvg0 Spring Batch in Action: <http://s.apache.org/HOq>http://bit.ly/bqpbCK Blog: http://garygregory.wordpress.com Home: http://garygregory.com/ Tweet! http://twitter.com/GaryGregory
