<div dir="ltr">Hey guys..<br><br>Taking a look at org.jboss.tools.vpe and org.jboss.tools.jsf.vpe.richfaces, I noticed a cyclic dependency between the two (making the compilation fail). Obviously trying to remove the dependency from either side gets rid of the error, but introduces compilation problems since there are imports / code use from the dependencies.<br>
<br>I was wondering if y&#39;all were aware and had any plans to seperate the code.. the easiest side to fix seems to be org.jboss.tools.vpe, as the only code dependency is in org.jboss.tools.vpe.editor.util.ElService at line 275:<br>
<br>rst = ComponentUtil.getBundleValue(pageContext, attributeNode);<br><br>Any thoughts?<br></div>