hallo
i think there is a missing / at the beginning of the source-path
folders: here is one of my examples
<project-modules id="moduleCoreId" project-version="1.5.0">
<wb-module deploy-name="ECLIPSE_PROJECT_NAME">
<wb-resource deploy-path="/" source-path="/src/main/webapp"/>
<wb-resource deploy-path="/WEB-INF/classes"
source-path="/src/main/java"/>
<property name="java-output-path" value="build/classes"/>
<property name="context-root" value="WEBAPP-CONTEXT-NAME"/>
</wb-module>
</project-modules>
hope this helps :)
adam hardy schrieb:
.... and it's making my development v. slow.
I'm using WST2.0 eclipse 3.3.0, tomcat and m2eclipse 0.0.11.20070603-1200
I hacked the project to get the deployment working, mainly by changing
.settings/org.eclipse.wst.common.component wb-resource xml nodes.
Can anybody with experience of this integration see what I'm doing
wrong? Thanks v. v. much. I will save me having to edit them in their
deploy directories.
<project-modules id="moduleCoreId" project-version="1.5.0">
<wb-module deploy-name="call-centre">
<property name="context-root" value="call-centre"/>
<property name="java-output-path" value="/target/classes"/>
<wb-resource deploy-path="/" source-path="src/main/webapp"/>
<wb-resource deploy-path="/WEB-INF/classes"
source-path="src/main/java"/>
<wb-resource deploy-path="/WEB-INF/classes"
source-path="src/main/resources"/>
<wb-resource deploy-path="/WEB-INF/web.xml"
source-path="target/call-centre/WEB-INF/web.xml"/>
<wb-resource deploy-path="/WEB-INF/lib"
source-path="target/call-centre/WEB-INF/lib"/>
</wb-module>
</project-modules>
regards
Adam
---------------------------------------------------------------------
To unsubscribe from this list please visit:
http://xircles.codehaus.org/manage_email
---------------------------------------------------------------------
To unsubscribe from this list please visit:
http://xircles.codehaus.org/manage_email