<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/'><id>tag:blogger.com,1999:blog-1447647836499377392.post6221352802453400503..comments</id><updated>2010-03-15T15:37:36.859-07:00</updated><title type='text'>Comments on Soashable Blog: Ehanced freedom through GitHub</title><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://blog.soashable.com/feeds/6221352802453400503/comments/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1447647836499377392/6221352802453400503/comments/default'/><link rel='alternate' type='text/html' href='http://blog.soashable.com/2008/08/ehanced-freedom-through-github.html'/><author><name>Harlan Iverson</name><uri>http://www.blogger.com/profile/14403505969348821916</uri><email>noreply@blogger.com</email></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>5</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-1447647836499377392.post-4008942874551540228</id><published>2010-03-15T15:37:36.854-07:00</published><updated>2010-03-15T15:37:36.854-07:00</updated><title type='text'>Hi Ething,
Apart from getting it to build once, I ...</title><content type='html'>Hi Ething,&lt;br /&gt;Apart from getting it to build once, I haven&amp;#39;t worked with the code at all.&lt;br /&gt;Seeing from the diff I posted, I commented out the flXHR module to get this to build. I think it works without this, but I&amp;#39;m not sure.&lt;br /&gt;&lt;br /&gt;HTH, Matthijs</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1447647836499377392/6221352802453400503/comments/default/4008942874551540228'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1447647836499377392/6221352802453400503/comments/default/4008942874551540228'/><link rel='alternate' type='text/html' href='http://blog.soashable.com/2008/08/ehanced-freedom-through-github.html?showComment=1268692656854#c4008942874551540228' title=''/><author><name>Matthijs</name><uri>http://www.blogger.com/profile/07402289035782526087</uri><email>noreply@blogger.com</email></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.soashable.com/2008/08/ehanced-freedom-through-github.html' ref='tag:blogger.com,1999:blog-1447647836499377392.post-6221352802453400503' source='http://www.blogger.com/feeds/1447647836499377392/posts/default/6221352802453400503' type='text/html'/></entry><entry><id>tag:blogger.com,1999:blog-1447647836499377392.post-1672992675986136965</id><published>2010-03-15T00:53:46.317-07:00</published><updated>2010-03-15T00:53:46.317-07:00</updated><title type='text'>Hi，
   I cann't find flXHR module in the source co...</title><content type='html'>Hi，&lt;br /&gt;   I cann&amp;#39;t find flXHR module in the source code called “JS dependencies”&lt;br /&gt;&lt;br /&gt;Could you help me？</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1447647836499377392/6221352802453400503/comments/default/1672992675986136965'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1447647836499377392/6221352802453400503/comments/default/1672992675986136965'/><link rel='alternate' type='text/html' href='http://blog.soashable.com/2008/08/ehanced-freedom-through-github.html?showComment=1268639626317#c1672992675986136965' title=''/><author><name>ething</name><uri>http://www.blogger.com/profile/05382225853168719807</uri><email>noreply@blogger.com</email></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.soashable.com/2008/08/ehanced-freedom-through-github.html' ref='tag:blogger.com,1999:blog-1447647836499377392.post-6221352802453400503' source='http://www.blogger.com/feeds/1447647836499377392/posts/default/6221352802453400503' type='text/html'/></entry><entry><id>tag:blogger.com,1999:blog-1447647836499377392.post-748838596448111861</id><published>2009-02-04T14:40:00.000-08:00</published><updated>2009-02-04T14:40:00.000-08:00</updated><title type='text'>Got it working. I needed to check out http://soash...</title><content type='html'>Got it working. I needed to check out http://soashable.googlecode.com/svn/deps as well (soashable-libs) and &amp;#39;mvn install&amp;#39; it. Unfortunately that doesn&amp;#39;t build either... Here&amp;#39;s a diff to make it work (couldn&amp;#39;t attach):&lt;BR/&gt;&lt;BR/&gt;Index: log4js/pom.xml&lt;BR/&gt;===================================================================&lt;BR/&gt;--- log4js/pom.xml (revision 829)&lt;BR/&gt;+++ log4js/pom.xml (working copy)&lt;BR/&gt;@@ -11,7 +11,7 @@&lt;BR/&gt;         &amp;lt;groupId&amp;gt;com.soashable.jslibs&amp;lt;/groupId&amp;gt;&lt;BR/&gt;         &amp;lt;artifactId&amp;gt;jslibs&amp;lt;/artifactId&amp;gt;&lt;BR/&gt;         &amp;lt;version&amp;gt;1.0&amp;lt;/version&amp;gt;&lt;BR/&gt;-        &amp;lt;relativePath&amp;gt;../../pom.xml&amp;lt;/relativePath&amp;gt;&lt;BR/&gt;+        &amp;lt;relativePath&amp;gt;../pom.xml&amp;lt;/relativePath&amp;gt;&lt;BR/&gt;     &amp;lt;/parent&amp;gt;&lt;BR/&gt;     &amp;lt;dependencies&amp;gt;&lt;BR/&gt;     &amp;lt;/dependencies&amp;gt;&lt;BR/&gt;Index: pom.xml&lt;BR/&gt;===================================================================&lt;BR/&gt;--- pom.xml (revision 829)&lt;BR/&gt;+++ pom.xml (working copy)&lt;BR/&gt;@@ -19,7 +19,7 @@&lt;BR/&gt;     &amp;lt;module&amp;gt;jquery&amp;lt;/module&amp;gt;&lt;BR/&gt;     &amp;lt;module&amp;gt;jquery-ui&amp;lt;/module&amp;gt;&lt;BR/&gt;     &amp;lt;module&amp;gt;log4js&amp;lt;/module&amp;gt;&lt;BR/&gt;- &amp;lt;module&amp;gt;flXHR&amp;lt;/module&amp;gt;&lt;BR/&gt;+ &amp;lt;!--&amp;lt;module&amp;gt;flXHR&amp;lt;/module&amp;gt;--&amp;gt;&lt;BR/&gt;   &amp;lt;/modules&amp;gt;&lt;BR/&gt;     &lt;BR/&gt;     &amp;lt;build&amp;gt;&lt;BR/&gt;@@ -63,4 +63,4 @@&lt;BR/&gt;         &amp;lt;/snapshotRepository&amp;gt;&lt;BR/&gt;     &amp;lt;/distributionManagement&amp;gt;&lt;BR/&gt; &lt;BR/&gt;-&amp;lt;/project&amp;gt;&lt;BR/&gt;\ No newline at end of file&lt;BR/&gt;+&amp;lt;/project&amp;gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1447647836499377392/6221352802453400503/comments/default/748838596448111861'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1447647836499377392/6221352802453400503/comments/default/748838596448111861'/><link rel='alternate' type='text/html' href='http://blog.soashable.com/2008/08/ehanced-freedom-through-github.html?showComment=1233787200000#c748838596448111861' title=''/><author><name>Matthijs</name><uri>http://www.blogger.com/profile/07402289035782526087</uri><email>noreply@blogger.com</email></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.soashable.com/2008/08/ehanced-freedom-through-github.html' ref='tag:blogger.com,1999:blog-1447647836499377392.post-6221352802453400503' source='http://www.blogger.com/feeds/1447647836499377392/posts/default/6221352802453400503' type='text/html'/></entry><entry><id>tag:blogger.com,1999:blog-1447647836499377392.post-918727583700527660</id><published>2009-02-03T04:29:00.000-08:00</published><updated>2009-02-03T04:29:00.000-08:00</updated><title type='text'>yeah, I had the same problem. I guess you could re...</title><content type='html'>yeah, I had the same problem. I guess you could reconfigure the pom.xml file to make it work for your environment. It also depends on some javascript-maven plug-ins.</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1447647836499377392/6221352802453400503/comments/default/918727583700527660'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1447647836499377392/6221352802453400503/comments/default/918727583700527660'/><link rel='alternate' type='text/html' href='http://blog.soashable.com/2008/08/ehanced-freedom-through-github.html?showComment=1233664140000#c918727583700527660' title=''/><author><name>Wei</name><uri>http://www.blogger.com/profile/15761303189826945307</uri><email>noreply@blogger.com</email></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.soashable.com/2008/08/ehanced-freedom-through-github.html' ref='tag:blogger.com,1999:blog-1447647836499377392.post-6221352802453400503' source='http://www.blogger.com/feeds/1447647836499377392/posts/default/6221352802453400503' type='text/html'/></entry><entry><id>tag:blogger.com,1999:blog-1447647836499377392.post-4027100455401765473</id><published>2009-01-28T13:26:00.000-08:00</published><updated>2009-01-28T13:26:00.000-08:00</updated><title type='text'>Hi.I cloned the git url, but can't seem to build t...</title><content type='html'>Hi.&lt;BR/&gt;I cloned the git url, but can't seem to build the project with maven. Some dependencies are missing. According to http://xmpp4js.sourceforge.net/dependencies.html they should be on your own repository, but I nor maven can find them. Presumably because the repository needs authentication?&lt;BR/&gt;&lt;BR/&gt;Can you help me out?&lt;BR/&gt;&lt;BR/&gt;BTW. Javascript with maven: very cool!</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1447647836499377392/6221352802453400503/comments/default/4027100455401765473'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1447647836499377392/6221352802453400503/comments/default/4027100455401765473'/><link rel='alternate' type='text/html' href='http://blog.soashable.com/2008/08/ehanced-freedom-through-github.html?showComment=1233177960000#c4027100455401765473' title=''/><author><name>Matthijs</name><uri>http://www.blogger.com/profile/07402289035782526087</uri><email>noreply@blogger.com</email></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.soashable.com/2008/08/ehanced-freedom-through-github.html' ref='tag:blogger.com,1999:blog-1447647836499377392.post-6221352802453400503' source='http://www.blogger.com/feeds/1447647836499377392/posts/default/6221352802453400503' type='text/html'/></entry></feed>