[wpkg-users] [Bug 140] New: New check condition
Frank Lee
rl201 at cam.ac.uk
Sat Jan 24 13:56:35 CET 2009
> <check type='file' condition='exists' path='%PATH1%' />
> <check type='file' condition='notexists' path='%PATH2%' />
Surely this is equivalent to the existing conditions:
<check type='file' condition='exists' path='%PATH1%' />
<check type='logical' condition='not' />
<check type='file' condition='exists' path='%PATH2%' />
</check>
Yours,
Frank
More information about the wpkg-users
mailing list