> Currently, the classpath set in the Eclipse project files for
> sipXbridge etc contain these paths:
> 
> -bash-3.2$ git grep BUILD1
> sipXbridge/.classpath:  <classpathentry kind="var"
> path="SIPX-PROJECT-ROOT/BUILD1/sipXcommons/dist/sipxcommons.jar"
> sourcepath="/SIPX-PROJECT
> sipXbridge/.classpath:  <classpathentry kind="var"
> path="SIPX-PROJECT-ROOT/BUILD1/sipXrelay/dist/sipXrelay.jar"/>
> sipXopenfire/.classpath:        <classpathentry kind="var"
> path="SIPX-PROJECT-ROOT/BUILD1/sipXcommons/dist/sipxcommons.jar"/>
> 
> Would there be any objections if I changed these to use a
> SIPX_BUILD_TOP variable which would point to whatever the user's top
> level build directory was (e.g. in my case,
> /home/cbeeton/commit/src/main/MYBUILD) and could then be used by any
> project:
> 
> sipXbridge/.classpath:  <classpathentry kind="var"
> path="SIPX_BUILD_TOP/sipXcommons/dist/sipxcommons.jar"
> sourcepath="/SIPX-PROJECT
> sipXbridge/.classpath:  <classpathentry kind="var"
> path="SIPX_BUILD_TOP/sipXrelay/dist/sipXrelay.jar"/>
> sipXopenfire/.classpath:        <classpathentry kind="var"
> path="SIPX_BUILD_TOP/sipXcommons/dist/sipxcommons.jar"/>
> 
> and updated the wiki on Eclipse configuration to include
> SIPX-PROJECT-ROOT and SIPX_BUILD_TOP (I'd really like to change the
> dashs in SIPX-PROJECT-ROOT to underscores for more consistency...).
> The EDE would also need to be changed.
> 
> Carolyn
_______________________________________________
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