Hi
can u pls post your directory structure, as well as where are you
running mvn?
one thing you ca ndo.
delete ur current project
recreate using maven
run mvn eclipse:eclipse
open it up with eclipse. try to install eclipse maven plugin (i assume you
have done it as you can run it from eclipse)
right click on your project and check where is the source directory
defined
are you runnig mvn for a multiproject?
regards
marco
Internet
[EMAIL PROTECTED]
16/01/2008 11:52
Please respond to
[email protected]
To
users
cc
Subject
Installation problem with ServiceMix into Eclipse - additional information
Hi all,
the option mvn -e eclipse:eclipse is showing some more info, maybe this
can help anyone...
Thanks
Roland
[INFO]
------------------------------------------------------------------------
[INFO] Building ServiceMix :: Geronimo :: Deployer service
[INFO] task-segment: [eclipse:eclipse]
[INFO]
------------------------------------------------------------------------
[INFO] Preparing eclipse:eclipse
Downloading:
http://svn.apache.org/repos/asf/geronimo/server/tags/2.0.1/repository/org/apache/axis2/axis2-jaxws-api/1.3-
r562247/axis2-jaxws-api-1.3-r562247.pom
Downloading:
http://svn.apache.org/repos/asf/servicemix/m2-repo/org/apache/axis2/axis2-jaxws-api/1.3-r562247/axis2-jaxws
-api-1.3-r562247.pom
Downloading:
http://people.apache.org/repo/m2-incubating-repository/org/apache/axis2/axis2-jaxws-api/1.3-r562247/axis2-j
axws-api-1.3-r562247.pom
Downloading:
http://repository.codehaus.org/org/apache/axis2/axis2-jaxws-api/1.3-r562247/axis2-jaxws-api-1.3-r562247.pom
Downloading:
http://repo1.maven.org/maven2/org/apache/axis2/axis2-jaxws-api/1.3-r562247/axis2-jaxws-api-1.3-r562247.pom
Downloading:
http://svn.apache.org/repos/asf/geronimo/server/tags/2.0.1/repository/org/apache/axis2/axis2-saaj-api/1.3-r
562247/axis2-saaj-api-1.3-r562247.pom
Downloading:
http://svn.apache.org/repos/asf/servicemix/m2-repo/org/apache/axis2/axis2-saaj-api/1.3-r562247/axis2-saaj-a
pi-1.3-r562247.pom
Downloading:
http://people.apache.org/repo/m2-incubating-repository/org/apache/axis2/axis2-saaj-api/1.3-r562247/axis2-sa
aj-api-1.3-r562247.pom
Downloading:
http://repository.codehaus.org/org/apache/axis2/axis2-saaj-api/1.3-r562247/axis2-saaj-api-1.3-r562247.pom
Downloading:
http://repo1.maven.org/maven2/org/apache/axis2/axis2-saaj-api/1.3-r562247/axis2-saaj-api-1.3-r562247.pom
[INFO] [xmlbeans:xmlbeans {execution: default}]
[INFO] All schema objects are up to date.
[INFO] [build:copy {execution: default}]
[INFO] [groovy:execute {execution: default}]
[INFO]
------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO]
------------------------------------------------------------------------
[INFO] Invalid value for 'source' parameter; contains nested elements
[INFO]
------------------------------------------------------------------------
[INFO] Trace
org.apache.maven.lifecycle.LifecycleExecutionException: Invalid value for
'source' parameter; contains nested elements
at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:564)
at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:48
0)
at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.forkProjectLifecycle(DefaultLifecycleExecutor.java:896)
at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.forkLifecycle(DefaultLifecycleExecutor.java:739)
at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:510)
at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeStandaloneGoal(DefaultLifecycleExecutor.java:493)
at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:463)
at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.jav
a:311)
at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:278)
at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:143)
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:333)
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:126)
at org.apache.maven.cli.MavenCli.main(MavenCli.java:282)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at
org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
at
org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
Caused by: org.apache.maven.plugin.MojoExecutionException: Invalid value
for 'source' parameter; contains nested element
s
at
org.codehaus.mojo.groovy.MojoSupport.execute(MojoSupport.java:79)
at
org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:447)
at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:539)
... 20 more
Caused by: org.apache.maven.plugin.MojoExecutionException: Invalid value
for 'source' parameter; contains nested element
s
at
org.codehaus.mojo.groovy.execute.ExecuteMojo.process(ExecuteMojo.java:150)
at
org.codehaus.mojo.groovy.ComponentMojoSupport.doExecute(ComponentMojoSupport.java:68)
at
org.codehaus.mojo.groovy.MojoSupport.execute(MojoSupport.java:71)
... 22 more
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 2 minutes 50 seconds
[INFO] Finished at: Wed Jan 16 12:46:52 CET 2008
[INFO] Final Memory: 85M/152M
[INFO]
------------------------------------------------------------------------
-----Ursprüngliche Nachricht-----
Von: Roland Sperl [mailto:[EMAIL PROTECTED]
Gesendet: Mittwoch, 16. Januar 2008 12:43
An: [email protected]
Betreff: Installation problem with ServiceMix into Eclipse
Hi all,
i've tried to install ServiceMix into Eclipse via Maven but it failed at
this point:
[INFO]
------------------------------------------------------------------------
[INFO] Building ServiceMix :: Geronimo :: Deployer service
[INFO] task-segment: [eclipse:eclipse]
[INFO]
------------------------------------------------------------------------
[INFO] Preparing eclipse:eclipse
Downloading:
http://svn.apache.org/repos/asf/geronimo/server/tags/2.0.1/repository/or
g/apache/axis2/axis2-jaxws-api/1.3-r562247/axis2-jaxws-api-1.3-r562247.p
om
Downloading:
http://svn.apache.org/repos/asf/servicemix/m2-repo/org/apache/axis2/axis
2-jaxws-api/1.3-r562247/axis2-jaxws-api-1.3-r562247.pom
Downloading:
http://people.apache.org/repo/m2-incubating-repository/org/apache/axis2/
axis2-jaxws-api/1.3-r562247/axis2-jaxws-api-1.3-r562247.pom
Downloading:
http://repository.codehaus.org/org/apache/axis2/axis2-jaxws-api/1.3-r562
247/axis2-jaxws-api-1.3-r562247.pom
Downloading:
http://repo1.maven.org/maven2/org/apache/axis2/axis2-jaxws-api/1.3-r5622
47/axis2-jaxws-api-1.3-r562247.pom
Downloading:
http://svn.apache.org/repos/asf/geronimo/server/tags/2.0.1/repository/or
g/apache/axis2/axis2-saaj-api/1.3-r562247/axis2-saaj-api-1.3-r562247.pom
Downloading:
http://svn.apache.org/repos/asf/servicemix/m2-repo/org/apache/axis2/axis
2-saaj-api/1.3-r562247/axis2-saaj-api-1.3-r562247.pom
Downloading:
http://people.apache.org/repo/m2-incubating-repository/org/apache/axis2/
axis2-saaj-api/1.3-r562247/axis2-saaj-api-1.3-r562247.pom
Downloading:
http://repository.codehaus.org/org/apache/axis2/axis2-saaj-api/1.3-r5622
47/axis2-saaj-api-1.3-r562247.pom
Downloading:
http://repo1.maven.org/maven2/org/apache/axis2/axis2-saaj-api/1.3-r56224
7/axis2-saaj-api-1.3-r562247.pom
[INFO] [xmlbeans:xmlbeans {execution: default}]
[INFO] All schema objects are up to date.
[INFO] [build:copy {execution: default}]
[INFO] [groovy:execute {execution: default}]
[INFO]
------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO]
------------------------------------------------------------------------
[INFO] Invalid value for 'source' parameter; contains nested elements
[INFO]
------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 2 minutes 59 seconds
[INFO] Finished at: Wed Jan 16 12:37:03 CET 2008
[INFO] Final Memory: 86M/154M
[INFO]
------------------------------------------------------------------------
C:\servicemix\src>
Has anyone this problem before and could help me?
Thanks in advance. Any help would be much appreciated.
Roland
This communication is confidential, may be privileged and is meant only for the
intended recipient. If you are
not the intended recipient, please notify the sender by reply and delete this
message from your system. Any
unauthorised dissemination, distribution or copying hereof is prohibited.
BNP Paribas Fund Services UK Limited, BNP Paribas Trust Corporation UK Limited,
BNP Paribas UK Limited,
BNP Paribas Commodity Futures Ltd and Investment Fund Services Limited are
authorised and regulated by
the Financial Services Authority.
BNP Paribas, BNP Paribas Securities Services and BNP Paribas Private Bank are
authorised by the CECEI
and AMF. BNP Paribas London Branch, BNP Paribas Securities Services London
Branch and BNP Paribas
Private Bank London Branch are regulated by the Financial Services Authority
for the conduct of their UK
business. BNP Paribas Securities Services London Branch is also a member of
the London Stock Exchange.