If I am not mistaken you have created a launch configuration in Eclipse for Guvnor (nothing wrong there, I do the same).<br><br>What you need to do is manually delete all references to &quot;test&quot; resources in the launch configuration classpath.<br>
<br>The apparant &quot;lock-up&quot; is GWT compliling JScript from the Java code. It can be made quicker by:-<br><br>* Ensuring no test resources are on the lanch configuration (which will also remove the errors)<br><br>
* Using the &quot;FastCompiledGuvnor&quot; module (which only compiles for en_US and Firefox - gecko1_8).<br><br><br><div class="gmail_quote">On 11 July 2011 15:10, Justin Case <span dir="ltr">&lt;<a href="mailto:send_lotsa_spam_here@yahoo.com">send_lotsa_spam_here@yahoo.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">Hi all,<br>
any Eclipse users around here?<br>
I have followed the instructions here:<br>
<a href="https://github.com/droolsjbpm/droolsjbpm-build-bootstrap/blob/master/README.md" target="_blank">https://github.com/droolsjbpm/droolsjbpm-build-bootstrap/blob/master/README.md</a><br>
for Eclipse Helios+EGit+m2eclipse.<br>
I downloaded 5.2.0.Final from <a href="https://github.com/droolsjbpm/guvnor.git" target="_blank">https://github.com/droolsjbpm/guvnor.git</a>, imported<br>
all Maven projects it could find in the directory (except guvnor-docs which<br>
misses something and I didn&#39;t care).<br>
<br>
The Guvnor application will start in development mode, but:<br>
- Firefox is causing often 100% CPU with it (might be the development mode)<br>
- Eclipse Development Mode view shows LOTS of errors like this:<br>
    [ERROR] [org.drools.guvnor.Guvnor] - Errors in<br>
&#39;file:/C:/PocDev/GitHome/git/guvnor/droolsjbpm-ide-common/src/test/java/org/drools/ide/common/client/modeldriven/SuggestionCompletionEngineTest.java&#39;<br>
<br>
        [ERROR] [org.drools.guvnor.Guvnor] - Line 47: No source code is<br>
available for type<br>
org.drools.ide.common.server.rules.SuggestionCompletionLoader; did you forget to<br>
inherit a required module?<br>
        [ERROR] [org.drools.guvnor.Guvnor] - Line 49: No source code is<br>
available for type java.util.jar.JarInputStream; did you forget to inherit a<br>
required module?<br>
<br>
Again, one can work also like this but seeing hundreds of errors is not helping<br>
at all when I try to tinker with something somewhere. Plus there&#39;s the 100% CPU<br>
thing... where and what should I inherit more than Maven is configured already<br>
to inherit?<br>
<br>
Tinkering around:<br>
- I set all other projects as dependencies<br>
- I set to export all sources from all projects (but there it bitches also about<br>
missing java.util sources, who cares about these?)...<br>
- added all these sources to the run configuration<br>
nothing changed, I still have the above errors from both system libraries AND<br>
project dependencies.<br>
<br>
Or do I experience the problem mentioned in this message?<br>
<a href="http://markmail.org/message/h52xvo4j52msambe#query:+page:1+mid:lg4mlgiof4giuiaq+state:results" target="_blank">http://markmail.org/message/h52xvo4j52msambe#query:+page:1+mid:lg4mlgiof4giuiaq+state:results</a><br>

<br>
<br>
Thanks for any hints,<br>
JC<br>
<br>
_______________________________________________<br>
rules-users mailing list<br>
<a href="mailto:rules-users@lists.jboss.org">rules-users@lists.jboss.org</a><br>
<a href="https://lists.jboss.org/mailman/listinfo/rules-users" target="_blank">https://lists.jboss.org/mailman/listinfo/rules-users</a><br>
</blockquote></div><br>