[Building Sakai] JSP in Sakai 10.2

Matthew Jones matthew at longsight.com
Mon Oct 27 12:17:56 PDT 2014


The admin site permissions tool in core uses this and still works in 10 and
11. That's the only one I see in core using it, but there's probably a few
in contrib. Looks like the same dependency in the pom.

https://source.sakaiproject.org/svn/site/trunk/admin-perms-tool/

On Mon, Oct 27, 2014 at 3:05 PM, Claudia Roberta <claudia.icmc at gmail.com>
wrote:

> Hi!
>
> I migrated the Sakai 2.6.3 to Sakai 10.2.
> In Sakai 2.6.3 we have multiple tools using jsp.
> In each of these tools has been added the following dependency in pom:
> 		
> <!-- Sakai util dependency -->
>      <dependency>
>            <groupId>org.sakaiproject</groupId>
>            <artifactId>sakai-jsp-adapter</artifactId>
>             <version>0.10-K1</version>
>             <scope>runtime</scope>
>             <exclusions>
>                 <exclusion>
>                     <groupId>org.sakaiproject</groupId>
>                     <artifactId>sakai-kernel-api</artifactId>
>                 </exclusion>
>             </exclusions>
>         </dependency>
>
> However, there is not a recent version.
> And this version does not work in Sakai 10.2.
>
> Sakai 10.2 supports jsp?
> Is there any dependency that replaces sakai-jsp-adapter?
> Or is there any document that supports the creation of a new project jsp?
>
> Tks,
>
> Claudia
>
>
>
>
> _______________________________________________
> 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/20141027/e6eb161e/attachment.html 


More information about the sakai-dev mailing list