[Building Sakai] Etudes-melete 2.7.2 tool not compatible with Sakai 2.7.0 ?

Vicky Crowley vcrowley at unicon.net
Wed Aug 4 10:13:58 PDT 2010


Hi, 

I ran into the same issue myself. The jsf (and some others) were moved in Sakai 2.7.0. So you will need to update your pom.xml files for a couple of the dependencies. For example: your jsf error can be resolved by changing the following. Note the version in the new dependency section. This does not reflect the sakai version but the jsf version that Sakai 2.7.0 is using. I obtained this information by checking out the "Indie" releases section on http://confluence.sakaiproject.org/display/DOC/Sakai+2.7 (Click on the Release Notes tab). You will most likely get other dependency errors, so refer to that Indie section. 
<dependency> 
<groupId>org.sakaiproject</groupId> 
<artifactId>sakai-jsf-tool</artifactId> 

</dependency> 
<dependency> 
<groupId>org.sakaiproject</groupId> 
<artifactId>sakai-jsf-app</artifactId> 
</dependency> 
to 

<dependency> 
<groupId>org.sakaiproject.jsf</groupId> 
<artifactId>jsf-tool</artifactId> 
<version>2.7.5</version> 
</dependency> 
<dependency> 
<groupId>org.sakaiproject.jsf</groupId> 
<artifactId>jsf-app</artifactId> 
<version>2.7.5</version> 
</dependency> 



Thank you, 

Vicky Crowley 
Systems Administrator 
Unicon, Inc 
480-558-2478 

----- Original Message ----- 
From: "chuot con" <chuot_con1999 at yahoo.com> 
To: sakai-dev at collab.sakaiproject.org 
Sent: Tuesday, August 3, 2010 10:21:53 PM GMT -07:00 U.S. Mountain Time (Arizona) 
Subject: [Building Sakai] Etudes-melete 2.7.2 tool not compatible with Sakai 2.7.0 ? 

Hi everybody, 

I received some errors when I used Etudes-melete 2.7.2 tool. These errors were: 
org.sakaiproject.portal.api.PortalHandlerException: org.sakaiproject.tool.api.ToolException: Unable to compile class for JSP 
at org.sakaiproject.portal.charon.SkinnableCharonPortal.doGet(SkinnableCharonPortal.java:768) 
caused by: org.sakaiproject.tool.api.ToolException: Unable to compile class for JSP 
at org.sakaiproject.portal.charon.SkinnableCharonPortal.forwardTool(SkinnableCharonPortal.java:1216) 
caused by: org.apache.jasper.JasperException: Unable to compile class for JSP 
at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:302) 
caused by: java.io.FileNotFoundException: /opt/bmpm/sakaitomcat/work/Catalina/localhost/etudes-melete-tool/org/apache/jsp/melete/main_jsp.java (No such file or
 directory) 
at java.io.FileOutputStream.open(Native Method) 
at java.io.FileOutputStream.<init>(FileOutputStream.java:179) 
at java.io.FileOutputStream.<init>(FileOutputStream.java:70) 
at org.apache.jasper.compiler.Compiler.generateJava(Compiler.java:141) 
,etc. 

I read an installation instruction to deploy Melete 2.7.2 
in Etudes site and it required Java 1.5 

Have the Melete 2.7.2 tool ever been compatible with Sakai 2.7.0 ? 

Please help me check this problem. 

Thanks for your helping. 

Thinh. 




_______________________________________________ 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/20100804/67ab97db/attachment.html 


More information about the sakai-dev mailing list