JBoss Community

Re: Guvnor - Eclipse integration

created by Michael Wagner in jBPM - View the full discussion

Hi,

 

yes you are right. I had the same issue. Looking at the plugin.xml in org.guvnor.tools_5.2.0.Final.jar we find:

 

  <action class="org.guvnor.tools.actions.UpdateAction"
          enablesFor="1"
          id="org.guvnor.tools.actions.updateaction"
        label="%action.popup.update"
        menubarPath="org.guvnor.tools.popupmenu/group1">
  </action>
  <visibility>
     <or>
        <systemProperty
              name="org.guvnor.tools.repositoryExist"
              value="true">
        </systemProperty>
        <objectState
              name="projectPersistentProperty"
              value="org.drools.guvnor.guvnorControlled=true">
        </objectState>
     </or>
  </visibility>

 

So the popup menu entry is only available if a repository connection exists OR a second option which I dont understand.

 

Must have changed since the video was recorded.

 

regards,

 

Michael

Reply to this message by going to Community

Start a new discussion in jBPM at Community