Hi all, This question is mostly for the Eclipse plugin guys - sorry if this isn't the right place.
We are developing a portal application using RAD7 and deploying it on IBM WebSphere Portal 6. It seems that after switching a project's directory structure to the Maven2 layout, hot deployment stopped working. Our RAD project configuration has been modified to use the Maven2 layout as follows: . the project's build path has 4 source folders, one each for src/main/java, src/main/resources, src/test/java, src/test/resources . each source folder has the proper output folder (target/classes for src/main/*, target/test-classes for src/test/*) . the .settings/org.eclipse.wst.common.component file has been updated so that the <wb-resource> elements' deploy-path attribute equals /WEB-INF/classes for the 4 source folders and / for src/main/webapp This works perfectly fine when working with classic web applications (not portlets). Are we missing something so that deployment works with this layout? Thanks a bunch, GB -- View this message in context: http://www.nabble.com/RAD7---Portal6-hot-redeploy-fails-with-Maven2-layout-tp15441108s177p15441108.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]
