I'm successfully using easyfckeditor with Tapestry 5.1.0.5 using:

        <dependency>
            <groupId>com.orientimport</groupId>
            <artifactId>t5-easy-fckeditor</artifactId>
            <version>${fckEditor.version}</version>
        </dependency>

<fckEditor.version>1.0.3-SNAPSHOT</fckEditor.version>

        <repository>
            <id>m2-snapshot-repository.orientimport.kenai.com</id>
            <name>Orient Import Oy Maven Snapshot Repository</name>
            <url>http://kenai.com/svn/t5-easy-fckeditor~maven-snapshot-repos
itory</url>
            <layout>default</layout>
        </repository>

I went through some installation issues with 1.0.1, 1.0.2, and after some
dialog with the author, the 1.0.3 snapshot version has been updated (last
few days).

Regards,
Jim.


-----Original Message-----
From: Bryan Lewis [mailto:jbryanle...@gmail.com]
Sent: 10 January 2010 00:59
To: Tapestry users
Subject: Re: Installing easyfckeditor


I've had better luck using the fckeditor in chenillekit.

My pom.xml:

  <dependency>
          <groupId>org.chenillekit</groupId>
          <artifactId>chenillekit-tapestry</artifactId>
          <version>1.2.0</version>
   </dependency>

A simple template:

  <t:form t:id="editorForm">
    <t:ck.editor t:value="editorValue"/>
    <t:submit value="Submit"/>
  </t:form>



On Sat, Jan 9, 2010 at 8:47 AM, oskar_a
<s3746...@mail.inf.tu-dresden.de>wrote:

>
> Hi Ville,
>
> thank you for your advice. I installed the m2 Eclipse plugin and enabled
> the
> dependency management for my Project. So when I add something like this in
> my pom.xml
>
> <dependency>
>  <groupId>com.orientimport</groupId>
>  <artifactId>t5-easy-fckeditor</artifactId>
>  <version>1.0.2</version>
> </dependency>
>
> maven adds the jars etc. (i can see it in the build path) but i still can
> not use the component.
> "[ERROR] TapestryModule.RequestExceptionHandler Processing of request
> failed
> with uncaught exception: Unable to resolve 'easyfck/fckeditor' to a
> component class name.  Available component types: ActionLink"
>
> I have also the same problem when I try to add the tapestry-hibernate
> dependencies.
> When I start a new Project and let maven built it from tapestry-quickstart
> it works but I would prefer to use my old Project (I importet just a
> hello-world.war file from http://code.google.com/p/tapestrybook/ and
> worked
> on it. Server is Tomcat6).
> Dou you or somebody elso knows how to solve this Problem?
>
> Regards Oskar
>
>
> Ville Virtanen wrote:
> >
> > 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.htmlto
> > 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/orientim
port/t5-easy-fckeditor<http://kenai.com/svn/t5-easy-fckeditor%7Emaven-releas
e-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-tp27020854p27088835.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
>
>


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

Reply via email to