<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[JForum Community - Latest posts for "Udusimus"]]></title>
		<link>https://community.jforum.net/posts/listByUser/412</link>
		<description><![CDATA[Latest posts for "Udusimus"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>[Developer Forum] Aw:Unresolved Dependencies building jforum 2.4.1 with Maven</title>
				<description><![CDATA[ ok, not the most elegant but this workaround did it for me:
<br>
<br>
I downloaded and unpacked the jforum 2.4.1 war and referenced the jcaptcha and jcaptcha-api jars in the pom.
<br>
<br>
just replace the following lines in the pom.xml
<br>
<br>
<pre class="line-numbers"><code class="language-java match-braces"><br>		&lt;dependency&gt;<br>			&lt;groupId&gt;com.octo.captcha&lt;/groupId&gt;<br>			&lt;artifactId&gt;jcaptcha&lt;/artifactId&gt;<br>			&lt;version&gt;1.0&lt;/version&gt;<br>			&lt;type&gt;jar&lt;/type&gt;<br>			&lt;scope&gt;compile&lt;/scope&gt;<br>		&lt;/dependency&gt;<br></code></pre>
<br>
<br>
with the following:
<br>
<br>
<pre class="line-numbers"><code class="language-java match-braces"><br>	&lt;dependency&gt;<br>		&lt;groupId&gt;com.octo.captcha&lt;/groupId&gt;<br>		&lt;artifactId&gt;jcaptcha&lt;/artifactId&gt;<br>		&lt;version&gt;1.0&lt;/version&gt;<br>		&lt;type&gt;jar&lt;/type&gt;<br>		&lt;scope&gt;system&lt;/scope&gt;<br>		&lt;systemPath&gt;/YOUR-OWN-FULLY-QUALIFIED-PATH-TO/jforum-2.4.1/WEB-INF/lib/jcaptcha-1.0.jar&lt;/systemPath&gt;            <br>	&lt;/dependency&gt;<br>	&lt;dependency&gt;<br>		&lt;groupId&gt;com.octo.captcha&lt;/groupId&gt;<br>		&lt;artifactId&gt;jcaptcha-api&lt;/artifactId&gt;<br>		&lt;version&gt;1.0&lt;/version&gt;<br>		&lt;type&gt;jar&lt;/type&gt;<br>		&lt;scope&gt;system&lt;/scope&gt;<br>		&lt;systemPath&gt;/YOUR-OWN-FULLY-QUALIFIED-PATH-TO/jforum-2.4.1/WEB-INF/lib/jcaptcha-api-1.0.jar&lt;/systemPath&gt;<br>	&lt;/dependency&gt;<br></code></pre>]]></description>
				<guid isPermaLink="true">https://community.jforum.net/posts/preList/152/634</guid>
				<link>https://community.jforum.net/posts/preList/152/634</link>
				<pubDate><![CDATA[Thu, 31 Aug 2017 22:53:56]]> GMT</pubDate>
				<author><![CDATA[ Udusimus]]></author>
			</item>
			<item>
				<title>[Developer Forum] Re:How to Setup JForum Development Environment</title>
				<description><![CDATA[ <blockquote>
 <div>
  <cite>HootinHoller wrote:</cite>Having trouble doing initial build from 2.4.1 source (build 501)
  <br>
  <br>
  It appears that the captcha dependency has been hosed.
  <br>
  <br>
  The error:
  <br>
  <pre class="line-numbers"><code class="language-java match-braces"><br> Failed to execute goal on project jforum: Could not resolve dependencies for project net.jforum:jforum:war:2.4.1: Failed to collect dependencies at com.octo.captcha:jcaptcha:jar:1.0 -&gt; com.jhlabs:imaging:jar:01012005: Failed to read artifact descriptor for com.jhlabs:imaging:jar:01012005: Could not transfer artifact com.jhlabs:imaging:pom:01012005 from/to 3rd-party (http://forge.octo.com/archiva/repository/3rd-party): forge.octo.com: Unknown host forge.octo.com</code></pre>
  <br>
  <br>
  Has anyone built this from a bare local repository lately?
 </div>
</blockquote>
<br>
<br>
experiencing exact the same problem. Mentioned this in a separate thread in this Forum]]></description>
				<guid isPermaLink="true">https://community.jforum.net/posts/preList/3/633</guid>
				<link>https://community.jforum.net/posts/preList/3/633</link>
				<pubDate><![CDATA[Thu, 31 Aug 2017 15:00:51]]> GMT</pubDate>
				<author><![CDATA[ Udusimus]]></author>
			</item>
			<item>
				<title>[Developer Forum] Unresolved Dependencies building jforum 2.4.1 with Maven</title>
				<description><![CDATA[ Hi, I just did a fresh checkout of jforum 2.4.1 and tried to compile with maven. After a couple of minutes it exits with the following error:
<br>
<br>
<pre class="line-numbers"><code class="language-java match-braces"><br>[ERROR] Failed to execute goal on project jforum: Could not resolve dependencies for project net.jforum:jforum:war:2.5: Failed to collect dependencies at com.octo.captcha:jcaptcha:jar:1.0 -&gt; com.jhlabs:imaging:jar:01012005: Failed to read artifact descriptor for com.jhlabs:imaging:jar:01012005: Could not transfer artifact com.jhlabs:imaging:pom:01012005 from/to 3rd-party (http://forge.octo.com/archiva/repository/3rd-party): Failed to transfer file: http://forge.octo.com/archiva/repository/3rd-party/com/jhlabs/imaging/01012005/imaging-01012005.pom. Return code is: 503 , ReasonPhrase:Service Unavailable. -&gt; [Help 1]<br></code></pre>
<br>
<br>
I'm not all too familiar with maven but the site forge.octo.com not being available seems to be the problem. Any idea how to work around this?
<br>
<br>
Can I manually download the com.octo.captcha:jcaptcha:jar:1.0 and manuallly put it in my local maven repository cache? I this is possible, how do I do it.
<br>
<br>
Help would be greatly appreciated.
<br>
<br>
Cheers!]]></description>
				<guid isPermaLink="true">https://community.jforum.net/posts/preList/152/632</guid>
				<link>https://community.jforum.net/posts/preList/152/632</link>
				<pubDate><![CDATA[Thu, 31 Aug 2017 14:16:36]]> GMT</pubDate>
				<author><![CDATA[ Udusimus]]></author>
			</item>
	</channel>
</rss>