| [news.eclipse.webtools] Re: Variable that point to webapps directory? |
Cheers, Larry
It is used in maven, for example
<copy file="some.file" todir="${something}" />
Regards, David
Larry Isaacs wrote:Finding a better alternative is very much dependent on the exact purpose of this setting and what is using it. For example, is it being used in an Ant script?
Cheers, Larry
David BalaÅic wrote:Hi!
In a (web app) project we have this line in the project.properties file:
something=F:/work/eclipseWS/ws1/.metadata/.plugins/org.eclipse.wst.server.core/tmp0/webapps/
That is obviously not a good thing. Is there some variable we could use? A variable that point to the tomcat webapp directory?
We use Eclipse 3.5.0 and Tomcat 6.0 (configured as server in Eclipse).
Thanks, David
PS: We inherited this project from others, so don't blame us ;-)