[Henry, if you still have your trunk/diamond set-up, you could try to
duplicate Pablo's bug:
.../diamond-1.0/client/applib/contacts> lzc --onerror throw -
lorg.openlaszlo.compiler.FileResolver=debug library.lzx
Resolving pathname: ../../components/wtsylishbutton.lzo and base: null
Trying c:\laszlo\svn\openlaszlo\trunk\diamond-1.0\client\applib
\contacts\..\..\components\wtsylishbutton.lzo
Resolving pathname: ../../components/wtsylishbutton.lzx and base: null
Trying c:\laszlo\svn\openlaszlo\trunk\diamond-1.0\client\applib
\contacts\..\..\components\wtsylishbutton.lzx
java.io.FileNotFoundException: ../../components/wtsylishbutton.lzx
and then see if this cures it. I am shooting in the dark here,
because I don't see this error on the Mac. But it appears that
either windoze, or cygwin, or Java care about filename case in some
way. So I am trying to canonicalize filenames before asking if they
exist.]
Change 20070309-ptw-P by [EMAIL PROTECTED] on 2007-03-09
16:38:26 MST
in /Users/ptw/OpenLaszlo/3.4.1
for http://svn.openlaszlo.org/openlaszlo/trunk
Summary: More filename canonicalization for Windoze
Bugs Fixed:
LPP-NaN 'java.io.FileNotFoundException: ../../components/
wtsylishbutton.lzx'
Technical Reviewer: hminsky (pending)
QA Reviewer: pkang (pending)
Doc Reviewer: n/a
Details:
Canonicalize filename before asking if it exists.
Tests:
WIWFP?
Files:
M WEB-INF/lps/server/src/org/openlaszlo/compiler/FileResolver.java
Changeset: http://svn.openlaszlo.org/openlaszlo/patches/20070309-ptw-
P.tar