mvn-all.sh script fails with

33 views
Skip to first unread message

Gal Nitzan

unread,
Mar 9, 2016, 5:11:33 AM3/9/16
to Drools Development
Hi,

for some reason while trying to build all when gavnor is built I get the following trace.

The command: 
droolsjbpm-build-bootstrap/script/mvn-all.sh clean install -DskipTests


[INFO] --- maven-clean-plugin:2.6.1:clean (default-clean) @ guvnor-m2repo-editor-client ---                                          
[INFO] Deleting /data/home/wildfly/jbpm_build/guvnor/guvnor-m2repo-editor/guvnor-m2repo-editor-client/target                         
[INFO] Deleting /data/home/wildfly/jbpm_build/guvnor/guvnor-m2repo-editor/guvnor-m2repo-editor-client (includes = [.errai/**, .niogit/**, repositories/**], excludes = [])                                                                                                
[INFO]                                                                                                                               
[INFO] --- maven-enforcer-plugin:1.4:enforce (enforce-plugin-versions) @ guvnor-m2repo-editor-client ---                             
[INFO]                                                                                                                               
[INFO] --- maven-enforcer-plugin:1.4:enforce (enforce-java-version) @ guvnor-m2repo-editor-client ---                                
[INFO]                                                                                                                               
[INFO] --- maven-enforcer-plugin:1.4:enforce (enforce-maven-version) @ guvnor-m2repo-editor-client ---                               
[INFO]                                                                                                                               
[INFO] --- maven-enforcer-plugin:1.4:enforce (ban-uberjars) @ guvnor-m2repo-editor-client ---                                        
[INFO]                                                                                                                               
[INFO] --- maven-checkstyle-plugin:2.15:check (validate) @ guvnor-m2repo-editor-client ---                                           
[INFO]                                                                                                                               
[INFO] --- maven-enforcer-plugin:1.4:enforce (no-managed-deps) @ guvnor-m2repo-editor-client ---                                     
[INFO]                                                                                                                               
[INFO] --- buildnumber-maven-plugin:1.3:create (get-scm-revision) @ guvnor-m2repo-editor-client ---                                  
[INFO]                                                                                                                               
[INFO] --- build-helper-maven-plugin:1.9.1:add-source (default) @ guvnor-m2repo-editor-client ---                                    
[INFO] Source directory: /data/home/wildfly/jbpm_build/guvnor/guvnor-m2repo-editor/guvnor-m2repo-editor-client/target/generated-sources/annotations added.                                                                                                                
[INFO]                                                                                                                               
[INFO] --- build-helper-maven-plugin:1.9.1:parse-version (default) @ guvnor-m2repo-editor-client ---                                 
[INFO]                                                                                                                               
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ guvnor-m2repo-editor-client ---                                
[INFO] Using 'UTF-8' encoding to copy filtered resources.                                                                            
[INFO] Copying 16 resources                                                                                                          
[INFO]                                                                                                                               
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ guvnor-m2repo-editor-client ---                                     
[INFO] Changes detected - recompiling the module!                                                                                    
[INFO] Compiling 19 source files to /data/home/wildfly/jbpm_build/guvnor/guvnor-m2repo-editor/guvnor-m2repo-editor-client/target/classes                                                                                                                                  
[INFO] -------------------------------------------------------------                                                                 
[ERROR] COMPILATION ERROR :                                                                                                          
[INFO] -------------------------------------------------------------                                                                 
[ERROR] /data/home/wildfly/jbpm_build/guvnor/guvnor-m2repo-editor/guvnor-m2repo-editor-client/src/main/java/org/guvnor/m2repo/client/M2RepoEditorPresenter.java:[33,50] error: package org.uberfire.ext.widgets.common.client.menu does not exist                         
[ERROR] /data/home/wildfly/jbpm_build/guvnor/guvnor-m2repo-editor/guvnor-m2repo-editor-client/src/main/java/org/guvnor/m2repo/client/M2RepoEditorPresenter.java:[41,64] error: package RefreshMenuBuilder does not exist                                                  
[INFO] 2 errors                                                                                                                      
[INFO] -------------------------------------------------------------                                                                 
[INFO] ------------------------------------------------------------------------                                                      
[INFO] Reactor Summary:                                                                                                              
[INFO]                                                                                                                               
[INFO] Guvnor ............................................. SUCCESS [  2.384 s]                                                      
[INFO] Guvnor - Test Utils ................................ SUCCESS [  4.330 s]                                                      
[INFO] Guvnor - Structure ................................. SUCCESS [  0.076 s]                                                      
[INFO] Guvnor - Structure API ............................. SUCCESS [  1.538 s]                                                      
[INFO] Guvnor - Services .................................. SUCCESS [  0.061 s]                                                      
[INFO] Guvnor - Services API .............................. SUCCESS [  2.915 s]                                                      
[INFO] Guvnor - Workingset ................................ SUCCESS [  0.066 s]                                                      
[INFO] Guvnor - Workingset API ............................ SUCCESS [  1.127 s]                                                      
[INFO] Guvnor - Project ................................... SUCCESS [  0.057 s]                                                      
[INFO] Guvnor - Project API ............................... SUCCESS [  2.588 s]                                                      
[INFO] Guvnor - Structure Client .......................... SUCCESS [  5.287 s]                                                      
[INFO] Guvnor - Structure Backend ......................... SUCCESS [  3.333 s]                                                      
[INFO] Guvnor - Services Backend .......................... SUCCESS [  3.402 s]                                                      
[INFO] Guvnor - Rest ...................................... SUCCESS [  0.066 s]                                                      
[INFO] Guvnor - REST Client ............................... SUCCESS [  0.891 s]                                                      
[INFO] Guvnor - Asset Management .......................... SUCCESS [  0.086 s]                                                      
[INFO] Guvnor - Asset Management API ...................... SUCCESS [  1.192 s]                                                      
[INFO] Guvnor - M2_REPO ................................... SUCCESS [  0.058 s]                                                      
[INFO] Guvnor - M2_REPO API ............................... SUCCESS [  0.971 s]                                                      
[INFO] Guvnor - Project Backend ........................... SUCCESS [  3.991 s]                                                      
[INFO] Guvnor - M2_REPO Backend ........................... SUCCESS [  3.373 s]                                                      
[INFO] Guvnor - Project Builder ........................... SUCCESS [  1.590 s]                                                      
[INFO] Guvnor - REST Backend .............................. SUCCESS [  2.908 s]                                                      
[INFO] Guvnor - Project Client ............................ SUCCESS [  3.537 s]
[INFO] Guvnor - Workingset Client ......................... SUCCESS [  0.905 s]
[INFO] Guvnor - Inbox ..................................... SUCCESS [  0.049 s]
[INFO] Guvnor - Inbox API ................................. SUCCESS [  0.856 s]
[INFO] Guvnor - Inbox Client .............................. SUCCESS [  2.068 s]
[INFO] Guvnor - Inbox Backend ............................. SUCCESS [  2.417 s]
[INFO] Guvnor - M2_REPO Client ............................ FAILURE [  1.429 s]
[INFO] Guvnor - Message Console ........................... SKIPPED
[INFO] Guvnor - Message Console API ....................... SKIPPED
[INFO] Guvnor - Message Console Backend ................... SKIPPED
[INFO] Guvnor - Message Console Client .................... SKIPPED
[INFO] Guvnor - Organizational Unit Manager ............... SKIPPED
[INFO] Guvnor - Asset Management Backend .................. SKIPPED
[INFO] Guvnor - Asset Management Client ................... SKIPPED
[INFO] Guvnor - Asset Management project .................. SKIPPED
[INFO] Guvnor - WebApp .................................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 58.295 s
[INFO] Finished at: 2016-03-08T13:24:37+00:00
[INFO] Final Memory: 277M/2906M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project guvnor-m2repo-editor-client: Compilation failure: Compilation failure:
[ERROR] /data/home/wildfly/jbpm_build/guvnor/guvnor-m2repo-editor/guvnor-m2repo-editor-client/src/main/java/org/guvnor/m2repo/client/M2RepoEditorPresenter.java:[33,50] error: package org.uberfire.ext.widgets.common.client.menu does not exist
[ERROR] /data/home/wildfly/jbpm_build/guvnor/guvnor-m2repo-editor/guvnor-m2repo-editor-client/src/main/java/org/guvnor/m2repo/client/M2RepoEditorPresenter.java:[41,64] error: package RefreshMenuBuilder does not exist
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :guvnor-m2repo-editor-client
Downloading http://aetherial.cfapps.io/boot/typegraph/1.3.3.RELEASE to /home/gal.nitzan.1/workspace/.metadata/.plugins/org.springframework.ide.eclipse.boot/typegraphs/1.3.3.RELEASE



Michael Anstis

unread,
Mar 9, 2016, 5:18:04 AM3/9/16
to drools-de...@googlegroups.com
I assume you have fetched the latest codes?

We build master branch multiple times every day without issue (other than when we have genuine errors).

Run mvn dependency:tree in guvnor/guvnor-m2repo-editor/guvnor-m2repo-editor-client and see what version of org.uberfire:uberfire-widgets-commons JAR is being brought in. 

The class RefreshMenuBuilder is in package org.uberfire.ext.widgets.common.client.menu.


--
You received this message because you are subscribed to the Google Groups "Drools Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email to drools-developm...@googlegroups.com.
To post to this group, send email to drools-de...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/drools-development/62a0e182-441e-488c-aa95-36e00c2c55a9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Gal Nitzan

unread,
Mar 9, 2016, 6:07:27 AM3/9/16
to Drools Development
Hi Michael Anstis, thank you for your reply.

The dependency tree shows the following:
[wildfly@i2adev guvnor-m2repo-editor-client]$ mvn clean dependency:tree                                
[INFO] Scanning for projects...                                                                        
[INFO]                                                                                                 
[INFO] ------------------------------------------------------------------------                        
[INFO] Building Guvnor - M2_REPO Client 7.0.0-SNAPSHOT                                                 
[INFO] ------------------------------------------------------------------------                        
[INFO]                                                                                                 
[INFO] --- maven-clean-plugin:2.6.1:clean (default-clean) @ guvnor-m2repo-editor-client ---            
[INFO] Deleting /data/home/wildfly/jbpm_build/guvnor/guvnor-m2repo-editor/guvnor-m2repo-editor-client/target
[INFO] Deleting /data/home/wildfly/jbpm_build/guvnor/guvnor-m2repo-editor/guvnor-m2repo-editor-client (includes = [.errai/**, .niogit/**, repositories/**], excludes = [])                                                                                                
[INFO]                                                                                                                               
[INFO] --- maven-dependency-plugin:2.10:tree (default-cli) @ guvnor-m2repo-editor-client ---                                         
[INFO] org.guvnor:guvnor-m2repo-editor-client:jar:7.0.0-SNAPSHOT                                                                     
[INFO] +- org.gwtbootstrap3:gwtbootstrap3:jar:0.9.1:compile                                                                          
[INFO] +- org.uberfire:uberfire-workbench-client-views-patternfly:jar:0.9.0-SNAPSHOT:compile                                         
[INFO] |  \- org.jboss.errai:errai-ui:jar:4.0.0-SNAPSHOT:compile                                                                     
[INFO] |     +- org.codehaus.jackson:jackson-mapper-asl:jar:1.9.9:compile                                                            
[INFO] |     |  \- org.codehaus.jackson:jackson-core-asl:jar:1.9.9:compile                                                           
[INFO] |     +- org.apache.stanbol:org.apache.stanbol.enhancer.engines.htmlextractor:jar:0.10.0:compile                              
[INFO] |     |  \- org.apache.clerezza:rdf.core:jar:0.12-incubating:compile                                                          
[INFO] |     |     +- org.osgi:org.osgi.core:jar:4.3.1:compile                                                                       
[INFO] |     |     +- org.osgi:org.osgi.compendium:jar:4.3.1:compile                                                                 
[INFO] |     |     \- org.apache.clerezza:utils:jar:0.1-incubating:compile                                                           
[INFO] |     |        \- org.wymiwyg:wymiwyg-commons-core:jar:0.7.6:compile                                                          
[INFO] |     +- org.slf4j:jcl-over-slf4j:jar:1.7.2:compile                                                                           
[INFO] |     \- org.lesscss:lesscss:jar:1.3.3:compile                                                                                
[INFO] |        \- org.mozilla:rhino:jar:1.7R4:compile                                                                               
[INFO] +- org.jboss.errai:errai-common:jar:4.0.0-SNAPSHOT:compile                                                                    
[INFO] |  +- org.jboss.errai.reflections:reflections:jar:4.0.0-SNAPSHOT:compile                                                      
[INFO] |  |  \- dom4j:dom4j:jar:1.6.1:compile                                                                                        
[INFO] |  |     \- xml-apis:xml-apis:jar:1.3.04:compile                                                                              
[INFO] |  +- de.benediktmeurer.gwt-slf4j:gwt-slf4j:jar:0.0.2:compile                                                                 
[INFO] |  \- org.apache.commons:commons-lang3:jar:3.1:compile                                                                        
[INFO] +- org.jboss.errai:errai-ioc:jar:4.0.0-SNAPSHOT:compile                                                                       
[INFO] |  +- org.jboss.errai:errai-config:jar:4.0.0-SNAPSHOT:compile                                                                 
[INFO] |  +- org.jboss.errai:errai-codegen:jar:4.0.0-SNAPSHOT:compile                                                                
[INFO] |  +- org.jboss.errai:errai-codegen-gwt:jar:4.0.0-SNAPSHOT:compile                                                            
[INFO] |  +- com.google.guava:guava-gwt:jar:19.0.0.jbossorg-1:compile                                                                
[INFO] |  |  +- com.google.code.findbugs:jsr305:jar:1.3.9:compile                                                                    
[INFO] |  |  +- com.google.errorprone:error_prone_annotations:jar:2.0.2:compile                                                      
[INFO] |  |  \- com.google.j2objc:j2objc-annotations:jar:0.1:compile                                                                 
[INFO] |  \- org.jboss.errai:errai-javax-enterprise:jar:4.0.0-SNAPSHOT:compile                                                       
[INFO] +- org.jboss.errai:errai-bus:jar:4.0.0-SNAPSHOT:compile                                                                       
[INFO] |  +- org.jboss.errai:errai-marshalling:jar:4.0.0-SNAPSHOT:compile                                                            
[INFO] |  +- org.mvel:mvel2:jar:2.2.7.Final:compile                                                                                  
[INFO] |  +- org.slf4j:slf4j-api:jar:1.7.2:compile                                                                                   
[INFO] |  +- org.javassist:javassist:jar:3.18.2-GA:compile                                                                           
[INFO] |  +- io.netty:netty-codec-http:jar:4.0.12.Final:compile                                                                      
[INFO] |  |  +- io.netty:netty-codec:jar:4.0.12.Final:compile                                                                        
[INFO] |  |  |  \- io.netty:netty-transport:jar:4.0.12.Final:compile                                                                 
[INFO] |  |  \- io.netty:netty-handler:jar:4.0.12.Final:compile                                                                      
[INFO] |  |     \- io.netty:netty-buffer:jar:4.0.12.Final:compile                                                                    
[INFO] |  |        \- io.netty:netty-common:jar:4.0.12.Final:compile                                                                 
[INFO] |  +- com.google.guava:guava:jar:19.0.0.jbossorg-1:compile                                                                    
[INFO] |  \- org.jgroups:jgroups:jar:3.2.13.Final:compile                                                                            
[INFO] +- org.uberfire:uberfire-api:jar:0.9.0-SNAPSHOT:compile                                                                       
[INFO] +- org.uberfire:uberfire-client-api:jar:0.9.0-SNAPSHOT:compile                                                                
[INFO] +- org.uberfire:uberfire-workbench-client:jar:0.9.0-SNAPSHOT:compile                                                          
[INFO] |  +- org.uberfire:uberfire-security-client:jar:0.9.0-SNAPSHOT:compile                                                        
[INFO] |  |  +- org.uberfire:uberfire-security-api:jar:0.9.0-SNAPSHOT:compile                                                        
[INFO] |  |  \- org.jboss.errai:errai-security-client:jar:4.0.0-SNAPSHOT:compile                                                     
[INFO] |  |     +- org.jboss.errai:errai-data-binding:jar:4.0.0-SNAPSHOT:compile                                                     
[INFO] |  |     +- org.jboss.errai:errai-navigation:jar:4.0.0-SNAPSHOT:compile                                                       
[INFO] |  |     +- org.jboss.errai:errai-jaxrs-client:jar:4.0.0-SNAPSHOT:compile                                                     
[INFO] |  |     +- org.hibernate.javax.persistence:hibernate-jpa-2.0-api:jar:1.0.1.Final:compile                                     
[INFO] |  |     \- org.jboss.spec.javax.el:jboss-el-api_2.2_spec:jar:1.0.4.Final:compile                                             
[INFO] |  +- org.jboss.errai:errai-cdi-client:jar:4.0.0-SNAPSHOT:compile                                                             
[INFO] |  |  \- org.jboss.errai:errai-ioc-bus-support:jar:4.0.0-SNAPSHOT:compile                                                     
[INFO] |  \- com.allen-sauer.gwt.dnd:gwt-dnd:jar:3.3.3:compile                                                                       
[INFO] +- org.uberfire:uberfire-commons:jar:0.9.0-SNAPSHOT:compile                                                                   
[INFO] +- org.guvnor:guvnor-project-api:jar:7.0.0-SNAPSHOT:compile                                                                   
[INFO] |  +- org.guvnor:guvnor-structure-api:jar:7.0.0-SNAPSHOT:compile                                                              
[INFO] |  +- org.guvnor:guvnor-services-api:jar:7.0.0-SNAPSHOT:compile                                                               
[INFO] |  |  \- org.uberfire:uberfire-backend-api:jar:0.9.0-SNAPSHOT:compile                                                         
[INFO] |  +- org.guvnor:guvnor-workingset-api:jar:7.0.0-SNAPSHOT:compile                                                             
[INFO] |  +- org.kie.uberfire:kie-uberfire-social-activities-api:jar:7.0.0-SNAPSHOT:compile                                          
[INFO] |  +- org.uberfire:uberfire-nio2-model:jar:0.9.0-SNAPSHOT:compile                                                             
[INFO] |  |  +- com.thoughtworks.xstream:xstream:jar:1.4.7:compile                                                                   
[INFO] |  |  |  +- xmlpull:xmlpull:jar:1.1.3.1:compile                                                                               
[INFO] |  |  |  \- xpp3:xpp3_min:jar:1.1.4c:compile                                                                                  
[INFO] |  |  \- commons-codec:commons-codec:jar:1.4:compile                                                                          
[INFO] |  +- org.uberfire:uberfire-commons-editor-api:jar:0.9.0-SNAPSHOT:compile                                                     
[INFO] |  \- org.drools:drools-workbench-models-datamodel-api:jar:7.0.0-SNAPSHOT:compile                                             
[INFO] +- org.guvnor:guvnor-m2repo-editor-api:jar:7.0.0-SNAPSHOT:compile                                                             
[INFO] +- org.uberfire:uberfire-client:jar:0.9.0-SNAPSHOT:compile                                                                    
[INFO] |  \- org.uberfire:uberfire-js:jar:0.9.0-SNAPSHOT:compile                                                                     
[INFO] +- org.jboss.errai:errai-security-server:jar:4.0.0-SNAPSHOT:compile                                                           
[INFO] |  +- org.apache.deltaspike.core:deltaspike-core-api:jar:1.0.0:compile                                                        
[INFO] |  +- org.jboss.resteasy:jaxrs-api:jar:2.3.10.Final:compile                                                                   
[INFO] |  |  \- org.jboss.logging:jboss-logging:jar:3.1.4.GA:compile                                                                 
[INFO] |  +- org.jboss.resteasy:resteasy-cdi:jar:2.3.10.Final:compile                                                                
[INFO] |  |  \- org.jboss.resteasy:resteasy-jaxrs:jar:2.3.10.Final:compile                                                           
[INFO] |  |     +- org.scannotation:scannotation:jar:1.0.3:compile                                                                   
[INFO] |  |     +- javax.activation:activation:jar:1.1.1:compile                                                                     
[INFO] |  |     +- org.apache.httpcomponents:httpclient:jar:4.3.6:compile                                                            
[INFO] |  |     |  \- org.apache.httpcomponents:httpcore:jar:4.3.3:compile                                                           
[INFO] |  |     \- net.jcip:jcip-annotations:jar:1.0:compile                                                                         
[INFO] |  \- org.jsoup:jsoup:jar:1.8.3:compile                                                                                       
[INFO] +- javax.inject:javax.inject:jar:1:compile                                                                                    
[INFO] +- org.uberfire:uberfire-widgets-commons:jar:0.9.0-SNAPSHOT:compile                                                           
[INFO] |  +- org.uberfire:uberfire-widgets-service-api:jar:0.9.0-SNAPSHOT:compile                                                    
[INFO] |  \- org.gwtbootstrap3:gwtbootstrap3-extras:jar:0.9.1:compile
[INFO] +- org.uberfire:uberfire-workbench-processors:jar:0.9.0-SNAPSHOT:provided
[INFO] +- javax.enterprise:cdi-api:jar:1.0-SP4:compile
[INFO] |  +- org.jboss.spec.javax.interceptor:jboss-interceptors-api_1.1_spec:jar:1.0.1.Final:compile
[INFO] |  \- javax.annotation:jsr250-api:jar:1.0:compile
[INFO] +- com.google.gwt:gwt-user:jar:2.8.0-beta1:provided
[INFO] |  +- javax.validation:validation-api:jar:1.0.0.GA:provided
[INFO] |  \- javax.validation:validation-api:jar:sources:1.0.0.GA:provided
[INFO] +- org.uberfire:uberfire-testing-utils:jar:0.9.0-SNAPSHOT:test
[INFO] |  +- org.uberfire:uberfire-io:jar:0.9.0-SNAPSHOT:test
[INFO] |  |  +- org.uberfire:uberfire-nio2-api:jar:0.9.0-SNAPSHOT:test
[INFO] |  |  +- org.apache.helix:helix-core:jar:0.6.5:test
[INFO] |  |  |  +- org.apache.zookeeper:zookeeper:jar:3.3.4:test
[INFO] |  |  |  |  \- jline:jline:jar:0.9.94:test
[INFO] |  |  |  +- commons-cli:commons-cli:jar:1.2:test
[INFO] |  |  |  +- com.github.sgroschupf:zkclient:jar:0.1:test
[INFO] |  |  |  +- org.apache.commons:commons-math:jar:2.1:test
[INFO] |  |  |  \- org.yaml:snakeyaml:jar:1.8:test
[INFO] |  |  \- org.slf4j:log4j-over-slf4j:jar:1.7.2:test
[INFO] |  +- org.uberfire:uberfire-nio2-jgit:jar:0.9.0-SNAPSHOT:test
[INFO] |  |  +- commons-io:commons-io:jar:2.1:compile
[INFO] |  |  +- org.apache.sshd:sshd-core:jar:0.12.0:test
[INFO] |  |  |  \- org.apache.mina:mina-core:jar:2.0.7:test
[INFO] |  |  \- org.eclipse.jgit:org.eclipse.jgit:jar:3.7.1.201504261725-r:test
[INFO] |  |     +- com.jcraft:jsch:jar:0.1.50:test
[INFO] |  |     \- com.googlecode.javaewah:JavaEWAH:jar:0.7.9:test
[INFO] |  \- org.uberfire:uberfire-nio2-fs:jar:0.9.0-SNAPSHOT:test
[INFO] +- org.mockito:mockito-core:jar:1.10.19:test
[INFO] |  +- org.hamcrest:hamcrest-core:jar:1.3:test
[INFO] |  \- org.objenesis:objenesis:jar:2.1:test
[INFO] +- com.google.gwt.gwtmockito:gwtmockito:jar:1.1.5:test
[INFO] |  \- com.google.gwt:gwt-dev:jar:2.8.0-beta1:test
[INFO] |     +- org.ow2.asm:asm:jar:5.0.3:test
[INFO] |     +- org.ow2.asm:asm-util:jar:5.0.3:test
[INFO] |     |  \- org.ow2.asm:asm-tree:jar:5.0.3:test
[INFO] |     \- org.ow2.asm:asm-commons:jar:5.0.3:test
[INFO] \- junit:junit:jar:4.11:test
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2.783 s
[INFO] Finished at: 2016-03-09T11:00:41+00:00
[INFO] Final Memory: 55M/1141M
[INFO] ------------------------------------------------------------------------


Not sure if the versions are correct, however, maybe my settings are incorrect and something is being picked up from the wrong place?

BR,
Gal

Michael Anstis

unread,
Mar 9, 2016, 6:12:51 AM3/9/16
to drools-de...@googlegroups.com
OK, you're using uberfire 0.9.0-SNAPSHOT. Great.


Please try forcing Maven to download the latest artifacts; mvn-all clean install -DskipTests -U


--
You received this message because you are subscribed to the Google Groups "Drools Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email to drools-developm...@googlegroups.com.
To post to this group, send email to drools-de...@googlegroups.com.

Gal Nitzan

unread,
Mar 9, 2016, 6:17:32 AM3/9/16
to Drools Development
Hi,

I have changed my setting.xml -> jboss -> snapshots -> updatePolicy to always and now I get the following compilation error:
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project guvnor-structure-client: Compilation failure                                                                                                       
[ERROR] /data/home/wildfly/jbpm_build/guvnor/guvnor-structure/guvnor-structure-client/src/main/java/org/guvnor/structure/client/editors/repository/edit/RepositoryEditorView.java:[44,1] error: cannot find symbol
[ERROR] -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project guvnor-structure-client: Compilation failure
/data/home/wildfly/jbpm_build/guvnor/guvnor-structure/guvnor-structure-client/src/main/java/org/guvnor/structure/client/editors/repository/edit/RepositoryEditorView.java:[44,1] error: cannot find symbol

        at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:212)
        at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
        at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
        at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:116)
        at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:80)
        at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51)
        at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128)
        at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:307)
        at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:193)
        at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:106)
        at org.apache.maven.cli.MavenCli.execute(MavenCli.java:863)
        at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:288)
        at org.apache.maven.cli.MavenCli.main(MavenCli.java:199)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289)
        at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
        at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
        at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
Caused by: org.apache.maven.plugin.compiler.CompilationFailureException: Compilation failure
/data/home/wildfly/jbpm_build/guvnor/guvnor-structure/guvnor-structure-client/src/main/java/org/guvnor/structure/client/editors/repository/edit/RepositoryEditorView.java:[44,1] error: cannot find symbol


BR,
Gal






On Wednesday, March 9, 2016 at 12:11:33 PM UTC+2, Gal Nitzan wrote:

Gal Nitzan

unread,
Mar 9, 2016, 7:10:20 AM3/9/16
to Drools Development
Hi Michael Anstis,

Tried using your suggestion and adding the -U option, however I still get the same error.

Thanks,
Gal.
To unsubscribe from this group and stop receiving emails from it, send an email to drools-development+unsub...@googlegroups.com.

To post to this group, send email to drools-de...@googlegroups.com.

Michael Anstis

unread,
Mar 9, 2016, 9:01:03 AM3/9/16
to drools-de...@googlegroups.com
It has to be something arwy with your local environment.

We have numerous Continuous Integration servers building build (amongst others) guvnor every day.

These start with no maven local repository and clone everything fresh from github for uberfire, ubefire-extensions, guvnor etc up to kie-wb-distributions.

Perhaps try building uberfire-extensions locally (https://github.com/uberfire/uberfire-extensions)

Hi Michael Anstis,
To unsubscribe from this group and stop receiving emails from it, send an email to drools-developm...@googlegroups.com.
To post to this group, send email to drools-de...@googlegroups.com.

--
You received this message because you are subscribed to the Google Groups "Drools Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email to drools-developm...@googlegroups.com.

To post to this group, send email to drools-de...@googlegroups.com.
Reply all
Reply to author
Forward
0 new messages