Hi,

I would like to rename classpath variable OPENFIRE-ROOT to
OPENFIRE_ROOT. 

Associated references in file OPENFIRE-ROOT will be changed as well.

The reason for the change is that variables with "-" get a parsing error
when they are sourced from a shell. The parsing error does not occur
when the "_" character is used instead.

-bash-3.2$ fgrep classpathVariable ede_build_devuser.sh
org.eclipse.jdt.core.classpathVariable.SIPX_SRC_TOP=$WORKING_DIR/$CODE
org.eclipse.jdt.core.classpathVariable.SIPX_BUILD_TOP=$WORKING_DIR/$BUIL
D
org.eclipse.jdt.core.classpathVariable.JAVA_LIBDIR=/usr/share/java
org.eclipse.jdt.core.classpathVariable.OPENFIRE-ROOT=/opt/openfire
org.eclipse.jdt.core.classpathVariable.SIPX_BUILD=$WORKING_DIR/$BUILD/si
pXconfig
org.eclipse.jdt.core.classpathVariable.SIPX_COMMONS=$WORKING_DIR/$CODE/s
ipXcommons
org.eclipse.jdt.core.classpathVariable.SIPX_CONFIG=$WORKING_DIR/$CODE/si
pXconfig
org.eclipse.jdt.core.classpathVariable.SIPX_PREFIX=$WORKING_DIR/$INSTALL

At the same time, I have asked Paul to enhance the generated "env_ede"
file generated by ede_build_devuser.sh to prefix each variable with
"export " so that it can be sourced properly in my environment.

Thanks,
Martin

_______________________________________________
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