[Building Sakai] What is the project type of JForum ?

Aaron Zeckoski azeckoski at unicon.net
Thu Mar 25 09:44:29 PDT 2010


Murthy,
Why so many JSF dependencies in the jforum tool pom file then? (not
that I am complaining about not using JSF but I am curious about them)

<!--JSF DEPENDENCIES -->
		<dependency>
			<groupId>org.sakaiproject</groupId>
			<artifactId>sakai-jsf-tool</artifactId>
			<version>${sakai.version}</version>
		</dependency>
		<dependency>
			<groupId>org.sakaiproject</groupId>
			<artifactId>sakai-jsf-app</artifactId>
			<version>${sakai.version}</version>
		</dependency>
		<dependency>
			<groupId>javax.servlet</groupId>
			<artifactId>jstl</artifactId>
			<version>1.1.2</version>
			<scope>runtime</scope>
		</dependency>
		<dependency>
			<groupId>taglibs</groupId>
			<artifactId>standard</artifactId>
			<version>1.1.2</version>
		</dependency>
		<dependency>
			<groupId>org.sakaiproject</groupId>
			<artifactId>sakai-depend-jsf-widgets-sun</artifactId>
			<version>${sakai.version}</version>
			<type>pom</type>
			<exclusions>
				<exclusion>
					<groupId>org.apache.myfaces.tomahawk</groupId>
					<artifactId>tomahawk</artifactId>
				</exclusion>
			</exclusions>
		</dependency>

-AZ



On Thu, Mar 25, 2010 at 4:38 PM, Murthy Tanniru <murthy at etudes.org> wrote:
> Jforum is not JSF based. It uses FreeMarker. JForum can be imported as
> eclipse project.
>
> Murthy
> On 3/25/2010 8:03 AM, Aaron Zeckoski wrote:
>> Jforum is JSF based I believe.
>> https://source.sakaiproject.org/contrib/etudes/sakai-jforum/tags/2.7.1
>>
>> -AZ
>>
>>
>>
>> On Thu, Mar 25, 2010 at 2:50 PM, chuot con<chuot_con1999 at yahoo.com>  wrote:
>>
>>> Hi,
>>>
>>> I have a plan to import JForum 2.7.1 source code into eclipse. (Eclipse was installed Sakai Project App Builder). But, I don't know project type of JForum 2.7.1 (RSF or JSF or JSP or Wicket).
>>> Please help me resolve this problem. Thank you so much.
>>>
>>> Regards.
>>> 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"
>>>
>>
>>
>> --
>> Aaron Zeckoski - Software Engineer - http://tinyurl.com/azprofile
>> _______________________________________________
>> 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"
>>
>
>
> --
> Murthy Tanniru
> Senior Learning Systems Developer
> Etudes Inc
> http://etudes.org
>
> _______________________________________________
> 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"
>



-- 
Aaron Zeckoski - Software Engineer - http://tinyurl.com/azprofile


More information about the sakai-dev mailing list