<?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"
	>
<channel>
	<title>Comments on: IntelliJ IDEA: Dependency Analysis with DSM</title>
	<atom:link href="http://blogs.jetbrains.com/idea/2008/01/intellij-idea-dependency-analysis-with-dsm/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.jetbrains.com/idea/2008/01/intellij-idea-dependency-analysis-with-dsm/</link>
	<description>tips &#38; tricks, news, how-to's</description>
	<pubDate>Fri, 12 Mar 2010 16:52:17 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.5</generator>
		<item>
		<title>By: Elliot Metsger</title>
		<link>http://blogs.jetbrains.com/idea/2008/01/intellij-idea-dependency-analysis-with-dsm/#comment-52826</link>
		<dc:creator>Elliot Metsger</dc:creator>
		<pubDate>Wed, 26 Mar 2008 21:13:12 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.jetbrains.com/idea/2008/01/intellij-idea-dependency-analysis-with-dsm/#comment-52826</guid>
		<description>Hi, DSM is great.

However, when making my project DSM complains that a number of my modules do not have a target/classes directory, and refuses to make until I manually create those directories.

My project is obviously a Maven project.  Some maven modules in my project do not use, or produce, a target/classes directory.  So I have to run 'mvn compile' and then run this script:
for t in `find . -type d -a -name target` ; do test -d $t/classes &#124;&#124; mkdir $t/classes ; done
to manually create the target/classes directory.  Then the IDEA make succeeds and DSM comes up.

Any ideas?  (no pun intended).  I'm a recent Eclipse convert....</description>
		<content:encoded><![CDATA[<p>Hi, DSM is great.</p>
<p>However, when making my project DSM complains that a number of my modules do not have a target/classes directory, and refuses to make until I manually create those directories.</p>
<p>My project is obviously a Maven project.  Some maven modules in my project do not use, or produce, a target/classes directory.  So I have to run &#8216;mvn compile&#8217; and then run this script:<br />
for t in `find . -type d -a -name target` ; do test -d $t/classes || mkdir $t/classes ; done<br />
to manually create the target/classes directory.  Then the IDEA make succeeds and DSM comes up.</p>
<p>Any ideas?  (no pun intended).  I&#8217;m a recent Eclipse convert&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Maria Khalusova</title>
		<link>http://blogs.jetbrains.com/idea/2008/01/intellij-idea-dependency-analysis-with-dsm/#comment-52720</link>
		<dc:creator>Maria Khalusova</dc:creator>
		<pubDate>Tue, 25 Mar 2008 12:05:03 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.jetbrains.com/idea/2008/01/intellij-idea-dependency-analysis-with-dsm/#comment-52720</guid>
		<description>At present DSM analysis uses some intermediate data that IntelliJ IDEA generates while compiling the project, thus DSM cannot be invoked without compiling the project.  </description>
		<content:encoded><![CDATA[<p>At present DSM analysis uses some intermediate data that IntelliJ IDEA generates while compiling the project, thus DSM cannot be invoked without compiling the project.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Moh</title>
		<link>http://blogs.jetbrains.com/idea/2008/01/intellij-idea-dependency-analysis-with-dsm/#comment-45960</link>
		<dc:creator>Moh</dc:creator>
		<pubDate>Sun, 27 Jan 2008 16:11:33 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.jetbrains.com/idea/2008/01/intellij-idea-dependency-analysis-with-dsm/#comment-45960</guid>
		<description>We've been trying to use the DSM for some large projects, but it seems to have a serious issue: it insists on "making" the project. We never use the "make" option in Intellij. It's just not the right thing to do with a large project. Ant is pretty much required for our multi-step make. Is there a way to use ant for making or not require this at all, instead pointing the DSM at a classes directory?

Thanks
Moh</description>
		<content:encoded><![CDATA[<p>We&#8217;ve been trying to use the DSM for some large projects, but it seems to have a serious issue: it insists on &#8220;making&#8221; the project. We never use the &#8220;make&#8221; option in Intellij. It&#8217;s just not the right thing to do with a large project. Ant is pretty much required for our multi-step make. Is there a way to use ant for making or not require this at all, instead pointing the DSM at a classes directory?</p>
<p>Thanks<br />
Moh</p>
]]></content:encoded>
	</item>
</channel>
</rss>
