The suggestion I gave about rebuilding the plugins should help Vamsi but the problem Shiva is seeing is due to a change in etc/explicit_versions.properties.
It looks like the problem is due to this entry in explicit_versions.properties : org.apache.geronimo.specs///=1.0 taking precedence over this one : org.apache.geronimo.specs/geronimo-javamail_1.3.1_spec//=1.1-SNAPSHOT Which causes the deployment routine to look for org.apache.geronimo.specs/geronimo-javamail_1.3.1_spec/1.0/jar instead of org.apache.geronimo.specs/geronimo-javamail_1.3.1_spec/1.1-SNAPSHOT/jar That's my best guess anyway. As a temporary workaround you should be able successfully build the client config by reverting the etc/ dir to its previous version (406805) while the geronimo devs straighten this one out. Best wishes, Paul On 5/16/06, Paul McMahan <[EMAIL PROTECTED]> wrote:
I suggest rebuilding the plugins: cd to each plugin dir, maven clean default. Best wishes, Paul On 5/16/06, Shiva Kumar H R <[EMAIL PROTECTED]> wrote: > Hi, > I too am running into an error while building the AG 1.1 server. > > I am using the following command for building: "maven maven > -Dmaven.test.skip=true -Dmaven.itest.skip=true new", and the build is > failing with the following exception and error. > > Any hints as to how I can resolve this, will be very much useful. > > +---------------------------------------- > | configurations Configuration for the J2EE Client > | Memory: 38M/51M > +---------------------------------------- > > ... > ... > ... > > 16:55:13,187 ERROR [PackageBuilder] > org.apache.geronimo.common.DeploymentExcepti > on: Unable to create configuration for deployment > org.apache.geronimo.common.DeploymentException: Unable to > create configuration f > or deployment > at > org.apache.geronimo.deployment.DeploymentContext.createTempConfigurat > ion(DeploymentContext.java:116) > at > org.apache.geronimo.deployment.DeploymentContext.<init>(DeploymentCon > text.java:96) > at > org.apache.geronimo.deployment.DeploymentContext.<init>(DeploymentCon > text.java:78) > > ... > ... > ... > > BUILD FAILED > File...... E:\Geronimo\svn-win32-1.3.1\bin\g11\maven.xml > > Element... maven:reactor > Line...... 58 > Column.... -1 > Unable to obtain goal [multiproject:install-callback] -- C:\Documents and > Settin > gs\Administrator\.maven\cache\geronimo-packaging-plugin-1.1.0-9\plugin.jelly:72: > -1: <car:package> null > Total time : 37 minutes 55 seconds > Finished at : Tuesday, May 16, 2006 4:55:13 PM IST > > Thanks, > Shiva Kumar > > > On 5/16/06, Vamsavardhana Reddy <[EMAIL PROTECTED]> wrote: > > > > After doing maven m:update, I ran maven new and got the following error. > Please help resolve this error. > > > > Thanks, > > Vamsi > > > ---------------------------------------------------------------------------------------- > > +---------------------------------------- > > | configurations Geronimo Configuration for performing service deployments > > | Memory: 41M/50M > > +---------------------------------------- > > DEPRECATED: the default goal should be specified in the <build> section of > proje > > ct.xml instead of maven.xml > > DEPRECATED: the default goal should be specified in the <build> section of > proje > > ct.xml instead of maven.xml > > new4: > > build:start: > > > > multiproject:install-callback: > > [echo] Running car:install for Geronimo Configuration for performing > service > > deployments > > car:prepare-plan: > > > > car:package: > > > > Packaging configuration > C:\g11\configs\geronimo-gbean-deployer\target\plan\p > > lan.xml > > > > > > BUILD FAILED > > File...... C:\g11\maven.xml > > Element... maven:reactor > > Line...... 58 > > Column.... -1 > > Unable to obtain goal [multiproject:install-callback] -- > C:\g11\configs\geronimo > > -gbean-deployer\maven.xml:39:-1: <boot:boot> > org.apache.geronimo.kernel.config.C > > > onfigurationStore.createNewConfigurationDir(Lorg/apache/geronimo/kernel/reposito > > ry/Artifact;)Ljava/io/File; > > Total time : 20 minutes 17 seconds > > Finished at : Tuesday, May 16, 2006 2:52:18 PM IST > >
