Hi,

if you don't use maven you have to provide yourself also all the required
dependencies. (See http://t5-easy-fckeditor.kenai.com/dependencies.html to
view the list of dependencies.)

The jar must be in the project libraries so that the jar is accessible to T5
during runtime, so adding it to only build path may not be enough.

You really should use maven, follow this guide to setup your env:
http://www.troymaxventures.com/2008/05/tapestry5-netbeans-quickstart.html
but use the latest 6.8 instead of the 6.1 mentioned in the guide.

This way maven takes care of all those dependencies etc.

 - Ville

Ps. The project has moved to Kenai, so the 1.0.2 jar can be obtained from
mvn repository, just go with your favorite browser to
http://kenai.com/svn/t5-easy-fckeditor~maven-release-repository/com/orientimport/t5-easy-fckeditor
to view the releases.


oskar_a wrote:
> 
> Hi, 
> I'm really new in Tapestry and try to install the easyfckeditor component
> http://code.google.com/p/easyfckeditor/
> (I don't used maven to create my project and also don't have the maven
> eclipse plugin.)
> 
> I downloaded the jar-file (Tapestry5EasyFckEditor-1.0-Beta-2.jar) and
> added it to the build path. But when I try to use it with 
> <textarea t:type="easyfck/fckeditor" value="value" />
> 
> tapestry means:
> 
> Unable to resolve 'easyfck/fckeditor' to a component class name.
> 
> Regards Oskar
> 

-- 
View this message in context: 
http://old.nabble.com/Installing-easyfckeditor-tp27020854p27026838.html
Sent from the Tapestry - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to