[Building Sakai] Message Cntr 2.7.0 and WYSIWYG Editor Not showing Up

Bryan Holladay holladay at longsight.com
Wed Aug 3 10:35:29 PDT 2011


Have you tried changing the pom like Mame-Awa Diop suggested:

*            <dependency>
                <groupId>org.sakaiproject.jsf</groupId>
                <artifactId>jsf-tool-sun</artifactId>
                <version>[2.7.0,2.8.0)</version>
                <type>pom</type>
            </dependency>
*
to

*            <dependency>
                <groupId>org.sakaiproject.jsf</groupId>
                <artifactId>jsf-tool-sun</artifactId>
                <version>2.7.9</version>
                <type>pom</type>
            </dependency>*

-Bryan

On Wed, Aug 3, 2011 at 1:25 PM, Jennings, Michael <mike_jennings at unc.edu>wrote:

>  Bryan,****
>
> ** **
>
> We can’t move to version 2.7.4 right now because of the timeline that I am
> working in, and the changes that would need to be done to the database,
> along with testing limitations.****
>
> ** **
>
> Could you please tell me what the correct way to compile and deploy the
> code.  I think that is my current issue with the code, because the Sakai tag
> that pulls in the information for the FSCKEditor is either not found or is
> not being processed in the jsp page.****
>
> ** **
>
> Currently I am doing a mvn clean install Sakai:depoy to a temp directory,
> then I remove all of the old files from the system in components,
> shared/lib, and webapp and copy the files in the temp directory over to
> tomcat.  Is there something that I am missing?****
>
> ** **
>
> Thanks,****
>
> ** **
>
> Mike****
>
> ** **
>
>
> ==============================================================================
> ****
>
> Mike Jennings****
>
> Teaching and Learning Developer****
>
> University of North Carolina at Chapel Hill****
>
> ** **
>
> Office: (919) 843-5013****
>
> Cell: (919) 442-8337 ****
>
> E-mail: mike_jennings at unc.edu****
>
> ** **
>
> *From:* Bryan Holladay [mailto:holladay at longsight.com]
> *Sent:* Tuesday, August 02, 2011 4:45 PM
>
> *To:* Jennings, Michael
> *Cc:* sakai-dev at collab.sakaiproject.org
> *Subject:* Re: [Building Sakai] Message Cntr 2.7.0 and WYSIWYG Editor Not
> showing Up****
>
> ** **
>
> hmm... well that makes it hard to deduce :)****
>
> ** **
>
> I'd just recommend trying 2.7.4.  2.7.0 is a branch that was updated real
> quick because of performance issues anyways.  Make sure to run the
> conversion.****
>
> ** **
>
> -Bryan****
>
> On Tue, Aug 2, 2011 at 4:40 PM, Jennings, Michael <mike_jennings at unc.edu>
> wrote:****
>
> Oh and there are no errors in the logs…. Sorry I missed that last one.****
>
>  ****
>
> Mike****
>
>  ****
>
>
> ==============================================================================
> ****
>
> Mike Jennings****
>
> Teaching and Learning Developer****
>
> University of North Carolina at Chapel Hill****
>
>  ****
>
> Office: (919) 843-5013****
>
> Cell: (919) 442-8337 ****
>
> E-mail: mike_jennings at unc.edu****
>
>  ****
>
> *From:* sakai-dev-bounces at collab.sakaiproject.org [mailto:
> sakai-dev-bounces at collab.sakaiproject.org] *On Behalf Of *Jennings,
> Michael
> *Sent:* Tuesday, August 02, 2011 4:38 PM
> *To:* Bryan Holladay****
>
>
> *Cc:* sakai-dev at collab.sakaiproject.org
> *Subject:* Re: [Building Sakai] Message Cntr 2.7.0 and WYSIWYG Editor Not
> showing Up****
>
>  ****
>
> Brian, ****
>
>  ****
>
> I did mean****
>
>  ****
>
> “Not showing up”****
>
>  ****
>
> We are using the FSCKeditor****
>
>  ****
>
> And I have checked for duplicate jars in both the components and the
> shared/lib and don’t see them.****
>
>  ****
>
> Mike****
>
>  ****
>
>
> ==============================================================================
> ****
>
> Mike Jennings****
>
> Teaching and Learning Developer****
>
> University of North Carolina at Chapel Hill****
>
>  ****
>
> Office: (919) 843-5013****
>
> Cell: (919) 442-8337 ****
>
> E-mail: mike_jennings at unc.edu****
>
>  ****
>
> *From:* Bryan Holladay [mailto:holladay at longsight.com]
> *Sent:* Tuesday, August 02, 2011 4:24 PM
> *To:* Jennings, Michael
> *Cc:* sakai-dev at collab.sakaiproject.org
> *Subject:* Re: [Building Sakai] Message Cntr 2.7.0 and WYSIWYG Editor Not
> showing Up****
>
>  ****
>
> >everything is working great except that the WYSIWYG editor is currently
> now showing up on the Messages,****
>
>  ****
>
> -Do you mean "not showing up"?****
>
>  ****
>
> -Is there any errors in the logs?****
>
>  ****
>
> -Check for duplicate jars in components or shared/lib for messageforums***
> *
>
>  ****
>
> -Are you using CKEditor or FCKEditor?****
>
>  ****
>
> -All else fails, just upgrade to a higher revision.  (ie. 2.7.4) since this
> is an indy project.  Make sure to run the conversion though****
>
>  ****
>
> Any details will help****
>
>  ****
>
> Thanks,****
>
> Bryan****
>
>  ****
>
>  ****
>
> On Tue, Aug 2, 2011 at 3:41 PM, Jennings, Michael <mike_jennings at unc.edu>
> wrote:****
>
> We are currently running Sakai 2.7.0 here at UNC.****
>
>  ****
>
> I recently went and got a copy of the msgcntr 2.7.0 Tagged version of the
> app and applied the following patch to the code****
>
>  ****
>
> https://jira.sakaiproject.org/browse/MSGCNTR-374****
>
>  ****
>
> After doing this and deploying the code, everything is working great except
> that the WYSIWYG editor is currently now showing up on the Messages, create
> new message page.****
>
>  ****
>
> Has anyone had this issue before or am I doing something incorrectly in
> rebuilding and deploying the code. ****
>
>  ****
>
> To deploy the code I just did a****
>
>  ****
>
> Mvn clean install Sakai:deploy –Dmaven.tomcat.dir=/some/dir****
>
>  ****
>
> And then tarred up the files and pushed them out to the server.  This is
> currently happening to us in production so any help would be great.****
>
>  ****
>
> Mike****
>
>  ****
>
>
> ==============================================================================
> ****
>
> Mike Jennings****
>
> Teaching and Learning Developer****
>
> University of North Carolina at Chapel Hill****
>
>  ****
>
> Office: (919) 843-5013****
>
> Cell: (919) 442-8337 ****
>
> E-mail: mike_jennings at unc.edu****
>
>  ****
>
>
> _______________________________________________
> sakai-dev mailing list
> sakai-dev at collab.sakaiproject.org
> http://collab.sakaiproject.org/mailman/listinfo/sakai-dev
>
> TO UNSUBSCRIBE: send email to
> sakai-dev-unsubscribe at collab.sakaiproject.org with a subject of
> "unsubscribe"****
>
>  ****
>
> ** **
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://collab.sakaiproject.org/pipermail/sakai-dev/attachments/20110803/3fdf7038/attachment.html 


More information about the sakai-dev mailing list