Hello!

I've got RAD7, maven-eclipse-plugin 2.5-Snapshot and m2eclipse 0.0.12. I've
been trying for 2 frustrating days to integrate those tools together without
success. Did any body of you guys succeed this task? I reckon that your are
on the same task as I am. 

More precisely, there the generation of the wb-module parts are missing in
the .settings/org.eclipse.wtp.common.component. In the WAR and EAR project. 

Here is my project layout:

--mca-sample
     ¦
     ¦- mca-sample-ear
     ¦- mca-sample-web

In my web pom I've got defined a dependency to log4j. However, there is no
entry in the component file. Also, in the ear project, I'd expect something
like:
[CODE]
<?xml version="1.0" encoding="UTF-8"?>
<project-modules id="moduleCoreId" project-version="1.5.0">
    <wb-module deploy-name="mca-sample">
        <wb-resource deploy-path="/" source-path="/"/>
        <dependent-module deploy-path="/"
handle="module:/resource/mca-sample-web/mca-sample-web">
            <dependent-object>WebModule_1204874797874</dependent-object>
            <dependency-type>uses</dependency-type>
        </dependent-module>
    </wb-module>
</project-modules>
[CODE]


but I get:

[CODE]
<project-modules id="moduleCoreId" project-version="1.5.0">
  <wb-module deploy-name="mca-sample-ear">
    <wb-resource deploy-path="/" source-path="target/eclipseEar"/>
  </wb-module>
</project-modules>
[CODE]

The dependency to the web module is completely missing. I can add manually
as J2EE Component, however, then I get error related to an missing or
malformed application.xml file.


Thanks in advance.

Kuno
-- 
View this message in context: 
http://www.nabble.com/maven-eclipse-plugin-2.4---versioned-projects-tp15699476s177p16005544.html
Sent from the Maven - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to