On Thu, Apr 23, 2009 at 5:44 PM, ant elder <[email protected]> wrote:

>
>
> On Thu, Apr 23, 2009 at 5:20 PM, Luciano Resende <[email protected]>wrote:
>
>> On Thu, Apr 23, 2009 at 8:43 AM, ant elder <[email protected]> wrote:
>> >
>> > I'm getting the build error below when building node-launcher-equinox
>> which
>> > i think is caused by this change. The continuum build is working ok so
>> it
>> > must be soemthing in my environment, anyone have any ideas on what the
>> > problem is?
>> >
>> >   ...ant
>> >
>>
>> I just did an update and tried to build 2.x code with 'mvn clean
>> install' and it worked ok...
>>
>> How are you trying to build ? And from which level (full build versus
>> modules only)
>>
>>
> Just a regular mvn clean install with Sun JDK6 from top or within the
> node-launcher-equinox. Always fails with that error with r767428, works fine
> if i revert the change to EquinoxHost.java
>
>    ...ant
>
>
After some digging i've found the cause. I happen to have built the new
implementation-spring* modules that are in the 2.x svn checkout but those
modules are not yet in the main build as they're still being brought up in
2.x so most others and continuum wont have these built. With this change in
r767428 the node launcher OSGi runtime finds and uses those tuscany-spring*
jars because they're there in the modules/ directory hierarchy. Doing a "mvn
clean" in the tuscany spring modules and the problem goes away and
everything works fine. Is this the expected behaviour?

   ...ant

Reply via email to