atulmore777 / gwt-html-editor

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

Getting started guide is wrong #21

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Folling the installation guide will result in error when hosted mode
tries to load Editor module.
2.
3.

What is the expected output? What do you see instead?
Error parsing line XXX

What version of the product are you using? On what operating system?

Please provide any additional information below.
The inherit line should be:
<inherits name='com.jpavel.gwt.wysiwyg.Editor'/>
Not:
<inherits name='com.gc.gwt.wysiwyg.Editor'/>

Have you reported/discussed this issue on the support group?
(http://groups.google.com/group/gwt-rich-text-editor)
Please, provide a link to the relevant discussion(s).

Original issue reported on code.google.com by minh1...@hotmail.com on 7 Feb 2007 at 8:48

GoogleCodeExporter commented 9 years ago
It's just that in current dev version we've changed the package to com.gc.* and 
I was
a bit ahead of myself and changed the docs. I guess we gotta split HOWTOs into
smaller per-version sections.

Original comment by pave...@gmail.com on 7 Feb 2007 at 3:25