[jbosstools-dev] Cyclic dependency

Marshall Culpepper mculpepper at appcelerator.org
Tue Jul 29 15:52:49 EDT 2008


Hey guys..

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.

I was wondering if y'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:

rst = ComponentUtil.getBundleValue(pageContext, attributeNode);

Any thoughts?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jbosstools-dev/attachments/20080729/f17af4ed/attachment.html 


More information about the jbosstools-dev mailing list