This is what I use:
function set-lps()
{
export LPS_HOME=`cygpath -w ${*:-${PWD}}`
echo LPS_HOME=$LPS_HOME
# Diamond
export APPS_COMMON_ROOT=${LPS_HOME}\\common
}
I run it in the dir where my lps is.
Feel free to steal anything useful from (http://svn.openlaszlo.org/
sandbox/ptw/). You might find my .openlaszlorc file useful -- I
recently updated it to work for OS X and Windoze.
On 2007-06-14, at 22:20 EDT, Henry Minsky wrote:
backslashes seem to be required.
I added this function to my .bash_profile
function lpshome () {
export LPS_HOME="C:\\users\\hqm\\openlaszlo\\${1}"
cd $LPS_HOME
}
then I just say
lpshome legals
and it works
On 6/14/07, Elliot Winard <[EMAIL PROTECTED]> wrote:
I'm trying to build openlaszlo trunk on my WinXP box/cygwin and am
getting strange error during init:
It says that my LPS_HOME is wrong and that it should be set to
what it
already is set for. I dos2unix.exed build.xml, so that's not the
problem.
Thx in advance for the help.
-e
[0]
BUILD FAILED
C:\home\enw\src\svn\openlaszlo\trunk\build.xml:201: LPS_HOME
(c:\home\enw\src\sv
n\openlaszlo\trunk) is wrong! It should be
C:\home\enw\src\svn\openlaszlo\trunk
---=---===-------
Elliot Winard
Sr. Software Engineer
Laszlo Studios
---=---===-------
--
Henry Minsky
Software Architect
[EMAIL PROTECTED]