I need help solving a dependency problem. I have added some code to the common component, and I modified the service component to use the code.

Problem is, the common component depends on the service component, so the service component is built first. That fails, because the service component needs the jar from the common component so it can reference the new code.

Now what do I do?

-Adrian

Reply via email to