Hi,
just released 1.0.4 which uses the latest java integration library. I also
updated some of the docs at http://t5-easy-fckeditor.kenai.com
- Ville
oskar_a wrote:
>
> Thx to all,
>
> but I solved this problem by creating a new maven-project from tapestry
> quickstart archetype and addinng
Thx to all,
but I solved this problem by creating a new maven-project from tapestry
quickstart archetype and addinng the statements in pom.xml. Not really
elegant but it works.
May be I did some mistakes in maven configuration or something else.
--
Regards Oskar
--
View this message in context:
Hi,
Please include more of the stack trace so I can take a look at it. You
should be able to follow this guide:
http://t5-easy-fckeditor.kenai.com/Simple.html
I've also rolled out new version, 1.0.3 which fixes some problems with
application initialization that caused recursive problems. I will
,
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:
org.chenillekit
chenilleki
I've had better luck using the fckeditor in chenillekit.
My pom.xml:
org.chenillekit
chenillekit-tapestry
1.2.0
A simple template:
On Sat, Jan 9, 2010 at 8:47 AM, oskar_a wrote:
>
> Hi Ville,
>
> thank you for your advice. I installed the
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
com.orientimport
t5-easy-fckeditor
1.0.2
maven adds the jars etc. (i can see it in the build path) but i still can
no
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 on