[
https://issues.jboss.org/browse/JBIDE-23872?page=com.atlassian.jira.plugi...
]
Rob Stryker commented on JBIDE-23872:
-------------------------------------
Our code includes the following logic:
{code}
} else if (kind == IServer.PUBLISH_FULL
|| modulePublishState == IServer.PUBLISH_STATE_FULL
|| kind == IServer.PUBLISH_CLEAN ) {
return FULL_PUBLISH;
{code}
So we can see here that the same logic is used for a PUBLISH_FULL request and a
PUBLISH_CLEAN request.
[~cweiler] Are you shutting down the server before restarting the workspace? Is the server
still running when you restart the workspace?
Tools clear war deployed files
------------------------------
Key: JBIDE-23872
URL:
https://issues.jboss.org/browse/JBIDE-23872
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: server
Affects Versions: 4.4.2.Final
Environment: Windows 7 64
JDK 8
Eclipse Neon 1
JBoss Tools 4.4
WildFly 10.1
Reporter: Claudio Weiler
Assignee: Rob Stryker
Fix For: 4.4.3.Final
After an Eclipse start war deployed files are deleted and not republished.
I have created a system lock to one of the html resources to try to dig more infos, but
the exception shown refers to another resource:
"Error renaming D:\Aplic\wildfly-10.1.0\standalone\tmp\tmp7250132485298982117.MF to
D:\Aplic\wildfly-10.1.0\standalone\deployments\testing-ear.ear\META-INF\MANIFEST.MF."
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)