Re: Installing easyfckeditor

2010-01-11 Thread Ville Virtanen

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 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: 
http://old.nabble.com/Installing-easyfckeditor-tp27020854p27107494.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



Re: Installing easyfckeditor

2010-01-10 Thread oskar_a

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: 
http://old.nabble.com/Installing-easyfckeditor-tp27020854p27102382.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



Re: Installing easyfckeditor

2010-01-10 Thread Ville Virtanen

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 also
shortly release 1.0.4 which uses the newer java integration package 2.6
(http://java.fckeditor.net/) to provide the file upload capabilities.

 - Ville


oskar_a 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
> 
> 
>  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
> 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.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 
>>> 
>>> 
>>> 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-tp27020854p27100341.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



RE: Installing easyfckeditor

2010-01-10 Thread Jim O'Callaghan
I'm successfully using easyfckeditor with Tapestry 5.1.0.5 using:


com.orientimport
t5-easy-fckeditor
${fckEditor.version}


1.0.3-SNAPSHOT


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


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:

  
  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 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
> 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
> >> 
> >>
> >> 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



Re: Installing easyfckeditor

2010-01-09 Thread Bryan Lewis
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 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
> 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/orientimport/t5-easy-fckeditor<http://kenai.com/svn/t5-easy-fckeditor%7Emaven-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
> >> 
> >>
> >> 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
>
>


Re: Installing easyfckeditor

2010-01-09 Thread oskar_a

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
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.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 
>> 
>> 
>> 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



Re: Installing easyfckeditor

2010-01-06 Thread Ville Virtanen

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 
> 
> 
> 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



Installing easyfckeditor

2010-01-04 Thread oskar_a

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 


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-tp27020854p27020854.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