After upgrading to v 1.1 most of my problems with wpkg variables went away. However I still have one. I can't use an environment variable within a wpkg variable in a check statement. The following fails: <variable name='cygroot' value='%SYSTEMDRIVE%\cygwin' /> <check type="file" condition="exists" path="%cygroot%\Cygwin.bat" /> The problem appears only when using nested variables. These examples work fine: <variable name='cygroot' value='C:\cygwin\cygwin' /> <check type="file" condition="exists" path="%cygroot%\Cygwin.bat" /> Or: <check type="file" condition="exists" path="%SYSTEMDRIVE%\cygwin\Cygwin.bat" /> -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.wpkg.org/pipermail/wpkg-users/attachments/20090609/a3a0a43e/attachment.html> |