Try doing a project clean, and check that eclipse is copying all the drls into the output folder, by default this is bin. If that&#39;s not working you might need to try and put together a small example that shows the problem and share that.<br>
<br><div class="gmail_quote">On Tue, Dec 8, 2009 at 7:52 PM, chris richmond-2 [via Drools - Java Rules Engine] <span dir="ltr">&lt;<a href="http://n3.nabble.com/user/SendEmail.jtp?type=node&node=71376&i=0" target="_top" rel="nofollow">[hidden email]</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div class="im">

<div>They are all source folders in eclipse, so they should be.</div>
<div> </div>
<div><br><br> </div>
</div><div class="gmail_quote"><div><div></div><div class="h5">On Mon, Dec 7, 2009 at 6:58 PM, Ross H <span dir="ltr">&lt;<a href="http://n3.nabble.com/user/SendEmail.jtp?type=node&amp;node=71350&amp;i=0" rel="nofollow" target="_blank">[hidden email]</a>&gt;</span> wrote:<br>

</div></div><blockquote class="gmail_quote" style="padding-left:1ex;margin:0px 0px 0px 0.8ex;border-left:#ccc 1px solid"><div><div></div><div class="h5"><br>Using a FileInputStream works for me with a non standard folder structure.<br>
Are all your folders on the eclipse build path?<br>

<div>
<div></div>
<div><br><br>chris richmond-2 wrote:<br>&gt;<br>&gt; Ok, I have a project working with Eclipse Galileo 3.5.1 and it works fine.<br>&gt; I<br>&gt; can create new drools projects and they debug fine with the DroolsTest<br>

&gt; example.  However I have a very larege existing project that does not use<br>&gt; the src/main/java and src/main/rules src folder structure and the project<br>&gt; runs fine, and I can &quot;Debug as Drools Application&quot; no problem, however it<br>

&gt; will never stop on any breakpoints in the rules file.  Does this have<br>&gt; anything to do with the fact that I am not using the default src/rules<br>&gt; direcories structure?  Or, is it dependent on loading the DRL file in a<br>

&gt; particular method.  I am loading the file usin this method:<br>&gt;<br>&gt;<br>&gt; java.io.FileInputStream fis = *new* java.io.FileInputStream(<br>&gt;<br>&gt; *new* java.io.File(*&quot;C:\\Path\\To\\Some\\Dir\\rules.drl*));<br>

&gt;<br>&gt;  builder.add(ResourceFactory.*newInputStreamResource*(fis),<br>&gt;<br>&gt; ResourceType.*DRL*);<br>&gt;<br>&gt; Should I be loading the fule file using the DroolsTest sample code method<br>&gt; like below?<br>

&gt;<br>&gt; KnowledgeBuilder kbuilder =<br>&gt; KnowledgeBuilderFactory.*newKnowledgeBuilder*();<br>&gt;<br>&gt; kbuilder.add(ResourceFactory.*newClassPathResource*(&quot;Sample.drl&quot;),<br>&gt; ResourceType.*DRL*);<br>

&gt;<br>&gt; Does these even make a difference?  Or any ideas why I can&#39;t get any debug<br>&gt; breakpoints in my rule file in my custom project to go into break-time?<br>&gt;<br>&gt;<br>&gt; Thanks,<br>&gt;<br>&gt; Chris<br>

&gt;<br></div></div>&gt; _______________________________________________<br>&gt; rules-users mailing list<br></div></div>&gt; <a href="http://n3.nabble.com/user/SendEmail.jtp?type=node&amp;node=71350&amp;i=1" rel="nofollow" target="_blank">[hidden email]</a><div class="im">
<br>&gt; <a href="https://lists.jboss.org/mailman/listinfo/rules-users" rel="nofollow" target="_blank">https://lists.jboss.org/mailman/listinfo/rules-users</a><br>
&gt;<br>&gt;<br></div><font color="#888888"><div class="im"><br>--<br>View this message in context: <a href="http://n3.nabble.com/Debuggin-in-Eclipse-tp71134p71211.html" rel="nofollow" target="_blank">http://n3.nabble.com/Debuggin-in-Eclipse-tp71134p71211.html</a><br>

Sent from the Drools - User mailing list archive at Nabble.com.<br>_______________________________________________<br>rules-users mailing list<br></div><a href="http://n3.nabble.com/user/SendEmail.jtp?type=node&amp;node=71350&amp;i=2" rel="nofollow" target="_blank">[hidden email]</a><div class="im">
<br>
<a href="https://lists.jboss.org/mailman/listinfo/rules-users" rel="nofollow" target="_blank">https://lists.jboss.org/mailman/listinfo/rules-users</a><br></div></font></blockquote></div><br>
<br>_______________________________________________
<br>rules-users mailing list
<br><a href="http://n3.nabble.com/user/SendEmail.jtp?type=node&amp;node=71350&amp;i=3" rel="nofollow" target="_blank">[hidden email]</a>
<br><div class="im"><a href="https://lists.jboss.org/mailman/listinfo/rules-users" rel="nofollow" target="_blank">https://lists.jboss.org/mailman/listinfo/rules-users</a><br>

</blockquote></div><br>

<br><hr align="left" width="300">
View this message in context: <a href="http://n3.nabble.com/Debuggin-in-Eclipse-tp71134p71376.html">Re: [rules-users] Debuggin in Eclipse</a><br>
Sent from the <a href="http://n3.nabble.com/Drools-User-f47000.html">Drools - User mailing list archive</a> at Nabble.com.<br>