- This topic has 4 replies, 2 voices, and was last updated 12 years ago by
support-swapna.
-
AuthorPosts
-
clostadMemberHello,
Having an issue with deploying an ear project which references an ejb and web project…
In the web project there are folders under src/main/resources that are not getting deployed… Did not have this issue in MyEclipse Blue 9.0 with WAS 6.1…
support-swapnaModeratorclostad,
Sorry that you are seeing this issue.
Can you answer some more questions for us ?
1) Is the maven project created in MyEclipse or imported from elsewhere ?
2) Edit your .classpath and ensure there are no exclude attributes. For what ever reason, the maven plugin sometimes puts exclude filters for the non-java classpath entry elements. You can also do it from project’s build path, go to the project’s java build path, from “/src/main/resources/” and click on “Excluded: **”, then press the “remove” button.
3) Also I suggest you upgrade to our latest release 10.7 to take advantage of the improvements we made since 10.6. Go to the MyEclipse Configuration Center > Software > Updates Available > select MyEclipse Enterprise Edition 10.7. Apply the changes and follow the wizard. Restart the IDE when it prompts to.
Alternatively you can download the installer for 10.7 and install it separately alongside 10.6.
Let us know how it works for you.
clostadMemberswapna,
Thank you for your reply… Answers to your questions are as follows:
1) The maven project was imported from MyEclipse Blue 9.0
2) I will try this
3) if 2 does not work, I will try as well
I will let you know if the issue gets resolved…. Thank you.
clostadMemberswapna,
Ok, I updated to MyEclipse Blue 10.7 and tried suggestion #2, and still having the same issue…
What’s next?
support-swapnaModeratorclostad,
Sorry that you are still seeing issues.
Can you please prepare a sample project which exhibits the issue or send us your current project to help us replicate the issue at our end ?
-
AuthorPosts