Cannot paste text in certain XSLT files
Posted: Wed Jan 02, 2013 1:52 pm
In a few XSLT files, I am not able to paste text. When I try, I get the following error:
I use Oxygen Eclipse plugin 13.0.0.2011082517 with Eclipse 3.6.2.r362
Here is the log file generated with the following log4j.properties located in eclipse/oxygenplugin/lib:
I tried to:"Paste" did not complete normally. Please see the log for more information.
ro.sync.contentcompletion.xml.z cannot be cast to ro.sync.contentcompletion.xsl.l
- duplicate these files
- rename them
- remove all content
- open an healthy XSLT file and replace its content with the content of the buggy file
- disable content completion
I use Oxygen Eclipse plugin 13.0.0.2011082517 with Eclipse 3.6.2.r362
Here is the log file generated with the following log4j.properties located in eclipse/oxygenplugin/lib:
Code: Select all
log4j.rootCategory= debug, R2
# R2 will write log to file
log4j.appender.R2=org.apache.log4j.RollingFileAppender
log4j.appender.R2.File=oxygen.log
log4j.appender.R2.MaxFileSize=12000KB
log4j.appender.R2.MaxBackupIndex=4
log4j.appender.R2.layout=org.apache.log4j.PatternLayout
log4j.appender.R2.layout.ConversionPattern=%r %p [ %t ] %c - %m%n