Scott Lawrence wrote:
> On Mon, 2009-11-16 at 10:16 -0500, Paul Mossman wrote:
>> Damian wrote: 
>>> Please make sure you have SIPX_BUILD_TOP and SIPX_SRC_TOP defined.
>> Carolyn has already kindly added these to EDE.
>>
>>
>>> I'll be removing sipXconfig's specific variables today.
>> Consider removing them from EDE at the same time.
>> (extras/ede/ede_build_devuser.sh).
> 
> Perhaps I'm confused...
> 
> ... if I'm not using either Eclipse or EDE, do I need to do anything?
> 
> 

No.
You are only affected by this change if you use Eclipse to develop sipXconfig.

http://code.sipfoundry.org/changelog/sipXecs/?cs=17227

BTW: there are several other components that currently use SIPX_BUILD,
SIPX_COMMONS and even SIPX_CONFIG in Eclipse files.

Try this:
find -name .classpath | xargs grep SIPX_COMMONS


The change is simple - something like:

 find -name .classpath | xargs -I FILE \
  sed -e 's/SIPX_COMMONS/SIPX_SRC_TOP\/sipXcommons/' -in-place FILE

But it's probably best if it's done by the components' owners.
D.

_______________________________________________
sipx-dev mailing list [email protected]
List Archive: http://list.sipfoundry.org/archive/sipx-dev
Unsubscribe: http://list.sipfoundry.org/mailman/listinfo/sipx-dev
sipXecs IP PBX -- http://www.sipfoundry.org/

Reply via email to