<?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: MvnIndex.org launched</title>
	<atom:link href="http://blog.krecan.net/2008/02/25/mvnindexorg-launched/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.krecan.net/2008/02/25/mvnindexorg-launched/</link>
	<description>Short remarks from Java world</description>
	<lastBuildDate>Sat, 04 Feb 2012 09:44:38 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Lukáš Křečan</title>
		<link>http://blog.krecan.net/2008/02/25/mvnindexorg-launched/comment-page-1/#comment-461</link>
		<dc:creator>Lukáš Křečan</dc:creator>
		<pubDate>Wed, 23 Apr 2008 05:57:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.krecan.net/2008/02/25/mvnindexorg-launched/#comment-461</guid>
		<description>Right now it works only on local file system.</description>
		<content:encoded><![CDATA[<p>Right now it works only on local file system.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: stug23</title>
		<link>http://blog.krecan.net/2008/02/25/mvnindexorg-launched/comment-page-1/#comment-459</link>
		<dc:creator>stug23</dc:creator>
		<pubDate>Mon, 21 Apr 2008 21:51:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.krecan.net/2008/02/25/mvnindexorg-launched/#comment-459</guid>
		<description>can the standalone tool index a Maven repository via  its URL? Or just on a local file system? I tried this for an Artifactory repository running on my workstation, but got an error:

mvnindex-indexer.bat http://localhost:8081/artifactory/repo/ index.txt

Exception in thread &quot;Main Thread&quot; java.lang.IllegalArgumentException: Directory http:\localhost:8081\artifacto
ry\repo does not exist
        at org.springframework.util.Assert.isTrue(Assert.java:65)
        at net.krecan.mvnindex.indexer.crawler.FileSystemCrawler.setDirectory(FileSystemCrawler.java:65)
        at net.krecan.mvnindex.indexer.main.Main.runIt(Main.java:40)
        at net.krecan.mvnindex.indexer.main.Main.main(Main.java:26)</description>
		<content:encoded><![CDATA[<p>can the standalone tool index a Maven repository via  its URL? Or just on a local file system? I tried this for an Artifactory repository running on my workstation, but got an error:</p>
<p>mvnindex-indexer.bat <a href="http://localhost:8081/artifactory/repo/" rel="nofollow">http://localhost:8081/artifactory/repo/</a> index.txt</p>
<p>Exception in thread "Main Thread" java.lang.IllegalArgumentException: Directory http:\localhost:8081\artifacto<br />
ry\repo does not exist<br />
        at org.springframework.util.Assert.isTrue(Assert.java:65)<br />
        at net.krecan.mvnindex.indexer.crawler.FileSystemCrawler.setDirectory(FileSystemCrawler.java:65)<br />
        at net.krecan.mvnindex.indexer.main.Main.runIt(Main.java:40)<br />
        at net.krecan.mvnindex.indexer.main.Main.main(Main.java:26)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lukáš Křečan</title>
		<link>http://blog.krecan.net/2008/02/25/mvnindexorg-launched/comment-page-1/#comment-403</link>
		<dc:creator>Lukáš Křečan</dc:creator>
		<pubDate>Mon, 25 Feb 2008 13:15:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.krecan.net/2008/02/25/mvnindexorg-launched/#comment-403</guid>
		<description>Currently only central repository (http://repo1.maven.org/maven2/) is indexed by MvnIndex. I do not know which repositories are indexed by mvnrepository.com (and I do not know where to find it). I plan to add more repositories in the future.

There is no traffic on my site. It could be the reason for good speed. We will see how it will evolve when (if) people will start using it.</description>
		<content:encoded><![CDATA[<p>Currently only central repository (<a href="http://repo1.maven.org/maven2/" rel="nofollow">http://repo1.maven.org/maven2/</a>) is indexed by MvnIndex. I do not know which repositories are indexed by mvnrepository.com (and I do not know where to find it). I plan to add more repositories in the future.</p>
<p>There is no traffic on my site. It could be the reason for good speed. We will see how it will evolve when (if) people will start using it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Honza Novotný</title>
		<link>http://blog.krecan.net/2008/02/25/mvnindexorg-launched/comment-page-1/#comment-402</link>
		<dc:creator>Honza Novotný</dc:creator>
		<pubDate>Mon, 25 Feb 2008 10:59:26 +0000</pubDate>
		<guid isPermaLink="false">http://blog.krecan.net/2008/02/25/mvnindexorg-launched/#comment-402</guid>
		<description>Nice piece of work. It is a pitty there is no IntelliJ Idea plugin ;)
I tried it and what surprised me, that it works really fast - comparing to mvnrepository.org the speed is far better.

I am seriously considering to switch to your indexer instead of mvn repository I am usually using now. Do you think, you index the same scope of repositories as mvn repository? In other words - that what I find in mvnreposotry website I should find in your indexer?

Thanks.</description>
		<content:encoded><![CDATA[<p>Nice piece of work. It is a pitty there is no IntelliJ Idea plugin <img src='http://blog.krecan.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /><br />
I tried it and what surprised me, that it works really fast - comparing to mvnrepository.org the speed is far better.</p>
<p>I am seriously considering to switch to your indexer instead of mvn repository I am usually using now. Do you think, you index the same scope of repositories as mvn repository? In other words - that what I find in mvnreposotry website I should find in your indexer?</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

