Issue #6676 has been updated by Daniel Crawl. Status changed from New to Resolved % Done changed from 90 to 100
I verified it's fixed. Thanks, Christopher. ---------------------------------------- Bug #6676: External Execution actors generates exception for empty directory https://projects.ecoinformatics.org/ecoinfo/issues/6676#change-21961 * Author: Daniel Crawl * Status: Resolved * Priority: Low * Assignee: Daniel Crawl * Category: actors * Target version: 2.5.0 * Bugzilla-Id: ---------------------------------------- If the directory parameter is empty for the External Execution actor, a NullPointerException is generated: java.lang.NullPointerException at ptolemy.actor.lib.Exec._exec(Exec.java:516) at ptolemy.actor.lib.Exec.fire(Exec.java:337) at ptolemy.actor.AtomicActor.iterate(AtomicActor.java:496) It would be better to default to user.dir or throw an exception saying directory must be specified. -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: https://projects.ecoinformatics.org/ecoinfo/my/account
_______________________________________________ Kepler-dev mailing list [email protected] http://lists.nceas.ucsb.edu/kepler/mailman/listinfo/kepler-dev
