Build file dependency problem

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Build file dependency problem

Adrian Crum
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 | Threaded
Open this post in threaded view
|

Re: Build file dependency problem

BJ Freeman
have not checked but can you ithe common first.

Adrian Crum sent the following on 9/15/2008 1:53 PM:

> 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 | Threaded
Open this post in threaded view
|

Re: Build file dependency problem

Adrian Crum
I just moved the new code to the service component. Problem solved.

Thanks.

-Adrian

BJ Freeman wrote:

> have not checked but can you ithe common first.
>
> Adrian Crum sent the following on 9/15/2008 1:53 PM:
>> 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
>>
>>
>>
>>
>
>