You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by Dave Colasurdo <da...@earthlink.net> on 2005/12/02 16:28:51 UTC

Build Failure executing new4 goal

I did a fresh checkout this morning and successfully built the using the 
traditional goal (maven m:rebuild-all).

Then attempted to build using the new goals (new0, new00, new1->new5).. 
  I'm getting the following failure while executing maven -o new4..


350 [main] DEBUG org.apache.geronimo.gbean.runtime.GBeanInstanceState  - 
GBeanInstanceState for: geronimo.maven:name=ManagedAttributeStore State 
changed from starting to running
380 [main] DEBUG org.apache.geronimo.gbean.runtime.GBeanInstanceState  - 
GBeanInstanceState for: 
geronimo.maven:name=ConfigurationManager,j2eeType=Configuration
Manager State changed from starting to running

BUILD FAILED
File...... C:\Documents and 
Settings\davecola\.maven\cache\maven-multiproject-plugin-1.3.1\plugin.jelly
Element... maven:reactor
Line...... 217
Column.... 9
Unable to obtain goal [multiproject:install-callback] -- C:\Documents 
and 
Settings\davecola\.maven\cache\geronimo-packaging-plugin-1.0-SNAPSHOT\plugin.jelly:67:15: 
car:package> null
Total time: 10 seconds
Finished at: Fri Dec 02 10:06:32 EST 2005


Here is the goal from plugin.jelly:

     <goal name="car:package" prereqs="car:prepare-plan" 
description="Package a Geronimo Configuration">
         <car:package
             context="${context}"
             artifacts="${pom.artifacts}"
             pluginArtifacts="${plugin.artifacts}"
             repository="${geronimo.packaging.repository}"
             deploymentConfig="${geronimo.packaging.deploymentConfig}"
             deployerName="${geronimo.packaging.deployerName}"
             planFile="${geronimo.packaging.buildFile}"
             moduleFile="${geronimo.packaging.moduleFile}"
             packageFile="${maven.build.dir}/${maven.final.name}.car"
             mainClass="${geronimo.packaging.mainClass}"
             classPath="${geronimo.packaging.classPath}"
             endorsedDirs="${geronimo.packaging.endorsedDirs}"
             />
     </goal>

Thoughts?

Thanks
-Dave-


Re: Build Failure executing new4 goal

Posted by David Jencks <da...@yahoo.com>.
In general maven provides no useful information with this kind of  
problem unless you run with -X.  So, in the future :-) when there is a  
problem please run again with -X and provide the stack trace to help  
diagnose what is wrong.

Also if anyone knows how to make maven report more about the error  
please speak up!

thanks
david jencks

On Dec 2, 2005, at 7:28 AM, Dave Colasurdo wrote:

> I did a fresh checkout this morning and successfully built the using  
> the traditional goal (maven m:rebuild-all).
>
> Then attempted to build using the new goals (new0, new00,  
> new1->new5)..  I'm getting the following failure while executing maven  
> -o new4..
>
>
> 350 [main] DEBUG org.apache.geronimo.gbean.runtime.GBeanInstanceState   
> - GBeanInstanceState for: geronimo.maven:name=ManagedAttributeStore  
> State changed from starting to running
> 380 [main] DEBUG org.apache.geronimo.gbean.runtime.GBeanInstanceState   
> - GBeanInstanceState for:  
> geronimo.maven:name=ConfigurationManager,j2eeType=Configuration
> Manager State changed from starting to running
>
> BUILD FAILED
> File...... C:\Documents and  
> Settings\davecola\.maven\cache\maven-multiproject-plugin 
> -1.3.1\plugin.jelly
> Element... maven:reactor
> Line...... 217
> Column.... 9
> Unable to obtain goal [multiproject:install-callback] -- C:\Documents  
> and  
> Settings\davecola\.maven\cache\geronimo-packaging-plugin-1.0- 
> SNAPSHOT\plugin.jelly:67:15: car:package> null
> Total time: 10 seconds
> Finished at: Fri Dec 02 10:06:32 EST 2005
>
>
> Here is the goal from plugin.jelly:
>
>     <goal name="car:package" prereqs="car:prepare-plan"  
> description="Package a Geronimo Configuration">
>         <car:package
>             context="${context}"
>             artifacts="${pom.artifacts}"
>             pluginArtifacts="${plugin.artifacts}"
>             repository="${geronimo.packaging.repository}"
>             deploymentConfig="${geronimo.packaging.deploymentConfig}"
>             deployerName="${geronimo.packaging.deployerName}"
>             planFile="${geronimo.packaging.buildFile}"
>             moduleFile="${geronimo.packaging.moduleFile}"
>             packageFile="${maven.build.dir}/${maven.final.name}.car"
>             mainClass="${geronimo.packaging.mainClass}"
>             classPath="${geronimo.packaging.classPath}"
>             endorsedDirs="${geronimo.packaging.endorsedDirs}"
>             />
>     </goal>
>
> Thoughts?
>
> Thanks
> -Dave-
>


Re: Build Failure executing new4 goal

Posted by Dain Sundstrom <da...@iq80.com>.
This one was my fault.  It should be fixed now.

-dain

On Dec 2, 2005, at 7:28 AM, Dave Colasurdo wrote:

> I did a fresh checkout this morning and successfully built the  
> using the traditional goal (maven m:rebuild-all).
>
> Then attempted to build using the new goals (new0, new00, new1- 
> >new5)..  I'm getting the following failure while executing maven - 
> o new4..
>
>
> 350 [main] DEBUG  
> org.apache.geronimo.gbean.runtime.GBeanInstanceState  -  
> GBeanInstanceState for: geronimo.maven:name=ManagedAttributeStore  
> State changed from starting to running
> 380 [main] DEBUG  
> org.apache.geronimo.gbean.runtime.GBeanInstanceState  -  
> GBeanInstanceState for:  
> geronimo.maven:name=ConfigurationManager,j2eeType=Configuration
> Manager State changed from starting to running
>
> BUILD FAILED
> File...... C:\Documents and Settings\davecola\.maven\cache\maven- 
> multiproject-plugin-1.3.1\plugin.jelly
> Element... maven:reactor
> Line...... 217
> Column.... 9
> Unable to obtain goal [multiproject:install-callback] -- C: 
> \Documents and Settings\davecola\.maven\cache\geronimo-packaging- 
> plugin-1.0-SNAPSHOT\plugin.jelly:67:15: car:package> null
> Total time: 10 seconds
> Finished at: Fri Dec 02 10:06:32 EST 2005
>
>
> Here is the goal from plugin.jelly:
>
>     <goal name="car:package" prereqs="car:prepare-plan"  
> description="Package a Geronimo Configuration">
>         <car:package
>             context="${context}"
>             artifacts="${pom.artifacts}"
>             pluginArtifacts="${plugin.artifacts}"
>             repository="${geronimo.packaging.repository}"
>             deploymentConfig="${geronimo.packaging.deploymentConfig}"
>             deployerName="${geronimo.packaging.deployerName}"
>             planFile="${geronimo.packaging.buildFile}"
>             moduleFile="${geronimo.packaging.moduleFile}"
>             packageFile="${maven.build.dir}/${maven.final.name}.car"
>             mainClass="${geronimo.packaging.mainClass}"
>             classPath="${geronimo.packaging.classPath}"
>             endorsedDirs="${geronimo.packaging.endorsedDirs}"
>             />
>     </goal>
>
> Thoughts?
>
> Thanks
> -Dave-