Flexible project structure... [message #197701] |
Tue, 31 July 2007 19:19 |
nw60312 Messages: 14 Registered: July 2009 |
Junior Member |
|
|
Hi - We are trying to use the flexible project structure to deploy a
shared WebContent structure from a utlity project. I edited the
..component file as follows:
<wb-resource deploy-path="/" source-path="/SharedWebContent"/>
<wb-resource deploy-path="/" source-path="/WebContent"/>
This works fine if in the web application I create a linked folder to
the shared resources. The problem here is that Eclipse stores abosolute
paths for the linked resources. This doesn't work in our environment. I
don't see any way to use workspace path variables to make this work, am
I missing something here?
If I try to use relative paths is seems to silently fail (shared content
doesn't get published). This doesn't work:
<wb-resource deploy-path="/" source-path="../UtilProject/WebContent"/>
<wb-resource deploy-path="/" source-path="/WebContent"/>
Any thoughts?
Thanks!
-Nate
|
|
|
Powered by
FUDForum. Page generated in 0.03375 seconds