--
-$Id: ChangeLog 3 2005-03-26 19:21:15Z tilman $
+$Id: ChangeLog 4 2005-03-26 19:26:56Z tilman $
++
2005-03-26 Tilman Sauerbeck (tilman at code-monkey de)
* lib/redact/app.rb: Use Tempfile's for the Embryo source- and
amx code
* lib/redact/app.rb: Abort compilation if embryo_cc fails
+ * lib/redact/app.rb: Use Kernel#raise instead of Kernel#fail
2005-03-22 Tilman Sauerbeck (tilman at code-monkey de)
* lib/redact/app.rb: The default extension for Edje files is
#--
-# $Id: app.rb 3 2005-03-26 19:21:15Z tilman $
+# $Id: app.rb 4 2005-03-26 19:26:56Z tilman $
#
# Copyright (c) 2005 Tilman Sauerbeck (tilman at code-monkey de)
#
"-i #{incl}/include " +
"-o #{tf_out.path} #{tf_in.path}"
unless system(c)
- fail("Cannot compile Embryo code")
+ raise("Cannot compile Embryo code")
end
ret[col.id] = tf_out.read