<p dir="ltr">kie-wb-distributions/kie-wb should compile if you fetch the latest drools and drools-wb. The class in the log is in drools/drools-workbench-models and was moved to a different package (reasonably recently).</p>

<p dir="ltr">Sent on the move</p>
<div class="gmail_quote">On 22 Jul 2014 21:21, &quot;evidence01&quot; &lt;<a href="mailto:jmaterna@securelogix.com">jmaterna@securelogix.com</a>&gt; wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hey folks,<br>
<br>
I am working to try and get some of application code moved from 6.0.1 to<br>
6.1.x and running into some issues.<br>
<br>
Ive pulled droolsjbpm/drools, drools-wb, kie-b-distributions and only<br>
drools-wb builds. We are using the &quot;kie&quot; skin under kie-wb-distributions and<br>
as such I can&#39;t get that guy to build.<br>
<br>
Who is prime on these wrt. to build sanity?<br>
<br>
[root@ngp-m2 drools.git]# mvn install -DskipTests --fail-at-end<br>
....<br>
[INFO]<br>
------------------------------------------------------------------------<br>
[INFO] BUILD FAILURE<br>
[INFO]<br>
------------------------------------------------------------------------<br>
[INFO] Total time: 17.383 s<br>
[INFO] Finished at: 2014-05-13T22:38:17-06:00<br>
[INFO] Final Memory: 77M/535M<br>
[INFO]<br>
------------------------------------------------------------------------<br>
[ERROR] Failed to execute goal<br>
org.apache.maven.plugins:maven-compiler-plugin:2.5.1:testCompile<br>
(default-testCompile) on project drools-compiler: Compilation failure:<br>
Compilation failure:<br>
[ERROR]<br>
/root/drools.git/drools-compiler/src/test/java/org/drools/compiler/integrationtests/QueryTest.java:[899,32]<br>
error: cannot find symbol<br>
[ERROR] symbol:   method verify()<br>
[ERROR] location: variable helper of type KieHelper<br>
[ERROR]<br>
/root/drools.git/drools-compiler/src/test/java/org/drools/compiler/integrationtests/QueryTest.java:[919,32]<br>
error: cannot find symbol<br>
[ERROR] symbol:   method verify()<br>
[ERROR] location: variable helper of type KieHelper<br>
[ERROR]<br>
/root/drools.git/drools-compiler/src/test/java/org/drools/compiler/integrationtests/QueryTest.java:[940,32]<br>
error: cannot find symbol<br>
[ERROR] -&gt; [Help 1]<br>
[ERROR]<br>
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e<br>
switch.<br>
[ERROR] Re-run Maven using the -X switch to enable full debug logging.<br>
[ERROR]<br>
[ERROR] For more information about the errors and possible solutions, please<br>
read the following articles:<br>
[ERROR] [Help 1]<br>
<a href="http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException" target="_blank">http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException</a><br>
[ERROR]<br>
[ERROR] After correcting the problems, you can resume the build with the<br>
command<br>
[ERROR]   mvn &lt;goals&gt; -rf :drools-compiler<br>
[root@ngp-m2 drools.git]# git branch<br>
* 6.1.x<br>
<br>
[root@ngp-m2 kie-wb-distributions.git]# mvn install -DskipTests<br>
--fail-at-end<br>
....<br>
[INFO] --- gwt-maven-plugin:2.5.1:resources (gwt-compile) @<br>
kie-drools-wb-webapp ---<br>
[INFO] 16 source files from GWT module<br>
org.kie.workbench.drools.FastCompiledKIEDroolsWebapp<br>
[INFO]<br>
[INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) @<br>
kie-drools-wb-webapp ---<br>
[INFO] Compiling 6 source files to<br>
/root/kie-wb-distributions.git/kie-drools-wb/kie-drools-wb-webapp/target/classes<br>
[INFO]<br>
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources)<br>
@ kie-drools-wb-webapp ---<br>
[INFO] Using &#39;UTF-8&#39; encoding to copy filtered resources.<br>
[INFO] skip non existing resourceDirectory<br>
/root/kie-wb-distributions.git/kie-drools-wb/kie-drools-wb-webapp/src/test/resources<br>
[INFO]<br>
[INFO] --- maven-compiler-plugin:2.5.1:testCompile (default-testCompile) @<br>
kie-drools-wb-webapp ---<br>
[INFO] No sources to compile<br>
[INFO]<br>
[INFO] --- maven-surefire-plugin:2.15:test (default-test) @<br>
kie-drools-wb-webapp ---<br>
[INFO] Tests are skipped.<br>
[INFO]<br>
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-resources) @<br>
kie-drools-wb-webapp ---<br>
[INFO] Using &#39;UTF-8&#39; encoding to copy filtered resources.<br>
[INFO] Copying 3 resources<br>
[INFO]<br>
[INFO] --- gwt-maven-plugin:2.5.1:compile (gwt-compile) @<br>
kie-drools-wb-webapp ---<br>
[INFO] Compiling module org.kie.workbench.drools.FastCompiledKIEDroolsWebapp<br>
[INFO]    Validating units:<br>
[INFO]       [ERROR] Errors in<br>
&#39;org/drools/workbench/screens/guided/dtable/client/widget/AbstractBRLColumnViewImpl.java&#39;<br>
[INFO]          [ERROR] Line 43: The import<br>
org.drools.workbench.models.datamodel.rule.RuleModelVisitor cannot be<br>
resolved<br>
[INFO]          [ERROR] Line 262: RuleModelVisitor cannot be resolved to a<br>
type<br>
[INFO]          [ERROR] Line 262: RuleModelVisitor cannot be resolved to a<br>
type<br>
[INFO]       [ERROR] Errors in<br>
&#39;org/drools/workbench/screens/guided/rule/client/widget/ExpressionBuilder.java&#39;<br>
[INFO]          [ERROR] Line 544: The method setName(String) is undefined<br>
for the type ExpressionText<br>
[INFO]       [ERROR] Errors in<br>
&#39;org/drools/workbench/screens/guided/rule/client/widget/FactPatternWidget.java&#39;<br>
[INFO]          [ERROR] Line 807: The method<br>
getText(ToStringExpressionVisitor) in the type ExpressionFormLine is not<br>
applicable for the arguments ()<br>
[INFO]    [ERROR] Aborting compile due to errors in some input files<br>
[INFO]<br>
[INFO]<br>
------------------------------------------------------------------------<br>
<br>
<br>
Thanks!<br>
-J<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://drools.46999.n3.nabble.com/6-1-x-build-failures-tp4030442.html" target="_blank">http://drools.46999.n3.nabble.com/6-1-x-build-failures-tp4030442.html</a><br>
Sent from the Drools: Developer (committer) mailing list mailing list archive at Nabble.com.<br>
_______________________________________________<br>
rules-dev mailing list<br>
<a href="mailto:rules-dev@lists.jboss.org">rules-dev@lists.jboss.org</a><br>
<a href="https://lists.jboss.org/mailman/listinfo/rules-dev" target="_blank">https://lists.jboss.org/mailman/listinfo/rules-dev</a><br>
</blockquote></div>