<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.3" -->
<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">
	<channel>
		<title>DataStax Support Forums &#187; Topic: Can&#039;t build brisk from source</title>
		<link>http://www.datastax.com/support-forums/topic/cant-build-brisk-from-source</link>
		<description>Software, Support, and Training for Apache Cassandra</description>
		<language>en-US</language>
		<pubDate>Wed, 22 May 2013 11:19:44 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.3</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.datastax.com/support-forums/search.php</link>
		</textInput>
		<atom:link href="http://www.datastax.com/support-forums/rss/topic/cant-build-brisk-from-source" rel="self" type="application/rss+xml" />

		<item>
			<title>joaquin on "Can&#039;t build brisk from source"</title>
			<link>http://www.datastax.com/support-forums/topic/cant-build-brisk-from-source#post-433</link>
			<pubDate>Fri, 12 Aug 2011 01:59:14 +0000</pubDate>
			<dc:creator>joaquin</dc:creator>
			<guid isPermaLink="false">433@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;I didn't think to check for that.&#60;/p&#62;
&#60;p&#62;Glad it worked!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>hpjohnc on "Can&#039;t build brisk from source"</title>
			<link>http://www.datastax.com/support-forums/topic/cant-build-brisk-from-source#post-432</link>
			<pubDate>Fri, 12 Aug 2011 01:19:33 +0000</pubDate>
			<dc:creator>hpjohnc</dc:creator>
			<guid isPermaLink="false">432@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;It started working after the repo came back up - thanks!  And thanks for letting me know in #datastax-brisk too!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>joaquin on "Can&#039;t build brisk from source"</title>
			<link>http://www.datastax.com/support-forums/topic/cant-build-brisk-from-source#post-428</link>
			<pubDate>Thu, 11 Aug 2011 22:27:52 +0000</pubDate>
			<dc:creator>joaquin</dc:creator>
			<guid isPermaLink="false">428@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;We were currently performing maintenance on the repository, but it should now be back up.&#60;/p&#62;
&#60;p&#62;In the future, if this were to ever happen again, feel free to use:&#60;br /&#62;
the Debian package here: &#60;a href=&#34;http://debian.datastax.com/&#34; rel=&#34;nofollow&#34;&#62;http://debian.datastax.com/&#60;/a&#62;,&#60;br /&#62;
the tarballs found here: &#60;a href=&#34;https://github.com/riptano/brisk&#34; rel=&#34;nofollow&#34;&#62;https://github.com/riptano/brisk&#60;/a&#62;,&#60;br /&#62;
or this guide for a packaged install: &#60;a href=&#34;http://www.datastax.com/docs/0.8/brisk/install_brisk_packages&#34; rel=&#34;nofollow&#34;&#62;http://www.datastax.com/docs/0.8/brisk/install_brisk_packages&#60;/a&#62;.&#60;/p&#62;
&#60;p&#62;Sorry for the inconvenience this may have caused.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>hpjohnc on "Can&#039;t build brisk from source"</title>
			<link>http://www.datastax.com/support-forums/topic/cant-build-brisk-from-source#post-427</link>
			<pubDate>Thu, 11 Aug 2011 22:10:38 +0000</pubDate>
			<dc:creator>hpjohnc</dc:creator>
			<guid isPermaLink="false">427@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;I am trying to build brisk from scratch.  I have tried from both a clone of git://github.com/riptano/brisk.git, and from the &#34;official&#34; source tarball linked from the website.  I keep getting dependency failures seemingly because of a password-protected maven repo:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#60;br /&#62;
BUILD FAILED&#60;br /&#62;
/tmp/brisk/brisk-1.0~beta2-src/build.xml:246: Unable to resolve artifact: Missing:&#60;br /&#62;
----------&#60;br /&#62;
1) org.apache.cassandra.deps:libthrift:jar:0.6.0&#60;/p&#62;
&#60;p&#62;  Try downloading the file manually from the project website.&#60;/p&#62;
&#60;p&#62;  Then, install it using the command:&#60;br /&#62;
      mvn install:install-file -DgroupId=org.apache.cassandra.deps -DartifactId=libthrift -Dversion=0.6.0 -Dpackaging=jar -Dfile=/path/to/file&#60;/p&#62;
&#60;p&#62;  Alternatively, if you host your own repository you can deploy the file there:&#60;br /&#62;
      mvn deploy:deploy-file -DgroupId=org.apache.cassandra.deps -DartifactId=libthrift -Dversion=0.6.0 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]&#60;/p&#62;
&#60;p&#62;  Path to dependency:&#60;br /&#62;
        1) org.apache.maven:super-pom:jar:2.0&#60;br /&#62;
        2) org.apache.cassandra:apache-cassandra:jar:0.8.1-brisk1-beta2&#60;br /&#62;
        3) org.apache.cassandra.deps:libthrift:jar:0.6.0&#60;/p&#62;
&#60;p&#62;2) org.github:jamm:jar:0.2.1&#60;/p&#62;
&#60;p&#62;  Try downloading the file manually from the project website.&#60;/p&#62;
&#60;p&#62;  Then, install it using the command:&#60;br /&#62;
      mvn install:install-file -DgroupId=org.github -DartifactId=jamm -Dversion=0.2.1 -Dpackaging=jar -Dfile=/path/to/file&#60;/p&#62;
&#60;p&#62;  Alternatively, if you host your own repository you can deploy the file there:&#60;br /&#62;
      mvn deploy:deploy-file -DgroupId=org.github -DartifactId=jamm -Dversion=0.2.1 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]&#60;/p&#62;
&#60;p&#62;  Path to dependency:&#60;br /&#62;
        1) org.apache.maven:super-pom:jar:2.0&#60;br /&#62;
        2) org.apache.cassandra:apache-cassandra:jar:0.8.1-brisk1-beta2&#60;br /&#62;
        3) org.github:jamm:jar:0.2.1&#60;/p&#62;
&#60;p&#62;----------&#60;br /&#62;
2 required artifacts are missing.&#60;/p&#62;
&#60;p&#62;for artifact:&#60;br /&#62;
  org.apache.maven:super-pom:jar:2.0&#60;/p&#62;
&#60;p&#62;from the specified remote repositories:&#60;br /&#62;
  datastax-release (&#60;a href=&#34;http://mvn.riptano.com/content/repositories/releases)&#34; rel=&#34;nofollow&#34;&#62;http://mvn.riptano.com/content/repositories/releases)&#60;/a&#62;,&#60;br /&#62;
  datastax-deps (&#60;a href=&#34;http://mvn.riptano.com/content/repositories/public)&#34; rel=&#34;nofollow&#34;&#62;http://mvn.riptano.com/content/repositories/public)&#60;/a&#62;,&#60;br /&#62;
  central (&#60;a href=&#34;http://repo1.maven.org/maven2)&#34; rel=&#34;nofollow&#34;&#62;http://repo1.maven.org/maven2)&#60;/a&#62;,&#60;br /&#62;
  xerial (&#60;a href=&#34;http://maven.xerial.org/repository/snapshot)&#34; rel=&#34;nofollow&#34;&#62;http://maven.xerial.org/repository/snapshot)&#60;/a&#62;,&#60;br /&#62;
  apache (&#60;a href=&#34;https://repository.apache.org/content/repositories/releases)&#34; rel=&#34;nofollow&#34;&#62;https://repository.apache.org/content/repositories/releases)&#60;/a&#62;,&#60;br /&#62;
  java.net2 (&#60;a href=&#34;http://download.java.net/maven/2)&#34; rel=&#34;nofollow&#34;&#62;http://download.java.net/maven/2)&#60;/a&#62;,&#60;br /&#62;
  datastax-snapshot (&#60;a href=&#34;http://mvn.riptano.com/content/repositories/snapshots&#34; rel=&#34;nofollow&#34;&#62;http://mvn.riptano.com/content/repositories/snapshots&#60;/a&#62;)&#60;/p&#62;
&#60;p&#62;&#60;/code&#62;
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
