Adam & DrewI just ran into a bug with the new style import/export tasks that live in the Spring app context. It appears that not all properties from the parent script are passed into the child scripts. What broke for me is doing a full channel export, it eventually calls the is-user-included.crn script, which depends on properties from the export.properties file. That file is sourced in as the first task in export.crn but since only a select set of attributes from the parent export script is copied over into the child this breaks child scripts that depend on properties from that file.
I have a hack of a fix just copying that one property over but there are lots of other attributes that are setup in the parent export script such as the data cache, thread pool and such that should be available to all child tasks. Is there a way in the groovy scripts that call the CRN scripts beans to copy over all attributes?
-Eric
smime.p7s
Description: S/MIME Cryptographic Signature
