Hi, I downloaded the src of Geronimo v1.1 from http://geronimo.apache.org/downloads.html
I need to build this through maven as part of the article requirement for the user guide. I used commands such as maven, maven new, maven -Dmaven.test.skip=true -Dmaven.itest-skip=true m:rebuild-all But I keep getting the same error. Building through svn is to be done in the developer's guide. Thanks Karthiga Building from source -----Original Message----- From: John Sisson [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 05, 2006 11:55 AM To: [email protected] Subject: Re: Building Geronimo through maven Krishnakumar B wrote: > hi, > > which version of geronimo r u trying to build. If its latest u need to > checkout from trunk ( http://svn.apache.org/repos/asf/geronimo/trunk ) > and u would get 1.2-SNAPSHOT. > > If its 1.1 u cant try ( > https://svn.apache.org/repos/asf/geronimo/branches/1.1 ). u can try > HEAD of this. To build 1.1 from svn you need to check out from the following tag: http://svn.apache.org/repos/asf/geronimo/tags/1.1.0/ If you want to contribute fixes to for upcoming Geronimo 1.x versions then they should be be generated against the 1.1 branch at: http://svn.apache.org/repos/asf/geronimo/branches/1.1/ As a matter of interest, is there a reason why you need to build from the source? John > > Regards > Krishnakumar B > > On 7/5/06, Karthiga <[EMAIL PROTECTED]> wrote: >> >> >> >> Hi all, >> >> >> >> I am working on the Installation article for the Geronimo v1.1 User >> Guide. I >> trying to build Geronimo from source but every time I try I get the >> following error. >> >> >> >> >> >> __ __ >> >> | \/ |__ _Apache__ ___ >> >> | |\/| / _` \ V / -_) ' \ ~ intelligent projects ~ >> >> |_| |_\__,_|\_/\___|_||_| v. 1.0.2 >> >> >> >> Starting the reactor... >> >> Our processing order: >> >> Starting the reactor... >> >> Our processing order: >> >> Starting the reactor... >> >> Our processing order: >> >> Geronimo :: Activation >> >> Geronimo :: ActiveMQ Embedded RAR >> >> Geronimo :: Kernel >> >> Geronimo :: Common >> >> Geronimo :: Util >> >> Geronimo :: System >> >> Geronimo :: Deployment >> >> Geronimo :: Deploy :: Common Config >> >> Geronimo :: Management API >> >> Geronimo :: Core >> >> Geronimo :: J2EE >> >> Geronimo :: J2EE Schema >> >> Geronimo :: Service :: Builder >> >> Geronimo :: Maven Dependency Plugin >> >> Geronimo :: Naming >> >> Geronimo :: Security >> >> Geronimo :: Web Services >> >> Geronimo :: Axis >> >> Geronimo :: Test :: DDBeans >> >> Geronimo :: Transaction >> >> Geronimo :: Connector >> >> Geronimo :: Security :: Builder >> >> Geronimo :: J2EE >> >> Geronimo :: Naming :: Builder >> >> Geronimo :: Connector :: Builder >> >> Geronimo :: Axis :: Builder >> >> Geronimo :: Client >> >> Geronimo :: Client Builder >> >> Geronimo :: Console Web >> >> Geronimo :: Configuration Converter >> >> Geronimo :: Web :: Builder >> >> Geronimo :: Deploy :: JSR-88 >> >> Geronimo :: Deploy :: CLI Tool >> >> Geronimo :: Derby >> >> Geronimo :: Directory >> >> Geronimo :: Deploy :: Hot Deployer >> >> Geronimo :: Installer Processing >> >> Geronimo :: Installer Support >> >> Geronimo :: JavaMail Transport >> >> Geronimo :: Jetty >> >> Geronimo :: Jetty :: Builder >> >> Geronimo :: JMX Remoting >> >> Geronimo :: Mail >> >> Geronimo :: Scripts >> >> Geronimo :: Timer >> >> Geronimo :: Tomcat >> >> Geronimo :: Tomcat :: Builder >> >> Geronimo :: Upgrade >> >> Geronimo :: Maven Assembly Plugin >> >> Geronimo :: Maven Deployment Plugin >> >> Geronimo :: IZPack Installer Build Plugin >> >> Geronimo :: Maven Packaging Plugin >> >> +---------------------------------------- >> >> | geronimo and geronimo-plugins Geronimo :: Activation >> >> | Memory: 11M/11M >> >> +---------------------------------------- >> >> build:start: >> >> >> >> new: >> >> new0: >> >> >> >> new00: >> >> >> >> new1: >> >> build:start: >> >> >> >> multiproject:install-callback: >> >> [echo] Running jar:install for Geronimo :: Activation >> >> Attempting to download geronimo-common-1.1-410806.jar. >> >> WARNING: Failed to download geronimo-common-1.1-410806.jar. >> >> Attempting to download geronimo-kernel-1.1-410806.jar. >> >> WARNING: Failed to download geronimo-kernel-1.1-410806.jar. >> >> Attempting to download geronimo-deployment-1.1-410806.jar. >> >> WARNING: Failed to download >> geronimo-deployment-1.1-410806.jar. >> >> Attempting to download >> geronimo-deploy-jsr88-1.1-410806.jar. >> >> WARNING: Failed to download >> geronimo-deploy-jsr88-1.1-410806.jar. >> >> Attempting to download geronimo-system-1.1-410806.jar. >> >> WARNING: Failed to download geronimo-system-1.1-410806.jar. >> >> >> >> BUILD FAILED >> >> File...... D:\geronimo_src-1.1\geronimo_src-1.1\maven.xml >> >> Element... maven:reactor >> >> Line...... 43 >> >> Column.... 115 >> >> Unable to obtain goal [multiproject:install-callback] -- C:\Documents >> and >> Setti >> >> gs\LSF\.maven\cache\maven-multiproject-plugin-1.3.1\plugin.jelly:252:61: >> <attai >> >> Goal> The build cannot continue because of the following unsatisfied >> dependenci >> >> s: >> >> >> >> geronimo-common-1.1-410806.jar >> >> geronimo-kernel-1.1-410806.jar >> >> geronimo-deployment-1.1-410806.jar >> >> geronimo-deploy-jsr88-1.1-410806.jar >> >> geronimo-system-1.1-410806.jar >> >> >> >> Total time: 45 seconds >> >> Finished at: Wed Jul 05 10:36:27 IST 2006 >> >> >> >> >> >> Please help. >> >> >> >> Thanks >> >> Best Regards >> >> Karthiga Ratnam >> >> Technical Writer >> >> Lanka Software Foundation (Sri Lanka) >
