[jbosstools-dev] Cyclic dependency
Snjezana Peco
snjezana.peco at redhat.com
Tue Jul 29 17:35:58 EDT 2008
Hi,
The issue has been introduced by fixing
https://jira.jboss.org/jira/browse/JBIDE-2582 (svn commit #9402).
Attached is a patch that solves this issue.
Snjeza
Marshall Culpepper wrote:
> 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?
> ------------------------------------------------------------------------
>
> _______________________________________________
> jbosstools-dev mailing list
> jbosstools-dev at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/jbosstools-dev
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: org.jboss.tools.vpe.cyclicdependency.patch
Url: http://lists.jboss.org/pipermail/jbosstools-dev/attachments/20080729/e218c1cf/attachment.pl
More information about the jbosstools-dev
mailing list