On Wed, Sep 23, 2009 at 7:57 PM, Steven D. Majewski <sd...@virginia.edu>wrote:

> On Sep 23, 2009, at 2:50 PM, Dominic Mitchell wrote:
>
>  On Wed, Sep 23, 2009 at 7:44 PM, Steven D. Majewski <sd...@virginia.edu>
>> wrote:
>> On Sep 23, 2009, at 2:36 PM, Robby Pelssers wrote:
>>
>> So if I understand you correctly you have one block depending on the
>> other?
>>
>> Did you also add the dependency of myblock2 in the pom.xml of myblock1?
>>
>> Yes. ( And if I take that dependency out, it runs without complaint. )
>>
>> I'm guessing that is happening by accident.  If you run "mvn clean" it'll
>> stop working.
>>
>
>
> [ with myBlock2 installed ]
>
>  cd myBlock1
>  mvn clean
>  mvn jetty:run
>
> with that myBlock2 dependecy commented out:
>
> http://localhost:8888/myBlock1/
> http://localhost:8888/myBlock2/
> http://localhost:8888/myBlock1/callingBlock2
>
> all work.


Bah, I'm flummoxed by that.  :)

-Dom

Reply via email to