- This topic has 9 replies, 3 voices, and was last updated 12 years, 7 months ago by support-tony.
-
AuthorPosts
-
rbreitlingMemberI have a project that I am trying to deploy in myelipse 10.0.2. All it’s class files and class files from other dependent projects get deployed except projects that have Maven enabled.
This used to work in 8.6 just fine.
Am I missing something or is this just broken?
support-swapnaModeratorrbreitling,
Sorry that you are seeing this issue. I could replicate the issue at my end. I have filed a PR for the dev team to investigate.
Can you throw more information about your project setup? Is there a specific reason behind a non-maven web project dependent on a maven java project in your setup ?
rbreitlingMember@support-swapna wrote:
rbreitling,
Sorry that you are seeing this issue. I could replicate the issue at my end. I have filed a PR for the dev team to investigate.
Can you throw more information about your project setup? Is there a specific reason behind a non-maven web project dependent on a maven java project in your setup ?
We are in the process of converting from ant to maven builds and this is the situation I find myself in. In the past, this has always worked so, obviously, it wasn’t a problem until I upgraded to 10.0.2.
Bob
support-tonyKeymasterBob,
I’ve found that rebuilding the dependent maven project causes its classes to appear in the deployed location. Could you try that? At first, I thought a full rebuild of all associated projects might be needed but, on the Mac, I got the classes to appear with just a rebuild of the maven project. To do this, go to Project->Clean… then Click the “Clean projects selected below” and select the dependent maven project, then click OK. A redeploy shouldn’t be necessary after this though, if the above doesn’t work, please try a redeploy.
Note, you can browse the deployed location by going to the Servers view, expanding the deployed to server, right clicking on the deployed project and selecting “Browse deployment location”.
I’ve updated the bug that was raised with this new information and we are investigating.
Please let us know if this workaround is effective for you.
rbreitlingMemberInteresting, doing a clean of the maven project did redeploy the classes to the server.
Bob
support-tonyKeymasterBob,
Thanks for getting back to us. I’m glad that workaround worked for you. Hopefully, we will get this fixed soon but, in the meantime, at least you can deploy.
rbreitlingMember@support-tony wrote:
Bob,
Thanks for getting back to us. I’m glad that workaround worked for you. Hopefully, we will get this fixed soon but, in the meantime, at least you can deploy.
Do you have any idea when this is going to be fixed? I had hopes it would be in 10.1 but alas the problem is still there…
Bob
support-tonyKeymasterBob,
Actually, there is a fix for this in 10.1. However, the fix is in some project settings and so will only apply to a new project. That is, only new maven dependent projects will be affected by this fix. So, if you recreate the dependent maven project, it should get deployed with MyEclipse 10.1.
Alternatively, there is a .settings folder in the project. Look for the com.genuitec.eclipse.j2eedt.core.prefs file and remove the useAssemblyMapping line. If this is the only line apart from the version, then you can delete the whole file.
Sorry for the inconvenience. Please let us know if this works for you.
rbreitlingMember@support-tony wrote:
Bob,
Actually, there is a fix for this in 10.1. However, the fix is in some project settings and so will only apply to a new project. That is, only new maven dependent projects will be affected by this fix. So, if you recreate the dependent maven project, it should get deployed with MyEclipse 10.1.
Alternatively, there is a .settings folder in the project. Look for the com.genuitec.eclipse.j2eedt.core.prefs file and remove the useAssemblyMapping line. If this is the only line apart from the version, then you can delete the whole file.
Sorry for the inconvenience. Please let us know if this works for you.
Tony,
This seems to have worked. Thanks….that was a big deal to have working, very good.
On another front. I have a Spring applicationContext.xml file in my web projects src/main/resources directory that gets copied to the target/classes tree, but when I deploy the web app it is missing.
I’ll create an new thread for this if you prefer.
Bob
support-tonyKeymasterBob,
Yes, a new forum topic would be good. Could you include the application server in the new post? I couldn’t replicate it with MyEclipse Tomcat. Also indicate if the MyEclipse automatic build put the applicationContext.xml file in the output folder or if it was a maven build.
-
AuthorPosts