http://bugzilla.wpkg.org/show_bug.cgi?id=226 Rainer Meier <r.meier at wpkg.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |r.meier at wpkg.org Resolution| |FIXED --- Comment #1 from Rainer Meier <r.meier at wpkg.org> --- I have been able to reproduce the issue and identify a bug in the exec() function. Could you fetch the latest wpkg.js from the repository (<http://wpkg.svn.sourceforge.net/viewvc/wpkg/wpkg/stable/1.1/>) and verify that it works for you? Changes: FIX: Fixed error handling in case command execution fails AND command includes variables. In such case WPKG did not properly return code -1 so the <exit code="any" /> tag did not have any effect. Fixes bug 226. Thanks to Bruno Choquet for reporting. FIX: Fixed call of Terminate() method when command times out in order to properly shut down the child process. NEW: Added sample package templates which might help users to build their own packages. Fixes bug 225. Thanks to Stefan Pendl for sharing the templates. -- Configure bugmail: http://bugzilla.wpkg.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. |