ant lztest

lztest:
    [exec] java: Command not found.
[exec] Entering runlztest.sh with LPS_HOME=C:\cygwin\home\mamye\src\svn\openlaszlo\branches\legals tags=smoketest
    [exec] testing test/lztest/lztest-textstyle.lzx ..............
[exec] checking test/lztest/lztest-textstyle.lzx for coverage of tags smoketest... [exec] skipping test/lztest/lztest-textstyle.lzx, does not match tags smoketest
    [exec] testing test/lztest/lztest-align.lzx ..............
[exec] checking test/lztest/lztest-align.lzx for coverage of tags smoketest...
    [exec]   covers-tags: lzview smoketest
    [exec] build-tools/runlztest.sh: line 81: -jar: command not found
    [exec] FAILED a test in runlztest.sh
----- Original Message ----- From: "Benjamin Shine" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Cc: <[email protected]>
Sent: Wednesday, November 01, 2006 2:28 PM
Subject: For Review: Change 20061101-ben-D Summary: Make lztest look for java in $JAVA_HOME


Change 20061101-ben-D by [EMAIL PROTECTED] on 2006-11-01 11:24:50 PST
    in /Users/ben/src/svn/openlaszlo/branches/legals

Summary: Make lztest look for java in $JAVA_HOME

New Features:

Bugs Fixed: (unfiled) runlztest fails if java isn't in path

Technical Reviewer: minsky (pending)
QA Reviewer: mkratt
Doc Reviewer: (pending)

Documentation:
Runlztest assumed the correct java executable would be found in the  path.
Now we check for a java executable, and try looking in $JAVA_HOME/bin/ java for the executable, if it's not already in the path. Then we fail lztest if
we can't find java at all.

Release Notes:

Details:


Tests:
Please verify that this works on cygwin
ant lztest

Files:
M      build-tools/runlztest.sh

Changeset: http://svn.openlaszlo.org/openlaszlo/patches/20061101-ben- D.tar


Reply via email to