Stefan Egli created SLING-3587:
----------------------------------
Summary: Publish not triggered by WST on folder creation
Key: SLING-3587
URL: https://issues.apache.org/jira/browse/SLING-3587
Project: Sling
Issue Type: Improvement
Components: IDE
Reporter: Stefan Egli
Fix For: Sling Eclipse IDE 1.0.0
When you create a folder in a directory that is hooked up to a (WST)server, the
corresponding publish mechanism doesn't get triggered.
The core issue seems to be a WST-bug IMHO: the
org.eclipse.wst.server.core.internal.ResourceManager.getPublishRequiredServers's
IResourceDeltaVisitor.visit() only returns true if anything related to an
IFile has changed. If a folder has changed, it will navigate down to that
folder, but won't necessarily find anything changed below there and thus ignore
the change.
--
This message was sent by Atlassian JIRA
(v6.2#6252)