Hi John,
With the 'maven -e new' I'm getting no-such-method error:
+----------------------------------------
| configurations Geronimo Configuration for performing service deployments
| Memory: 38M/52M
+----------------------------------------
DEPRECATED: the default goal should be specified in the <build> section of project.xml
instead of ma
ven.xml
DEPRECATED: the default goal should be specified in the <build> section of project.xml
instead of ma
ven.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:\apache\geronimo\tags\1.1.0\configs\geronimo-gbean-deployer\target\pla
n\plan.xml
BUILD FAILED
org.apache.maven.werkz.UnattainableGoalException: Unable to obtain goal [multiproject:install-callba
ck] -- C:\apache\geronimo\tags\1.1.0\configs\geronimo-gbean-deployer\maven.xml:39:-1: <boot:boot>
or
g.apache.geronimo.kernel.config.ConfigurationStore.createNewConfigurationDir(Lorg/apache/geronimo/ke
rnel/repository/Artifact;)Ljava/io/File;
at org.apache.maven.werkz.Goal.fire(Goal.java:663)
at org.apache.maven.werkz.Goal.attain(Goal.java:592)
at org.apache.maven.plugin.PluginManager.attainGoals(PluginManager.java:693)
at org.apache.maven.MavenSession.attainGoals(MavenSession.java:263)
at org.apache.maven.jelly.tags.maven.ReactorTag.doTag(ReactorTag.java:368)
....
....
Root cause
java.lang.NoSuchMethodError: org.apache.geronimo.kernel.config.ConfigurationStore.createNewConfigura
tionDir(Lorg/apache/geronimo/kernel/repository/Artifact;)Ljava/io/File;
at org.apache.geronimo.deployment.service.ServiceConfigBuilder.buildConfiguration(ServiceCon
figBuilder.java:226)
at org.apache.geronimo.deployment.PluginBootstrap.bootstrap(PluginBootstrap.java:83)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
.....
.....
at com.werken.forehead.Forehead.run(Forehead.java:551)
at com.werken.forehead.Forehead.main(Forehead.java:581)
File...... C:\apache\geronimo\tags\1.1.0\maven.xml
Element... maven:reactor
Line...... 58
Column.... -1
Unable to obtain goal [multiproject:install-callback] -- C:\apache\geronimo\tags\1.1.0\configs\geron
imo-gbean-deployer\maven.xml:39:-1: <boot:boot> org.apache.geronimo.kernel.config.ConfigurationStore
.createNewConfigurationDir(Lorg/apache/geronimo/kernel/repository/Artifact;)Ljava/io/File;
Total time : 3 minutes 22 seconds
Finished at : Sunday, June 25, 2006 5:08:18 PM PDT
Version mismatch?
Simon
|