[
https://issues.jboss.org/browse/JBIDE-23872?page=com.atlassian.jira.plugi...
]
Rob Stryker commented on JBIDE-23872:
-------------------------------------
hey @[~cweiler] :
I still can't replicate, and I'll have [~mmalina] try it. But, I did just commit a
change which will allow you to enable tracing on these plugins to see what's really
going on. It won't be available until our release =/
However, you can still enable tracing on your own without my little UI enhancement... but
it's a bit more complicated.
In your eclipse installation folder, please create a file named .options with the content
below:
{code}
# Debugging options for the org.jboss.ide.eclipse.as.core plugin
# Turn on general debugging
org.jboss.ide.eclipse.as.core/debug=true
# Tracing options
org.jboss.ide.eclipse.as.core/config=true
org.jboss.ide.eclipse.as.core/info=true
org.jboss.ide.eclipse.as.core/warning=true
org.jboss.ide.eclipse.as.core/severe=true
org.jboss.ide.eclipse.as.core/finest=true
org.jboss.ide.eclipse.as.core/finer=true
# Tracking of server resources
org.jboss.ide.eclipse.as.core/resources=true
# Loading of extension points
org.jboss.ide.eclipse.as.core/extension_point=true
# Server listeners
org.jboss.ide.eclipse.as.core/listeners=true
# runtime targets
org.jboss.ide.eclipse.as.core/runtime_target=true
# Performance of loading and calling delegates
org.jboss.ide.eclipse.as.core/performance=true
# Publishing
org.jboss.ide.eclipse.as.core/publishing=true
# Debugging options for the org.jboss.ide.eclipse.as.wtp.core plugin
# Turn on general debugging
org.jboss.ide.eclipse.as.wtp.core/debug=true
# Tracing options
org.jboss.ide.eclipse.as.wtp.core/config=true
org.jboss.ide.eclipse.as.wtp.core/info=true
org.jboss.ide.eclipse.as.wtp.core/warning=true
org.jboss.ide.eclipse.as.wtp.core/severe=true
org.jboss.ide.eclipse.as.wtp.core/finest=true
org.jboss.ide.eclipse.as.wtp.core/finer=true
# Tracking of server resources
org.jboss.ide.eclipse.as.wtp.core/resources=true
# Loading of extension points
org.jboss.ide.eclipse.as.wtp.core/extension_point=true
# Server listeners
org.jboss.ide.eclipse.as.wtp.core/listeners=true
# runtime targets
org.jboss.ide.eclipse.as.wtp.core/runtime_target=true
# Performance of loading and calling delegates
org.jboss.ide.eclipse.as.wtp.core/performance=true
# Publishing
org.jboss.ide.eclipse.as.wtp.core/publishing=true
{code}
You must also launch your eclipse with the -debug flag.
Let's see if this can help you =/
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)