<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Maven2 + Red5 + Xuggle</title>
	<atom:link href="http://en.jakubiak.info/2009/02/26/maven2-red5-xuggle.html/feed" rel="self" type="application/rss+xml" />
	<link>http://en.jakubiak.info/2009/02/26/maven2-red5-xuggle.html</link>
	<description>My experience with: Java, JEE, Adobe Flex, PHP, Video</description>
	<lastBuildDate>Mon, 24 Oct 2011 14:00:57 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: James</title>
		<link>http://en.jakubiak.info/2009/02/26/maven2-red5-xuggle.html/comment-page-1#comment-1187</link>
		<dc:creator>James</dc:creator>
		<pubDate>Thu, 12 Aug 2010 10:06:42 +0000</pubDate>
		<guid isPermaLink="false">http://en.jakubiak.info/2009/02/26/maven2-red5-xuggle.html#comment-1187</guid>
		<description>Hi

I checked out the project and everything compiled fine - very neat.

When it came to deploying a war file (e.g. jakubiak-red5-demo-war.war) to tomcat, it appears that the red5.jar is missing - in the localhost.log I get this error:

SEVERE: Error configuring application listener of class org.red5.server.war.WarL
oaderServlet
java.lang.ClassNotFoundException: org.red5.server.war.WarLoaderServlet

I imagine that this is because there is no red5.jar in the war file - what is involved in deploying a red5 war file to tomcat?

I noticed that red5 version 0.9.1 does not have a war distribution.

James</description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>I checked out the project and everything compiled fine &#8211; very neat.</p>
<p>When it came to deploying a war file (e.g. jakubiak-red5-demo-war.war) to tomcat, it appears that the red5.jar is missing &#8211; in the localhost.log I get this error:</p>
<p>SEVERE: Error configuring application listener of class org.red5.server.war.WarL<br />
oaderServlet<br />
java.lang.ClassNotFoundException: org.red5.server.war.WarLoaderServlet</p>
<p>I imagine that this is because there is no red5.jar in the war file &#8211; what is involved in deploying a red5 war file to tomcat?</p>
<p>I noticed that red5 version 0.9.1 does not have a war distribution.</p>
<p>James</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matthew McEachen</title>
		<link>http://en.jakubiak.info/2009/02/26/maven2-red5-xuggle.html/comment-page-1#comment-1148</link>
		<dc:creator>Matthew McEachen</dc:creator>
		<pubDate>Mon, 07 Dec 2009 06:56:24 +0000</pubDate>
		<guid isPermaLink="false">http://en.jakubiak.info/2009/02/26/maven2-red5-xuggle.html#comment-1148</guid>
		<description>Thanks for taking the time to make this project! It greatly simplifies red5 development to have a maven artifact to point to.

I found that red5-core on  trunk doesn&#039;t compile anymore, though--you need to add a tomcat dependency. 

I also added the maven-source-plugin to the parent POM, because digging through the red5 code can be a necessity when the javadocs are missing or wrong.

Here&#039;s the svn diff for these two changes:

$ svn diff
Index: jakubiak-red5-core/pom.xml
===================================================================
--- jakubiak-red5-core/pom.xml	(revision 418)
+++ jakubiak-red5-core/pom.xml	(working copy)
@@ -282,6 +282,13 @@
 			6.1.9
 			compile
 		
+
+                
+                  org.apache.tomcat
+                  coyote
+                  6.0.20
+                
+
         
             org.apache.tomcat
             catalina
Index: jakubiak-red5-pom/pom.xml
===================================================================
--- jakubiak-red5-pom/pom.xml	(revision 418)
+++ jakubiak-red5-pom/pom.xml	(working copy)
@@ -28,6 +28,20 @@
                     UTF-8
                 
             
+            
+                org.apache.maven.plugins
+                maven-source-plugin
+                2.1.1
+                
+                    
+                        attach-sources
+                        verify
+                        
+                            jar-no-fork
+                        
+                    
+                
+             
         
 		
 			</description>
		<content:encoded><![CDATA[<p>Thanks for taking the time to make this project! It greatly simplifies red5 development to have a maven artifact to point to.</p>
<p>I found that red5-core on  trunk doesn&#8217;t compile anymore, though&#8211;you need to add a tomcat dependency. </p>
<p>I also added the maven-source-plugin to the parent POM, because digging through the red5 code can be a necessity when the javadocs are missing or wrong.</p>
<p>Here&#8217;s the svn diff for these two changes:</p>
<p>$ svn diff<br />
Index: jakubiak-red5-core/pom.xml<br />
===================================================================<br />
&#8212; jakubiak-red5-core/pom.xml	(revision 418)<br />
+++ jakubiak-red5-core/pom.xml	(working copy)<br />
@@ -282,6 +282,13 @@<br />
 			6.1.9<br />
 			compile</p>
<p>+<br />
+<br />
+                  org.apache.tomcat<br />
+                  coyote<br />
+                  6.0.20<br />
+<br />
+</p>
<p>             org.apache.tomcat<br />
             catalina<br />
Index: jakubiak-red5-pom/pom.xml<br />
===================================================================<br />
&#8212; jakubiak-red5-pom/pom.xml	(revision 418)<br />
+++ jakubiak-red5-pom/pom.xml	(working copy)<br />
@@ -28,6 +28,20 @@<br />
                     UTF-8</p>
<p>+<br />
+                org.apache.maven.plugins<br />
+                maven-source-plugin<br />
+                2.1.1<br />
+<br />
+<br />
+                        attach-sources<br />
+                        verify<br />
+<br />
+                            jar-no-fork<br />
+<br />
+<br />
+<br />
+</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Antoni Jakubiak</title>
		<link>http://en.jakubiak.info/2009/02/26/maven2-red5-xuggle.html/comment-page-1#comment-1107</link>
		<dc:creator>Antoni Jakubiak</dc:creator>
		<pubDate>Thu, 09 Jul 2009 07:54:04 +0000</pubDate>
		<guid isPermaLink="false">http://en.jakubiak.info/2009/02/26/maven2-red5-xuggle.html#comment-1107</guid>
		<description>I made some updates today. For me works fine: Red5-0.8.0, Xuggle-3.660, Tomcat-6.0.18

Get stable branches from SVN:

http://jakubiak-red5.googlecode.com/svn/branches/0.8.0/
http://jakubiak-red5.googlecode.com/svn/branches/xuggle-3.660-red5-0.8.0/

mvn clean install

Install Xuggle-3.660.

Deploy: jakubiak-xuggle-xuggler-red5-videotranscoder on Tomcat 6.0.18</description>
		<content:encoded><![CDATA[<p>I made some updates today. For me works fine: Red5-0.8.0, Xuggle-3.660, Tomcat-6.0.18</p>
<p>Get stable branches from SVN:</p>
<p><a href="http://jakubiak-red5.googlecode.com/svn/branches/0.8.0/" rel="nofollow" onclick="pageTracker._trackPageview('/outgoing/jakubiak-red5.googlecode.com/svn/branches/0.8.0/?referer=');">http://jakubiak-red5.googlecode.com/svn/branches/0.8.0/</a><br />
<a href="http://jakubiak-red5.googlecode.com/svn/branches/xuggle-3.660-red5-0.8.0/" rel="nofollow" onclick="pageTracker._trackPageview('/outgoing/jakubiak-red5.googlecode.com/svn/branches/xuggle-3.660-red5-0.8.0/?referer=');">http://jakubiak-red5.googlecode.com/svn/branches/xuggle-3.660-red5-0.8.0/</a></p>
<p>mvn clean install</p>
<p>Install Xuggle-3.660.</p>
<p>Deploy: jakubiak-xuggle-xuggler-red5-videotranscoder on Tomcat 6.0.18</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kocka</title>
		<link>http://en.jakubiak.info/2009/02/26/maven2-red5-xuggle.html/comment-page-1#comment-1097</link>
		<dc:creator>kocka</dc:creator>
		<pubDate>Fri, 05 Jun 2009 20:09:49 +0000</pubDate>
		<guid isPermaLink="false">http://en.jakubiak.info/2009/02/26/maven2-red5-xuggle.html#comment-1097</guid>
		<description>This is a cool project! Thank you for your work, Antoni!</description>
		<content:encoded><![CDATA[<p>This is a cool project! Thank you for your work, Antoni!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Antoni Jakubiak</title>
		<link>http://en.jakubiak.info/2009/02/26/maven2-red5-xuggle.html/comment-page-1#comment-1088</link>
		<dc:creator>Antoni Jakubiak</dc:creator>
		<pubDate>Sat, 21 Mar 2009 12:56:35 +0000</pubDate>
		<guid isPermaLink="false">http://en.jakubiak.info/2009/02/26/maven2-red5-xuggle.html#comment-1088</guid>
		<description>Thank you for your interest. I agree with you. I also thought about modules. It is especially important to make separate modules for scripting languages - particularly for Groovy. I add some improvement of red5 (or bugfixes) to http://code.google.com/p/jakubiak-red5/source/browse/#svn/trunk/jakubiak-red5-patches. If you are interested, you can join the project on google code.</description>
		<content:encoded><![CDATA[<p>Thank you for your interest. I agree with you. I also thought about modules. It is especially important to make separate modules for scripting languages &#8211; particularly for Groovy. I add some improvement of red5 (or bugfixes) to <a href="http://code.google.com/p/jakubiak-red5/source/browse/#svn/trunk/jakubiak-red5-patches" rel="nofollow" onclick="pageTracker._trackPageview('/outgoing/code.google.com/p/jakubiak-red5/source/browse/_svn/trunk/jakubiak-red5-patches?referer=');">http://code.google.com/p/jakubiak-red5/source/browse/#svn/trunk/jakubiak-red5-patches</a>. If you are interested, you can join the project on google code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: magomarcelo</title>
		<link>http://en.jakubiak.info/2009/02/26/maven2-red5-xuggle.html/comment-page-1#comment-1087</link>
		<dc:creator>magomarcelo</dc:creator>
		<pubDate>Sat, 21 Mar 2009 12:37:09 +0000</pubDate>
		<guid isPermaLink="false">http://en.jakubiak.info/2009/02/26/maven2-red5-xuggle.html#comment-1087</guid>
		<description>great effort, and definitely needed, especially to have a proper modularization in separated jars of the red5 project, I just miss a remoting only jar and a perfect thing would be to also reproduce the release tags, like te current 0.8.RC2 - there are a few typos in trunk poms, where can I submit correction or file issues, on the google code proj?</description>
		<content:encoded><![CDATA[<p>great effort, and definitely needed, especially to have a proper modularization in separated jars of the red5 project, I just miss a remoting only jar and a perfect thing would be to also reproduce the release tags, like te current 0.8.RC2 &#8211; there are a few typos in trunk poms, where can I submit correction or file issues, on the google code proj?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

