atulmore777 / gwt-html-editor

Automatically exported from code.google.com/p/gwt-html-editor
0 stars 0 forks source link

Can't start development shell with editor 0.1.3 #25

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Download GWT 1.3.3
2. Install editor 0.1.3 as described in Wiki
3. Run an application using eclipse launcher

What is the expected output? What do you see instead?
I get Loading inherited module 'com.gc.gwt.wysiwyg.Editor'
Line 5: Unexpected element 'styleshee'
Failure while parsing XML

What version of the product are you using? On what operating system?
0.1.3 using GWT 1.3.3 on Win2k

Original issue reported on code.google.com by bed...@gmail.com on 28 Aug 2007 at 8:28

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Could you please post your gwt module xml file to the mailing list?
http://groups.google.com/group/gwt-rich-text-editor
(wrong url in the previous post ;)

Original comment by pave...@gmail.com on 28 Aug 2007 at 2:43

GoogleCodeExporter commented 9 years ago
Hi beders,

Are you sure you haven't edited Editor.gwt.xml by mistake? This XML file 
contains the
following line:

  <stylesheet src="editor.css"/>

It appears from the error message that this file might have

  <styleshee src="editor.css"/>

instead

Original comment by Yegor.Jb...@gmail.com on 28 Aug 2007 at 5:52